diff --git a/PuppeteerLibrary/__init__.py b/PuppeteerLibrary/__init__.py index 64c3c75..b358343 100644 --- a/PuppeteerLibrary/__init__.py +++ b/PuppeteerLibrary/__init__.py @@ -20,7 +20,7 @@ WaitingKeywords, WaitingKeywordsAsync) -__version__ = '0.3.1' +__version__ = '0.4.0' class PuppeteerLibrary(DynamicCore): @@ -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. """ diff --git a/docs/PuppeteerLibrary.html b/docs/PuppeteerLibrary.html index a4d0ac4..a323ed2 100644 --- a/docs/PuppeteerLibrary.html +++ b/docs/PuppeteerLibrary.html @@ -547,7 +547,7 @@ jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a