WebDriver/src/WebDriver/WDUnknownMethod.class.st

14 lines
302 B
Smalltalk

"
The requested command matched a known URL but did not match any method for that URL.
"
Class {
#name : #WDUnknownMethod,
#superclass : #WDException,
#category : #'WebDriver-Exception'
}
{ #category : #testing }
WDUnknownMethod class >> matchesErrorCode: errCode [
^ errCode = 'unknown method'
]