Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil committed Jun 19, 2017
1 parent a2f2dbc commit f0426a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basepage/base_page.py
Expand Up @@ -342,7 +342,7 @@ def get_element_with_text(self, locator, text, params=None, timeout=None, visibl
:param locator: locator tuple or list of WebElements
:param text: text that the element should contain
:param params: (optional) locator parameters
:param timeout: (optional) time to wait for text (default: 10 seconds)
:param timeout: (optional) time to wait for text (default: self._explicit_wait)
:param visible: (optional) if the element should also be visible (default: False)
:return: WebElement instance
"""
Expand Down

0 comments on commit f0426a1

Please sign in to comment.