Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Can't perform mouseDown on FF agent #233

Open
irinamok opened this issue Mar 28, 2012 · 4 comments
Open

Can't perform mouseDown on FF agent #233

irinamok opened this issue Mar 28, 2012 · 4 comments
Assignees
Milestone

Comments

@irinamok
Copy link
Contributor

Getting the following exception on this line with FF driver:

agent.mouseDown(102,879);

Element cannot be scrolled into view:[object HTMLHtmlElement]

@ghost ghost assigned eliseosoto Mar 28, 2012
@eliseosoto
Copy link
Collaborator

This is a known bug with Webdriver. This happens because the element is not displayed inside the browser window or the coordinates are outside of the visible area.

Chromedriver does not have this issue.

@irinamok
Copy link
Contributor Author

OK, let's document it in the release notes, and keep an eye on selenium issue 3075.
BTW, is there a work around?

@irinamok
Copy link
Contributor Author

irinamok commented Apr 3, 2012

Moving to M9

@eliseosoto
Copy link
Collaborator

This bug is still present in the latest Selenium Server v2.23.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants