robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Selection Keyword for combo box or drop-down list #75

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by pujar.sa... on 20 Jan 2010

Hello,

  Currently, I am writing testcases for webUI developed using

richfaces. Currently I am stuck up with the testcase which selects an item from combobox. I am not getting how do I achieve this. Could you please suggest me is there any ways or keywords available for this?

Please find the attached picture for more details.

Thank you & BRs, Santosh

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 20 Jan 2010

It depends on which kind of html element is used to implement the combo box.

Usually they are implemented with <select> tag. Selenium library keyword select from list should be able to select from the combo box. There are also some other list keywords that may work.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 3 Feb 2010

It seems that this is not a valid issue.