Skip to content

Instantly share code, notes, and snippets.

@iqbalhasnan
Created November 16, 2015 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iqbalhasnan/f37a78a9f07f401b44bd to your computer and use it in GitHub Desktop.
Save iqbalhasnan/f37a78a9f07f401b44bd to your computer and use it in GitHub Desktop.
Failed to click element because of overlapping element
Failed to click element because of overlapping element
change
`page.find("#some_element").click`
to
`page.find("#some_element").trigger("click")`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment