Guest User

Untitled

a guest
Jan 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $this->webDriver->wait(5, 100)->until(WebDriverExpectedCondition::elementToBeClickable(WebDriverBy::cssSelector('#' . $modalId . ' #btnAgreeModalOk')));
  2.  
  3. Unhandled exception
  4.  
  5. public function mWaitForAjax($timeout = 5)
  6. {
  7. $this->webMobileDriver->wait($timeout)->until(function () {
  8. $condition = 'return ($.active == 0);';
  9. return $this->webMobileDriver->executeScript($condition);
  10. });
  11. }
Add Comment
Please, Sign In to add comment