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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -