Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Click does not work in WebDriver 2.39 + Firefox 26 #6774

Closed
lukeis opened this issue Mar 4, 2016 · 6 comments
Closed

Click does not work in WebDriver 2.39 + Firefox 26 #6774

lukeis opened this issue Mar 4, 2016 · 6 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

Originally reported on Google Code with ID 6774

WebDriver 2.39.0 does not click on elements in FF 26 with native events enabled. The
following example DOES work in 2.38.0 with FF 26 and in 2.39.0 with FF ESR 17:

DesiredCapabilities caps = DesiredCapabilities.firefox();
//caps.setCapability("nativeEvents", false);
WebDriver driver = new FirefoxDriver(caps);
driver.manage().window().maximize();
driver.get("http://google.com");
driver.findElement(By.id("lst-ib")).sendKeys("webdriver");
driver.findElement(By.name("btnK")).click();

btnK element is never clicked, no error is reported either. If commented out line is
uncommented, everything works. The problem was reproduced both with Java and Ruby bindings.

Now to the tricky part. The same code does work on some machines. It seems that some
people have reported problems with 2.39.0/26.0 combination already, so this is probably
not a local issue. I have also attached the log produced by Firefox extension, maybe
it helps.

Would appreciate any ideas on where else to look for the cause of this issue.

Selenium version: 2.39.0
OS: Windows 7
Browser: Firefox
Browser version: 26.0 (en-US)

Reported by nebehr.gudahtt on 2013-12-26 09:33:24


- _Attachment: [driver_log1350149104897.txt](https://storage.googleapis.com/google-code-attachments/selenium/issue-6774/comment-0/driver_log1350149104897.txt)_
@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Please open the system display settings and ensure that font size is set to 100%, see
the attached screenshot.

Reported by barancev on 2013-12-27 10:00:15

  • Status changed: NeedsClarification
  • Labels added: Browser-Firefox

- _Attachment: change-windows-font-size.png
![change-windows-font-size.png](https://storage.googleapis.com/google-code-attachments/selenium/issue-6774/comment-1/change-windows-font-size.png)_

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Cheers mate, this really takes care of the issue. Please close.

Reported by nebehr.gudahtt on 2013-12-27 12:24:40

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by barancev on 2013-12-27 12:37:24

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by barancev on 2014-01-30 11:08:42

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

But why is this issue not fixed. Isnt it supposed to be working with display settings
anything other than 100%??

Reported by getjifi on 2014-05-29 12:05:03

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by luke.semerau on 2015-09-17 18:21:53

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 4, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
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

1 participant