Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, dropdown values in Selenium cannot be selected if they are hidden and only made visible after being clicked unless the click event triggers the dropdown values to become visible before selecting the desired value. In this case, the dropdown values must become visible before you can select the desired value. Selenium cannot interact with hidden elements unless they are made visible first.