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

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -