Use of “select” and “selectAndWait” command in selenium IDE

Last updated on October 8th, 2025 at 11:35 am

“select” Command
Purpose of “select” command is to select label from drop down/combo box or list box.
New Test
CommandTargetValue
openhttp://only-testing-blog.blogspot.com/2014/01/textbox.html
selectname=FromLBRussia
View example of HOW TO SELECT VALUE FROM DROP DOWN IN WEBDRIVER.

In this example, You need to add combo box id/Name/Xpath into target column and need to add option’s value or visible text or index into value column. Supposing if your option name is “Russia” then you need to add it as Russia.

Here you can use four types of optionLocators. You can use labelPattern, valuePattern, id of label or index of label in value field.
“selectAndWait” command
Here something different then the “select” Command. If your page is reloading when you select label from drop down then you need to use “selectAndWait” command. It will select the specified label and then it will wait for page to load successfully.
author avatar
Aravind QA Automation Engineer & Technical Blogger
Aravind is a QA Automation Engineer and technical blogger specializing in Playwright, Selenium, and AI in software testing. He shares practical tutorials to help QA professionals improve their automation skills.
Stay Updated with New Articles
Get the latest tutorials and insights delivered to your inbox.

One thought on “Use of “select” and “selectAndWait” command in selenium IDE

Leave a Reply

Your email address will not be published. Required fields are marked *