Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 30, 2020 16:08
Show Gist options
  • Select an option

  • Save seleniumgists/b2d0978de96e5ba5d3278256daf77091 to your computer and use it in GitHub Desktop.

Select an option

Save seleniumgists/b2d0978de96e5ba5d3278256daf77091 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
element = $browser.wait($driver.until.elementIsVisible($browser.findElement($driver.By.id("live-chat"))), DefaultTimeout)
$browser.executeScript("arguments[0].click()", element);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment