WebDriver/src/WebDriver/WDElementClickIntercepted.c...

9 lines
248 B
Smalltalk

"
The Element Click command could not be completed because the element receiving the events is obscuring the element that was requested clicked.
"
Class {
#name : #WDElementClickIntercepted,
#superclass : #WDException,
#category : #WebDriver
}