Skip to content

Commit

Permalink
Update doc for release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atthaboon committed Jul 15, 2020
1 parent 3cf82e3 commit fdb6361
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions PuppeteerLibrary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
WaitingKeywords,
WaitingKeywordsAsync)

__version__ = '0.3.1'
__version__ = '0.4.0'


class PuppeteerLibrary(DynamicCore):
Expand All @@ -43,14 +43,18 @@ class PuppeteerLibrary(DynamicCore):
| link | Exact text a link has. | ``link:Home page`` |
| partial link | Partial link text | ``partial link:Home`` |
== Timeout == Timeout will use for Wait.. keywords. By default Puppeteer will use default timeout value if you
== Timeout ==
Timeout will use for Wait.. keywords. By default Puppeteer will use default timeout value if you
didn't specific in keywords argument.
Default Timeout is ``30 seconds``.
User can set new default timeout using ``Set Timeout`` keyword
**Time format**
All timeouts and waits can be given as numbers considered seconds (e.g. 0.5 or 42) or in Robot Framework's time syntax (e.g. 1.5 seconds or 1 min 30 s).
*Time format*
All timeouts and waits can be given as numbers considered seconds (e.g. 0.5 or 42) or in Robot Framework's time syntax(e.g. 1.5 seconds or 1 min 30 s).
For more information about the time syntax see the Robot Framework User Guide.
"""
Expand Down
Loading

0 comments on commit fdb6361

Please sign in to comment.