Find specific cell of a celltable with Selenium xpath -


i have celltable , have multiple rows , dynamic table,

screenshot attached ..

enter image description here

what want find row column contains useren@lim.mobi , click checkbox.

i trying xpath not experience here , if can please

thanks

here html code of specific cell

enter image description here

i don't know exact html of table form xpath difficult. should

//*[contains(text(),'useren@lim.mobi ')]/../td[2] 

for following table, if have find corrosponding contact company, how it. https://www.w3schools.com/html/html_tables.asp

//*[contains(text(),'magazzini alimentari riuniti')]/../td[2] 

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -