Skip to content

Commit 77a127d

Browse files
authored
Updated docstring with type annotation change
1 parent 23a0d7a commit 77a127d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/support/expected_conditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def frame_to_be_available_and_switch_to_it(locator: Union[Tuple[str, str], str,
491491
492492
Parameters:
493493
----------
494-
locator : Union[Tuple[str, str], str]
494+
locator: Union[Tuple[str, str], str, WebElement]
495495
Used to find the frame.
496496
497497
Returns:

0 commit comments

Comments
 (0)