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 ?
try value
instead of label
:
command: select target : id = weekwisecycleid value : value=30076
let me know if worked ;)
Comments
Post a Comment