📜  为什么我找不到元素 - 无论代码示例

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

代码示例1
Could be several reasons for example 
-Locator changed
-There is an iframe
-Waiting time issue, page is loading slowly
-Element is dynamic, locator cannot find it. Use dynamic locator.
-Page is not fully loaded/opened. This is also waiting time issue
-Page changes and that element does not exist anymore