📜  元素不可见异常硒 - 任何代码示例

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

代码示例1
This exception will be thrown when you are trying to locate a particular 
element on webpage that is not currently visible even though it is present
in the DOM.
Also, sometimes, if you are trying to locate an element with the XPath which
associates with two or more element.