| 程序包 | 说明 |
|---|---|
| org.openqa.selenium |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ElementNotInteractableException
Thrown to indicate that although an element is present on the DOM, it is not in a state that can
be interacted with.
|
class |
ElementNotSelectableException
Thrown to indicate that although an element is present on the DOM, it is not selectable, and so
is not able to be interacted with.
|
class |
ElementNotVisibleException
Thrown to indicate that although an element is present on the DOM, it is not visible, and so is
not able to be interacted with.
|