Selenium IDE to select when dropdown is in AJAX - selenium-ide

I am using selenium IDE to select the dropdown on my website. As the dropdown is in AJAX, i do not know how i can select it. Currently, i used Click at function to click the dropdown, but how do i navigate to the dropdown items? Do advise me on it and hope to hear from anyone who has experiences in this. Thank you so much!

My solution:
use waitForSelectedLabel
target: id=selProClass2
value: value=tom

Related

Selenium IDE is not showing the option in a dropdown list

I have this problem:
When I click in the dropdown list when I´m recording a test, I can see the option and choose one, but, when I run the test, the click put the focus in the select, but the diferents options option are not showing. I tried it using select comand directly, and doing a click before the select too, but I don't get anything.
Thank you!!
I had the same issue, try to copy the Xpath / full Xpath of the element and enter it manually on the click command:
example:
Click | xpath=//somexpath

Hide menuBar on click icefaces

I know icefaces has a "displayOnClick" parameter so that it will display when clicked on. However, clicking on it again does not hide it. You have to click off. Does anyone know if there's a way to make it hide when clicked on again?
Solution: this can only be done in ace 3.x. To do it otherwise, you need to use javascript.

Dropdown arrow on custom CSS select box not working

I am working on the following website and i am having an issue with the dropdown (selectbox) arrow. [url no longer available]
If you click on the second slide of the booking form and then click on the dropdown arrow you will see that it doesn't work. I guess i could start again from scratch if i have to, however, if anyone can think of a quick way to fix this issue i would greatly appreciate it.
Thanks.

where can i find java element filters dialog?

Where is the java element filters dialog in eclipse?
I can't find it.
Thank you very much.
In package explorer tab -> view menu (down arrow icon) -> customize views.
Then you can select radio button to show the empty package.
In STS v3.1, if you are viewing the Java perspective, you can see this in the Package Explorer view:
Then you can manipulate the "view" by checking (or unchecking) those elements that you with to filter (or show) like this:
Hope that helps.

enable popup documentation in eclipse

I have simple problem!
Is there any option in this ide like auto popup documentation window in netbeans or quick documentation lookup in IntelliJ idea?
Thanks very much!
Press F2 when you are on a method, class name etc and Eclipse will display a pop-up containing documentation. You can also hover over them with your mouse to get the same information.