Skip to content

Commit 6014af6

Browse files
Add InvalidArgumentException
1 parent 1865cca commit 6014af6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

py/selenium/common/exceptions.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,10 @@ class ImeActivationFailedException(WebDriverException):
240240
Thrown when activating an IME engine has failed.
241241
"""
242242
pass
243+
244+
245+
class InvalidArgumentException(WebDriverException):
246+
"""
247+
The arguments passed to a command are either invalid or malformed.
248+
"""
249+
pass

0 commit comments

Comments
 (0)