Answers for "handling dynamic webtable in selenium"

-1

handling webtable in selenium

-If there is a web table, we can handle it
by creating custom xpath locators.
-We can go from parent to child and 
child to parent to locate the web elements
we want to locate.
Posted by: Guest on January-07-2021
-1

handling dynamic webtable in selenium

How do you handle dynamic web tables?
- I would create a custom xpath locator,
and I would consider not using the 
web elements that are dynamic. I would
find something static, and then create 
my login around that.
Posted by: Guest on January-07-2021

Code answers related to "handling dynamic webtable in selenium"

Browse Popular Code Answers by Language