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

WebDriver element.click() randomly hangs on Firefox 17 but not 15 or 4 #4814

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 4814

Python example of the test:

element = self.driver.find_element_by_id('login-button')
print 'About to click...'
element.click()
print 'Done clicking.'

This will randomly hang on the click() call and the output is:
About to click...

The "login-button" triggers a form submit. The submit does happen and the browser redirects
to the home page as intended. But the test hangs on the element.click() line.

Run it over and over and sometimes it will pass and output:
About to click...
Done clicking.

When it does hang, most times if you manually refresh the browser page the test will
continue as if everything is okay. Seems like something in the click() doesn't realise
that the click happened.

Works fine on Firefox 4 and 15.01
I believe it worked on 16 but can't confirm.

Selenium version: 2.26.0
OS: Windows 7 and Salix OS (Slackware)
Browser: Firefox
Browser version: 17

Reported by redcoelho77 on 2012-11-22 20:39:54

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions