Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created May 26, 2020 13:28
Show Gist options
  • Select an option

  • Save seleniumgists/d991d6dd782d66b05bf357b70ba15684 to your computer and use it in GitHub Desktop.

Select an option

Save seleniumgists/d991d6dd782d66b05bf357b70ba15684 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
var x = new ToolTipData();
action
.MoveToCell(this.Elem)
.FindElement(xPath, x)
.Build()
.Perform();
//var wait = new WebDriverWait(this.Driver, new TimeSpan(0, 0, 2));
//wait.Until(ExpectedConditions.VisibilityOfAllElementsLocatedBy(By.XPath(xPath)));
//var elem = this.Driver.FindElement(By.XPath(xPath));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment