MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / InvalidArgumentException

Class InvalidArgumentException

py/selenium/common/exceptions.py:253–254  ·  view source on GitHub ↗

The arguments passed to a command are either invalid or malformed.

Source from the content-addressed store, hash-verified

251
252
253class InvalidArgumentException(WebDriverException):
254 """The arguments passed to a command are either invalid or malformed."""
255
256
257class JavascriptException(WebDriverException):

Callers 3

set_window_rectMethod · 0.90
__set__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected