Guest User

Untitled

a guest
Aug 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Selenium WaitForCondition fails after 30 minutes instead of 20 seconds
  2. _selenium.WaitForCondition("!selenium.isElementPresent("" + locator + "")", "20000");
  3.  
  4. Selenium.SeleniumException: ERROR: Command timed out
  5.  
  6. SeleniumException : ERROR Server Exception: unexpected command
  7. json={command:"waitForCondition",target:"!selenium.isElementPresent("//div[contains(@id, 'atlProgress') and contains(@style, 'display: block')]")",value:"20000"}
  8. in place before new command waitForCondition could be added
Add Comment
Please, Sign In to add comment