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

The option option in the Firefox browser is not compatible #6852

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

The option option in the Firefox browser is not compatible #6852

lukeis opened this issue Mar 4, 2016 · 5 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

Originally reported on Google Code with ID 6852

Before filing an issue, please read the page at
http://code.google.com/p/selenium/wiki/SeleniumHelp This contains lot of
information about how best to get help, and tells you what we need to know.

Still here? We know that bugs are frustrating and annoying things. We also
know that you've probably spent ages trying to figure out what's wrong. The
more information you give us now, the more likely it is that we'll be able
to help.

What steps will reproduce the problem?
1.In Firefox, try to find the selects in webpage, then click the option every the 
 select, at the last, Failed; But In Google, It is OK!
2.this is my code:
(1)selects=browser.find_elements_by_tag_name("select")
(2)for Uselect in selects:
    Uselect.click()
    time.sleep(3)
    print Uselect.find_elements_by_tag_name("option")[1].click()
    time.sleep(3)
    print"good job"
3.Runing the Code,The Firefox is failed; Chrome is ok;

What is the expected output? What do you see instead?
Webdriver is good test tool,So i think The Code can running whether the Firefox or
Chrome. 

Selenium version:
OS:
Browser:Firefox / Chrome
Browser version: Firefox :25.0.1  Chrome: 28.0.0


Please provide any additional information below. A sample reduced test
case, or a public URL that demonstrates the problem will intrigue our merry
band of Open Source developers far more than nothing at all: they'll be far
more likely to look at your problem if you make it easy for them!

Reported by liuting0077 on 2014-01-16 05:10:03

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Please provide a complete executable scenario and a complete sample page to reproduce
the issue.

Reported by barancev on 2014-01-21 19:05:32

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

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

could i speak chinese? becauser my english is just so so


2014-01-22 3:05 GMT+08:00 <selenium@googlecode.com>:

Reported by liuting0077 on 2014-02-10 09:39:50

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Don't speak at all, just provide an *executable* scenario in a programming language,
and a sample page.

Reported by barancev on 2014-02-10 10:10:15

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Closing the issue due to inactivity.

Reported by barancev on 2014-03-12 09:41:47

  • Status changed: Invalid

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

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

  • 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