Skip to content

Instantly share code, notes, and snippets.

@stuartf7
Created June 27, 2012 14:25
Show Gist options
  • Save stuartf7/3004375 to your computer and use it in GitHub Desktop.
Save stuartf7/3004375 to your computer and use it in GitHub Desktop.
Simple Selenium Test
[Test]
public void GooglePageTitle()
{
Assert.AreEqual("Google", _driver.Title);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment