Skip to content

Commit fdb6361

Browse files
committed
Update doc for release v0.4.0
1 parent 3cf82e3 commit fdb6361

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

PuppeteerLibrary/__init__.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
WaitingKeywords,
2121
WaitingKeywordsAsync)
2222

23-
__version__ = '0.3.1'
23+
__version__ = '0.4.0'
2424

2525

2626
class PuppeteerLibrary(DynamicCore):
@@ -43,14 +43,18 @@ class PuppeteerLibrary(DynamicCore):
4343
| link | Exact text a link has. | ``link:Home page`` |
4444
| partial link | Partial link text | ``partial link:Home`` |
4545
46-
== Timeout == Timeout will use for Wait.. keywords. By default Puppeteer will use default timeout value if you
46+
== Timeout ==
47+
Timeout will use for Wait.. keywords. By default Puppeteer will use default timeout value if you
4748
didn't specific in keywords argument.
4849
Default Timeout is ``30 seconds``.
4950
5051
User can set new default timeout using ``Set Timeout`` keyword
5152
52-
**Time format**
53-
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).
53+
54+
*Time format*
55+
56+
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).
57+
5458
For more information about the time syntax see the Robot Framework User Guide.
5559
5660
"""

0 commit comments

Comments
 (0)