File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
py/selenium/webdriver/remote Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments