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

Selenium 2.47 Python bindings - element not visible in Firefox #849

Closed
ramonasuciu opened this issue Jul 30, 2015 · 1 comment
Closed

Selenium 2.47 Python bindings - element not visible in Firefox #849

ramonasuciu opened this issue Jul 30, 2015 · 1 comment

Comments

@ramonasuciu
Copy link

Steps to reproduce:

  1. Create a small script with Python bindings (I am testing a Django admin site) which should type text into some fields and then click on a save button at the top of the page.

Expected behavior:
All elements are visible and Selenium can interact with them.

Actual behavior:
After the text is typed into the text fields (a scroll down is automatically performed while doing so), the save button should be clicked (at the top of the page).
However, the page gets stucked somehow, and it seems that the upper part of the page is not available anymore (the page source in this case shows no missing items).

This happens for me with Selenium 2.47, 2.46 and 2.45 and Firefox 37 and Firefox 39.

There are no issues with Chrome.

@lukeis
Copy link
Member

lukeis commented Jul 30, 2015

please provide a reproducible script to see what your issue is. right now there is no known systemic problem with firefox driver.

Closing and will reopen if a test case is provided.

@lukeis lukeis closed this as completed Jul 30, 2015
@lock lock bot locked and limited conversation to collaborators Aug 21, 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