Skip to content

Instantly share code, notes, and snippets.

Created January 4, 2013 17:02
Show Gist options
  • Save anonymous/4454176 to your computer and use it in GitHub Desktop.
Save anonymous/4454176 to your computer and use it in GitHub Desktop.
public static IWebElement Object1()
{
IWebElement object1 = driver.FindElement(By.Id("txtMyData"));
return BaseObject.objectName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment