📜  如何找到动态 web 表 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:49.388000             🧑  作者: Mango

代码示例1
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.