WebDriver/src/WebDriver/WDElementNotInteractable.cl...

9 lines
198 B
Smalltalk

"
A command could not be completed because the element is not pointer- or keyboard interactable.
"
Class {
#name : #WDElementNotInteractable,
#superclass : #WDException,
#category : #WebDriver
}