I have a table like this below I have selected the rows which is there in yellow by pressing Ctrl or Shift Keys. For selecting one row I use this xpath
driver.find_element_by_xpath("//div[@class='webix_ss_center_scroll']//child::div[@column=0][@class='webix_column webix_first']//child::div[@aria-colindex=1 and contains(., 28)]")
How do I select these multiple rows? I am selecting 1 row based on index column
Aucun commentaire:
Enregistrer un commentaire