ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

ChromeDriver has difficulty clicking on elements currently out of view #1052

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Set up a page where a clickable element is far from the top
2. Make sure that the element is out of the driver's viewport at the time it 
will be clicked
3. Write a scenario that tries to click on that element

What is the expected output?

The element should be clicked

What do you see instead?

Either nothing happens, or the element is merely highlighted. The element isn't 
actually clicked. There's no error.

Selenium version: selenium-webdriver (2.44.0)
OS: linux

Original issue reported on code.google.com by gdu...@wikimedia.org on 6 Mar 2015 at 9:26

GoogleCodeExporter commented 9 years ago
Would you mind providing a reproducible html test page and test code?

Original comment by gmanikp...@google.com on 6 Mar 2015 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by gmanikp...@chromium.org on 30 Mar 2015 at 9:41