New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Utils.getMainDocumentElement for Firefox driver #21

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
2 participants
@paroga
Contributor

paroga commented Mar 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

Add Utils.getMainDocumentElement for Firefox driver
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.
@AutomatedTester

This comment has been minimized.

Show comment
Hide comment
@AutomatedTester

AutomatedTester Mar 6, 2013

Member

Can we please have a test to prevent future regressions

Member

AutomatedTester commented Mar 6, 2013

Can we please have a test to prevent future regressions

@paroga paroga closed this Mar 11, 2013

@paroga paroga deleted the paroga:Utils branch Mar 11, 2013

corevo added a commit to applitools/selenium that referenced this pull request Dec 11, 2017

IlyaNaumovich 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