📅  最后修改于: 2022-03-11 14:55:51.502000             🧑  作者: Mango
Use custom xpaths and css locators
o Xpath: contains, starts with, ends with, contains text.
o By finding the element in relation to another stable element
using parent, child, sibling relationships
• I have utility methods that work with table.
I have method that takes a table webelement and returns all the column
names. I have a method that takes a table, number
and returns all the data in that row.