Created
February 1, 2020 19:03
-
-
Save sheanhoxie/970d7dad325915fec5d582a429bcdc10 to your computer and use it in GitHub Desktop.
set a break in your code so that you can poke around the chromedriver browser for debug
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
| $this->assertSession()->waitForElementVisible('css', '.non-exist-element', 9999999999999); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment