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

14 lines
392 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-Exception'
}
{ #category : #testing }
WDElementClickIntercepted class >> matchesErrorCode: errCode [
^ errCode = 'element click intercepted'
]