Skip to content
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

Element is not clickable at point (X,Y) with Firefox driver #1543

Closed
benjefferies opened this issue Jan 27, 2016 · 1 comment
Closed

Element is not clickable at point (X,Y) with Firefox driver #1543

benjefferies opened this issue Jan 27, 2016 · 1 comment

Comments

@benjefferies
Copy link

I am experiencing a difference in behaviour between versions 2.48.2 and 2.49.0.

Setting the scene

Using Firefox driver for testing.
The window is at the size 1024x768.
Using bootstrap with a 'fixed' footer navbar.
The page which is being tested has a drop down element which expands beyond the bottom of the screen (Under fixed footer navbar).

Scenario using 2.48.2

The drop down is selected
The drop down pop over extends off bottom of the screen
Tell web driver to select off screen elements in drop down pop over
Web driver scrolls down to select off screen elements

Scenario using 2.49.0

The drop down is selected
The drop down pop over extends off bottom of the screen
Tell web driver to select off screen elements in drop down pop over
Element is not clickable at point X,Y

org.openqa.selenium.WebDriverException: Element is not clickable at point (336.1666717529297, 645). Other element would receive the click: <div class="container" ng-transclude=""></div>
Command duration or timeout: 74 milliseconds

Could this be caused by #1211

@lukeis
Copy link
Member

lukeis commented Jan 27, 2016

duplicate of #1202

@lukeis lukeis closed this as completed Jan 27, 2016
@lock lock bot locked and limited conversation to collaborators Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants