You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PuppeteerLibrary/__init__.py
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
WaitingKeywords,
21
21
WaitingKeywordsAsync)
22
22
23
-
__version__='0.3.1'
23
+
__version__='0.4.0'
24
24
25
25
26
26
classPuppeteerLibrary(DynamicCore):
@@ -43,14 +43,18 @@ class PuppeteerLibrary(DynamicCore):
43
43
| link | Exact text a link has. | ``link:Home page`` |
44
44
| partial link | Partial link text | ``partial link:Home`` |
45
45
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
47
48
didn't specific in keywords argument.
48
49
Default Timeout is ``30 seconds``.
49
50
50
51
User can set new default timeout using ``Set Timeout`` keyword
51
52
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
+
54
58
For more information about the time syntax see the Robot Framework User Guide.
0 commit comments