java - Select column in a selected row using selenium web driver -


i have select row in table there multiple rows , in have click on column link . column link has same xpath in rows.

example:

row1  name1     updatelink row2  name2     updatelink row3  name3     updatelink 

where name unique. after selecting particular row have click update link. update link has same xpath rows

try following:

//td[contains(.,'name1')]/following-sibling::td/a 

Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -