We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bfa3a commit 66f092fCopy full SHA for 66f092f
py/selenium/webdriver/support/expected_conditions.py
@@ -88,9 +88,9 @@ def _predicate(driver):
88
def url_matches(pattern: str):
89
"""An expectation for checking the current url.
90
91
- pattern is the expected pattern. This finds the first
92
- occurrence of pattern in the current url and as such does
93
- not require an exact full match.
+ pattern is the expected pattern. This finds the first occurrence of
+ pattern in the current url and as such does not require an exact
+ full match.
94
"""
95
96
def _predicate(driver):
0 commit comments