c# - Selenium to click on corresponding description title -
i developing selenium application using c# language.
i have data in web page.
description appname price validity desc1 app1 20 7 desc2 app2 150 50 desc3 app3 65 20
all titles starting "some desc","app" has got hyper link on that. can make selenium find appname making use of partiallinktext. want make selenium move left of finding app , click on description of particular app.
for example, if searching app2 should click on desc2 correctly.
is possible??
your valuable comments appreciated..
thanks
i have not extensively used myself believe clickat(locator,coordinates) achieve this. have experiment offset though.you can find similar approach here.
Comments
Post a Comment