Skip to content

Instantly share code, notes, and snippets.

@sheanhoxie
Created February 1, 2020 19:03
Show Gist options
  • Select an option

  • Save sheanhoxie/970d7dad325915fec5d582a429bcdc10 to your computer and use it in GitHub Desktop.

Select an option

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->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