how to handle dynamic web table in selenium code example
Example: 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.