Skip to content

Commit 3af1b2b

Browse files
committed
[py] Fix parameter type for websocket_url
1 parent aba26f3 commit 3af1b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ class BaseOptions(metaclass=ABCMeta):
430430
431431
Parameters:
432432
-----------
433-
`value`: `bool`
433+
`value`: `str`
434434
435435
Returns:
436436
--------

0 commit comments

Comments
 (0)