1
votes

In my application I have lot of combo boxes available. I need to click an arrow button which is on combo box. I am using Selenium IDE. When I record the clicking of the arrow button from combo box it will work at that time, but when I come back to same page it will display that the element is not found.

Thank you in advance.

2
How do you locate the combo box element in Selenium? - Mahsa Mortazavi
using select button which is available in selenium ide. - sathish
Please can you paste your selenium code and the page HTML - Jsmith2800

2 Answers

0
votes

I recommend you to understand first, how values are coming into your combo boxes. I think when you clicked on combo box, AJAX call will be fired and values will be loaded into your combo boxes.

You can use the command "waitForElementPresent" or "waitForTextPresent" when clicked on combo box.

0
votes

Do not click on combo box button while recording.......

Do right click on button and get element by ID