Skip to content

Commit 1f18f9b

Browse files
committed
tweaks
1 parent d73b367 commit 1f18f9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

py/selenium/webdriver/remote/webdriver.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def timeouts(self) -> Timeouts:
819819
820820
Returns:
821821
--------
822-
- Timeouts: A named tuple with the following fields:
822+
Timeouts: A named tuple with the following fields:
823823
- implicit_wait: The time to wait for elements to be found.
824824
- page_load: The time to wait for a page to load.
825825
- script: The time to wait for scripts to execute.
@@ -1436,6 +1436,8 @@ def delete_downloadable_files(self) -> None:
14361436
@property
14371437
def fedcm(self) -> FedCM:
14381438
"""
1439+
Returns the Federated Credential Management (FedCM) dialog object for interaction.
1440+
14391441
Returns:
14401442
-------
14411443
FedCM: an object providing access to all Federated Credential Management (FedCM) dialog commands.

0 commit comments

Comments
 (0)