<?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:commands</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-11T21:14:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:call_java_script&amp;rev=1785958320&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:paste&amp;rev=1785958321&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_command&amp;rev=1785958321&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_dojo&amp;rev=1785958321&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_java_script&amp;rev=1785958322&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_jquery&amp;rev=1785958322&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:save_page_as&amp;rev=1785958323&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:send_get_query&amp;rev=1785958323&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:send_post_query&amp;rev=1785958324&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:set_document_complete_java_script&amp;rev=1785958324&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:set_init_java_script&amp;rev=1785958325&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:start_video_record&amp;rev=1785958325&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:stop_video_record&amp;rev=1785958326&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:commands:call_java_script&amp;rev=1785958320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:call_java_script</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:call_java_script&amp;rev=1785958320&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 the scripted polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://www.humanemulator.net/poligon/call_js.html&quot;).&quot;&quot;;
echo $browser-&gt;enable_browser_message_boxes(false).&quot; n&quot;;

//2
echo &quot;2.…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:paste&amp;rev=1785958321&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:paste</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:paste&amp;rev=1785958321&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 put the text into the buffer:&quot;;
echo $clipboard-&gt;put_text(&quot;seo&quot;).&quot; n&quot;;

//2
echo &quot;2.Go to the page and set focus:&quot;;
echo $browser-&gt;navigate(&quot;http://google.com&quot;).&quot;&quot;;
echo $input-&gt;set_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_command&amp;rev=1785958321&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:run_command</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_command&amp;rev=1785958321&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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;;

//navigate to google
$browser-&gt;navigate(&quot;http://www.google.com&quot;);
$browser-&gt;wait(1);

//execute the Print Preview command
$browser-&gt;run_command(40);

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

//Quit
$app-&gt;quit();

/*
…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_dojo&amp;rev=1785958321&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:run_dojo</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_dojo&amp;rev=1785958321&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 the polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://www.humanemulator.net/poligon/anchor.html&quot;).&quot;&lt;br&gt; &lt;br&gt;&quot;;

//2
echo &quot;2.Run dojo:&quot;;
echo $browser-&gt;run_dojo(&quot;var nl = dojo.query(\…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_java_script&amp;rev=1785958322&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:run_java_script</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_java_script&amp;rev=1785958322&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 execute Java Script:&quot;;
echo $browser-&gt;run_java_script(&quot;function foo(variable) {alert(variable); return variable;} var e = document.createElement(&#039;div&#039;); e.id = &#039;divResult&#039;; e.innerHT…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_jquery&amp;rev=1785958322&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:run_jquery</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:run_jquery&amp;rev=1785958322&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 the polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://www.humanemulator.net/poligon/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Run jQuery:&quot;;
echo $browser-&gt;run_jquery(&quot;document.getElementsBy…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:save_page_as&amp;rev=1785958323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:save_page_as</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:save_page_as&amp;rev=1785958323&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.Go to the page:&quot;;
echo $browser-&gt;navigate(&quot;http://google.com&quot;).&quot; n&quot;;

//2
echo &quot;2.Save the current page:&quot;;
echo $browser-&gt;save_page_as(&quot;c: \ google.txt&quot;).&quot; n&quot;;

//3
echo &quot;3.Show the saved…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:send_get_query&amp;rev=1785958323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:send_get_query</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:send_get_query&amp;rev=1785958323&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7018&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 step
$browser-&gt;set_user_agent(&quot;Mozilla/4.0(compatible; MSIE 6.0; Windows NT 6.0)&quot;);
echo $browser-&gt;send_get_query(&quot;http://httpbin.org/get&quot;, &quot;test1 = test &amp; test2 = test2&quot;);
echo &quot; n ==============…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:send_post_query&amp;rev=1785958324&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:send_post_query</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:send_post_query&amp;rev=1785958324&amp;do=diff</link>
        <description>PHP example: 

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

//РїРѕРґРєР &quot;СЋС ‡ РёРј РѕР ± СЉРµРєС‚ РґР &quot;СЏ СѓРїСЂР ° РІР» РµРЅРёСЏ СЌРјСѓР »СЏС‚РѕСЂРѕРј, РµСЃР» Рё РРµРµРРРРР Рё РµРµ РµРРРРРё РµРµРµРРРР
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//РЅР ° С ‡ Р ° Р »Р *
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

$browser-&gt;navigate(&quot;ya.ru&quot;);

//post pР ° РїСЂРѕСЃ
$data = &quot;Nick1 = 111 &amp; Nick2 = 123&quot;;
echo $browser-&gt;send_post_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:set_document_complete_java_script&amp;rev=1785958324&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:set_document_complete_java_script</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:set_document_complete_java_script&amp;rev=1785958324&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;;

$browser-&gt;enable_browser_message_boxes();

//1
echo &quot;1.Let&#039;s set Java Script - document complete:&quot;;
//JS
$js_new_naviagtor = &quot;alert(&#039;document_complete&#039;);&quot;;
echo $browser-&gt;set_document_complete_java_s…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:set_init_java_script&amp;rev=1785958325&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:set_init_java_script</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:set_init_java_script&amp;rev=1785958325&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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 the initial Java Script&quot;;
//JS
$js_new_naviagtor = &quot;
var platformProp = {get: function() {return &#039;%% PLATFORM&#039;; }};
var appName = {get: function() {return &#039;%% APPNAME&#039;; }};
var l…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:start_video_record&amp;rev=1785958325&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:start_video_record</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:start_video_record&amp;rev=1785958325&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.Start screen recording:&quot;;
echo $browser-&gt;start_video_record(&quot;d://record.avi&quot;, 10,70,100,100,400,400);

//actions
$browser-&gt;navigate(&quot;google.com&quot;);
$browser-&gt;navigate(&quot;youtube.com&quot;);

//2
e…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:stop_video_record&amp;rev=1785958326&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:32:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:commands:stop_video_record</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:commands:stop_video_record&amp;rev=1785958326&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.Start screen recording:&quot;;
echo $browser-&gt;start_video_record(&quot;d://record.avi&quot;, 10,70,100,100,400,400);

//actions
$browser-&gt;navigate(&quot;google.com&quot;);
$browser-&gt;navigate(&quot;youtube.com&quot;);

//2
e…</description>
    </item>
</rdf:RDF>
