Skip to content

Commit 26a5345

Browse files
committed
fix: correct return type in documentation for BaseOptions getter method
1 parent 673b50d commit 26a5345

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
@@ -324,7 +324,7 @@ class BaseOptions(metaclass=ABCMeta):
324324
value: str
325325
326326
Returns:
327-
bool when getting, None when setting.
327+
str when getting, None when setting.
328328
"""
329329

330330
def __init__(self) -> None:

0 commit comments

Comments
 (0)