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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -