html - waitForElementPresent command NightwatchJS -


i want know whether waitforelementpresent provides time visible element.at same time waitforelementpresent give elements rendering time? example

       client.waitforelementpresent('body', 300); 

then result

          element <body> present after 23 milliseconds. 

23 ms equal elements rendering time? time affected parameter(300) or (100)?

as long know time affected parameter gave him, in case 300ms.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -