<?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:interface:action</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-09-25T18:36:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:check&amp;rev=1785959087&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:click&amp;rev=1785959087&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:ensure_visible&amp;rev=1785959088&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:event&amp;rev=1785959088&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:focus&amp;rev=1785959089&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:meta_click&amp;rev=1785959089&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:screenshot&amp;rev=1785959090&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:scroll&amp;rev=1785959090&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:scroll_to_view&amp;rev=1785959091&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:interface:action:check&amp;rev=1785959087&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:action:check</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:check&amp;rev=1785959087&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7014&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//to make it faster
$browser-&gt;set_wait_params(5,1);

//1
echo(&quot;1.Let&#039;s go to the polygon:&quot;);
echo($browser-&gt;navigate(&quot;http://humanemulator.net/poligon/checkbox.html&quot;).&quot;&lt;br&gt;&quot;);

//2
echo(&quot;2.Check:&quot;);…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:click&amp;rev=1785959087&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:action:click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:click&amp;rev=1785959087&amp;do=diff</link>
        <description>PHP example: 


&lt;?php $xhe_host = &quot;127.0.0.1:7014&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//to make it faster
$browser-&gt;set_wait_params(5,1);

//1
echo &quot;1.Let&#039;s go to the polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://humanemulator.net/poligon/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on the…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:ensure_visible&amp;rev=1785959088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:action:ensure_visible</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:ensure_visible&amp;rev=1785959088&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7020&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; interface-&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://bigfozzy.com&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Is it visible with a zero number:&quot;;
echo $anchor-&gt;get_by_number(0)-&gt;is_view_now().&quot;&lt;br&gt;&quot;;

…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:event&amp;rev=1785959088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:action:event</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:event&amp;rev=1785959088&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7014&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; interface-&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://humanemulator.net/poligon/input.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Send an onclick event to an element named Name1:&quot;;
echo $input-&gt;ge…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:focus&amp;rev=1785959089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:action:focus</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:focus&amp;rev=1785959089&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7014&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; interface-&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://humanemulator.net/poligon/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Set focus on the element with the given id:&quot;;
echo $anchor-&gt;get_b…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:meta_click&amp;rev=1785959089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:action:meta_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:meta_click&amp;rev=1785959089&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7014&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//to make it faster
$browser-&gt;set_wait_params(5,1);

//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.Click on …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:screenshot&amp;rev=1785959090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:action:screenshot</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:screenshot&amp;rev=1785959090&amp;do=diff</link>
        <description>PHP example: 


&lt;?php $xhe_host = &quot;127.0.0.1:7014&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

$browser-&gt;navigate(&quot;ya.ru&quot;).&quot;&lt;br&gt;&quot;;
$app-&gt;minimize_to_tray();

//1
echo &quot;1.Let&#039;s go to the polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://humanemulator.net/poligon/image.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Sav…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:scroll&amp;rev=1785959090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:action:scroll</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:scroll&amp;rev=1785959090&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7023&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; interface-&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://bigfozzy.com&quot;).&quot;&lt;br&gt;&quot;;

sleep(3);
//2
echo &quot;2.Scroll through the divs:&quot;;
echo $body-&gt;get_by_number(0)-&gt;scroll(&quot;pageDown&quot;).&quot;&lt;br&gt;…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:scroll_to_view&amp;rev=1785959091&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:action:scroll_to_view</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:action:scroll_to_view&amp;rev=1785959091&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7020&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//set the browser height
$browser-&gt;set_height(200);

//1
echo &quot;1.Let&#039;s go to the polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://humanemulator.net/poligon/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Move the elem…</description>
    </item>
</rdf:RDF>
