automation - Selenium check for selecting and clicking an element in dropdown -


i had written selenium command via ide clicking element in drop-down. tried selecting element via id , passing label value there no success. tried click element via copying xpath ide not select on play though highlights step in green. since drop-down hidden on first load tried passing id of active 1 here no success well.

can me solve problem ?

enter image description here enter image description here

try value instead of label:

command: select  target : id = weekwisecycleid  value : value=30076 

let me know if worked ;)


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -