I have a dropdown with a click event set on it. When users clicks some of the options are grayed (disabled) , so user should not be able to select them .
Is is possible through Selenium IDE to emulate this process i.e
-
a) invoke click event , which should SHOW the options [VISUAL DISPLAY
is required] -
b) I run some test (for disabled/enable) options
-
c) Select a selectable option
What is required here is that dropdown options should be visible.
You can expand the dropdown with the following:
This will set the size of the dropdown so that all options can be seen.