Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd Utils.getMainDocumentElement for Firefox driver #21
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Can we please have a test to prevent future regressions |
paroga
closed this
Mar 11, 2013
paroga
deleted the
paroga:Utils
branch
Mar 11, 2013
samyun
referenced this pull request
Jun 7, 2016
Closed
Firefox 47 crashing a few seconds after launch by Selenium 2.53.0 on OSX 10.11.5 #2231
added a commit
to applitools/selenium
that referenced
this pull request
Dec 11, 2017
added a commit
to IlyaNaumovich/selenium
that referenced
this pull request
Feb 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
paroga commentedMar 6, 2013
When the document is SVG instead of HTML the eventlistener for the
unload event needs to be added to documentElement instead of body.
This new function returns the corresponding element.
CLA signed