Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created January 6, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/6d3eb4889d1643eacca02b41fd9b1c10 to your computer and use it in GitHub Desktop.
Save angelovstanton/6d3eb4889d1643eacca02b41fd9b1c10 to your computer and use it in GitHub Desktop.
public ReadOnlyCollection<IWebElement> ArticlesRows
{
get
{
return this.driver.FindElements(By.XPath("//tr[contains(@id,'CAR_MainArticleRow')]"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment