Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created September 14, 2019 08:09
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 seleniumgists/b8e47124fcafa95743b826df4363c33d to your computer and use it in GitHub Desktop.
Save seleniumgists/b8e47124fcafa95743b826df4363c33d to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
MutationObserver``` in a JavaScript executor which monitors any mutations in the DOM and lists them.
We then check that list to verify if there is any mutations happening after click in the DOM which indicates that the webpage is reacting to the click event.
But the ```MutationObserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment