Skip to content

Instantly share code, notes, and snippets.

@gardym
Created August 31, 2011 13:38
Show Gist options
  • Save gardym/1183549 to your computer and use it in GitHub Desktop.
Save gardym/1183549 to your computer and use it in GitHub Desktop.
IWebDriver driver = new FirefoxDriver();
label = driver.FindElement(By.Css(@"label:contains(\"Surname\")");
input = driver.FindElement(By.Name(label.GetAttribute("for"));
input.SendKeys("Shnoop");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment