<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://humanemulator.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://humanemulator.net/wiki/feed.php">
        <title>Human Emulator wiki en:objects:browser:navigate</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-08-09T22:02:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:get_last_navigation_error&amp;rev=1785958384&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:get_ready_state&amp;rev=1785958385&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:go_back&amp;rev=1785958385&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:go_forward&amp;rev=1785958386&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:is_busy&amp;rev=1785958386&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:navigate&amp;rev=1785958387&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:navigate_to_home_page&amp;rev=1785958387&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:refresh&amp;rev=1785958388&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:set_home_page&amp;rev=1785958388&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:set_wait_params&amp;rev=1785958390&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:stop&amp;rev=1785958390&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:wait&amp;rev=1785958391&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:wait_for&amp;rev=1785958391&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:wait_js&amp;rev=1785958392&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Human Emulator wiki</title>
        <link>https://humanemulator.net/wiki/</link>
        <url>https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:get_last_navigation_error&amp;rev=1785958384&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:get_last_navigation_error</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:get_last_navigation_error&amp;rev=1785958384&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s go to a non-existent site:&quot;;
if(!$browser-&gt;navigate(&quot;http://t&quot;, false))
   echo &quot;failed to visit site:&quot;.$browser-&gt;get_last_navigation_error().&quot; n&quot;;

//2
echo &quot;2.Let&#039;s go to a normal…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:get_ready_state&amp;rev=1785958385&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:get_ready_state</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:get_ready_state&amp;rev=1785958385&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//set the mode - no waiting
$browser-&gt;set_wait_params(0,0);

//1
echo(&quot;1.Let&#039;s go to yahoo:&quot;);
echo($browser-&gt;navigate(&quot;yahoo.com&quot;).&quot; n&quot;);
$rstate = &quot;&quot;;
$oldstate = &quot;&quot;;

//2
echo(&quot;2.Display ready sta…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:go_back&amp;rev=1785958385&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:go_back</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:go_back&amp;rev=1785958385&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;
//IE + CEF +
//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s go to the rambler:&quot;;
echo $browser-&gt;navigate(&quot;http://rambler.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s go to Google:&quot;;
echo $browser-&gt;navigate(&quot;http://google.com&quot;).&quot;&lt;br&gt;&quot;;

//3
ec…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:go_forward&amp;rev=1785958386&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:go_forward</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:go_forward&amp;rev=1785958386&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;
//IE + CEF +
//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s go to the rambler:&quot;;
echo $browser-&gt;navigate(&quot;http://rambler.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s go to Google:&quot;;
echo $browser-&gt;navigate(&quot;http://google.com&quot;).&quot;&lt;br&gt;&quot;;

//3
ech…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:is_busy&amp;rev=1785958386&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:is_busy</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:is_busy&amp;rev=1785958386&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;
//IE + CEF +
//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s set that there is no need to wait for navigation:&quot;;
echo $browser-&gt;set_wait_params(0,0).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s go to Yandex:&quot;;
echo $browser-&gt;navigate(&quot;http://msn.co…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:navigate&amp;rev=1785958387&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:navigate</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:navigate&amp;rev=1785958387&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//go to yahu
echo $browser-&gt;navigate(&quot;http://yahoo.com&quot;);

echo $browser-&gt;navigate(&quot;about: blank&quot;);

//go to a non-existent site
if(!$browser-&gt;navigate(&quot;http://t&quot;, false))
   echo &quot;failed to visit th…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:navigate_to_home_page&amp;rev=1785958387&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:navigate_to_home_page</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:navigate_to_home_page&amp;rev=1785958387&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s set Yandex as the home page:&quot;;
echo $browser-&gt;set_home_page(&quot;ya.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s go to the home page:&quot;;
echo $browser-&gt;navigate_to_home_page().&quot;&lt;br&gt;&quot;;

//end
echo &quot;&lt;h…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:refresh&amp;rev=1785958388&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:refresh</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:refresh&amp;rev=1785958388&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);



//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//don&#039;t wait for navigation to end
$browser-&gt;set_wait_params(0,0);

//1
echo &quot;1.Go to yahoo:&quot;;
echo $browser-&gt;navigate(&quot;http://yahoo.com&quot;).&quot; n&quot;;

//2
echo &quot;2.Stop downloading after 1 second:&quot;;
slee…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:set_home_page&amp;rev=1785958388&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:set_home_page</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:set_home_page&amp;rev=1785958388&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s set Yandex as the home page:&quot;;
echo $browser-&gt;set_home_page(&quot;ya.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s go to the home page:&quot;;
echo $browser-&gt;navigate_to_home_page().&quot;&lt;br&gt;&quot;;

//end
echo &quot;&lt;h…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:set_wait_params&amp;rev=1785958390&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:set_wait_params</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:set_wait_params&amp;rev=1785958390&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;
//IE + CEF +
//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s set that there is no need to wait for navigation:&quot;;
echo $browser-&gt;set_wait_params(0,0).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s go to Yandex:&quot;;
echo $browser-&gt;navigate(&quot;http://msn.co…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:stop&amp;rev=1785958390&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:stop</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:stop&amp;rev=1785958390&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Cancel the waiting time for loading the web page:&quot;;
echo $browser-&gt;set_wait_params(0,0).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s start navigating to yahoo:&quot;;
echo $browser-&gt;navigate(&quot;http://yahoo.com&quot;)…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:wait&amp;rev=1785958391&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:wait</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:wait&amp;rev=1785958391&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//go to yandex
$browser-&gt;navigate(&quot;http://ya.ru&quot;);
$browser-&gt;wait(0);

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:wait_for&amp;rev=1785958391&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:wait_for</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:wait_for&amp;rev=1785958391&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//go to yandex
$browser-&gt;navigate(&quot;http://ya.ru&quot;);
$browser-&gt;wait_for(5,3);

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:wait_js&amp;rev=1785958392&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:navigate:wait_js</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:navigate:wait_js&amp;rev=1785958392&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s go to adwords:&quot;;
echo $browser-&gt;navigate(&quot;https://adwords.google.com/o/Targeting/Explorer?__c=5130069821&amp;__u=5155362581&amp;__o=cues&amp;ideaRequestType=KEYWORD_IDEAS&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;1.…</description>
    </item>
</rdf:RDF>
