Selenium: Dynamic clicking of radio button beside search result -
i'm month-old selenium , far use ide. haven't had luxury of reading on rc (although after critical project). anyway know how click radio button beside search result w/c not appear on same position. w/ limited knowledge in selenium , programming, best solution can think of veryfytextpresent on text of result click blindly couple of positions beside text using xpath (? doable ?). how in less primitive manner?
so in scenario verify bingo! click on radio button beside
o xxxxxxxx
o xxxxxxxx
o xxxxxxxx
o bingo!
o xxxxxxxx
o xxxxxxxx
however on different searches
o bingo!
o xxxxxxxx
o xxxxxxxx
o xxxxxxxx
o xxxxxxxx
o xxxxxxxx
anyway hope i've explained problem clearly. in advance comments, suggestions , guides. :)
try using firebug investigate additional distinguishing properties radio button. if exist, use them construct css identifier. if not, (and if possible), ask developer add properties. alternately, try posting html tags firebug radio button here..
Comments
Post a Comment