The arguments passed to a command are either invalid or malformed.
| 251 | |
| 252 | |
| 253 | class InvalidArgumentException(WebDriverException): |
| 254 | """The arguments passed to a command are either invalid or malformed.""" |
| 255 | |
| 256 | |
| 257 | class JavascriptException(WebDriverException): |
no outgoing calls
no test coverage detected