Created
May 26, 2020 13:28
-
-
Save seleniumgists/d991d6dd782d66b05bf357b70ba15684 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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