User Tools

Site Tools


en:objects:browser:navigate:wait_js

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:objects:browser:navigate:wait_js [2020/10/13 19:21]
sales created
en:objects:browser:navigate:wait_js [2020/12/14 20:24] (current)
Line 1: Line 1:
-<html><h2>wait_js</h2> <strong>wait_js($Try_Second=30);</strong> - waits for the browser to process all currently active Java scripts. Used after navigation commands if the page has a lot of active JS that haven't been worked out yet.<br><br>the input Function accepts parameters:<br><br><li><font color=green>$Try_Second</font> – time allowed for all JS execution (in seconds)<br><br>After testing, the function returns the result of its work to the script : <br><li><font color=blue>true</font> – successfully waited, navigation was drained <br><li><font color=blue>false</font> – navigation failed<br><br></html>+<html><h2>wait_js</h2> <strong>wait_js($Try_Second=30);</strong> - waits for the browser to process all currently active Java scripts. Used after navigation commands if the page has a lot of active JS that haven't been worked out yet.<br><br>the input Function accepts parameters:<br><br><li><font color=green>$Try_Second</font> – time allowed for all JS execution (in seconds)<br><br>After testing, the function returns the result of its work to the script : <br><li><font color=blue>true</font> – successfully waited, navigation was drained <br><li><font color=blue>false</font> – navigation failed<br><br></html>
  
 PHP example: <code php><?php $xhe_host = "127.0.0.1:7013"; PHP example: <code php><?php $xhe_host = "127.0.0.1:7013";
en/objects/browser/navigate/wait_js.txt · Last modified: 2020/12/14 20:24 (external edit)