Skip to content

Instantly share code, notes, and snippets.

@FriendlyTester
Created October 14, 2013 20:57
Show Gist options
  • Save FriendlyTester/6982078 to your computer and use it in GitHub Desktop.
Save FriendlyTester/6982078 to your computer and use it in GitHub Desktop.
try
{
requiredRow = _tableRows.First(d => d.FindElement(By.XPath(string.Format("td[{1}"]))).Text == knownValue);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment