Answers for "test dynamic table"

0

test dynamic table

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.
Posted by: Guest on June-15-2021

Browse Popular Code Answers by Language