<?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:common:click</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-24T17:29:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_alt&amp;rev=1785958426&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_attribute&amp;rev=1785958427&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_attribute_by_form_name&amp;rev=1785958427&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_attribute_by_form_number&amp;rev=1785958428&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_href&amp;rev=1785958428&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_id&amp;rev=1785958429&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_inner_html&amp;rev=1785958429&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_inner_text&amp;rev=1785958430&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_name&amp;rev=1785958430&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_name_by_form_name&amp;rev=1785958431&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_name_by_form_number&amp;rev=1785958431&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_number&amp;rev=1785958432&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_number_by_form_name&amp;rev=1785958432&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_number_by_form_number&amp;rev=1785958433&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_src&amp;rev=1785958433&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_value&amp;rev=1785958434&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_random&amp;rev=1785958434&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:common:click:click_by_alt&amp;rev=1785958426&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_alt</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_alt&amp;rev=1785958426&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; image-&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/image.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on the element with alt equal to screenshot:&quot;;
echo $image-&gt;click…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_attribute&amp;rev=1785958427&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_attribute</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_attribute&amp;rev=1785958427&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; anchor-&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.Click on the element with name = list:&quot;;
echo $anchor-&gt;click_by_attri…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_attribute_by_form_name&amp;rev=1785958427&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_attribute_by_form_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_attribute_by_form_name&amp;rev=1785958427&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; button-&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/button.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on the element named btn1f in the form named form1:&quot;;
echo $but…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_attribute_by_form_number&amp;rev=1785958428&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_attribute_by_form_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_attribute_by_form_number&amp;rev=1785958428&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; button-&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/button.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on the element named btn1f in the form with number 0:&quot;;
echo $b…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_href&amp;rev=1785958428&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_href</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_href&amp;rev=1785958428&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; anchor-&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.Click on the element with href equal to http://www.bigfozzy.com/:&quot;;…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_id&amp;rev=1785958429&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_id</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_id&amp;rev=1785958429&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; btn-&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.Click on the element with id equal to id_onclick:&quot;;
echo $anchor-&gt;cl…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_inner_html&amp;rev=1785958429&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_inner_html</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_inner_html&amp;rev=1785958429&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; anchor-&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.Click on the element with html equal to Quickstart:&quot;;
echo $anchor-&gt;c…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_inner_text&amp;rev=1785958430&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_inner_text</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_inner_text&amp;rev=1785958430&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; anchor-&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.Click on the element with the text Quickstart:&quot;;
echo $anchor-&gt;click_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_name&amp;rev=1785958430&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_name&amp;rev=1785958430&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; anchor-&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.Click on the element named list:&quot;;
echo $anchor-&gt;click_by_name(&quot;oncli…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_name_by_form_name&amp;rev=1785958431&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_name_by_form_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_name_by_form_name&amp;rev=1785958431&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; button-&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/button.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on the element named btn1f in the form named form1:&quot;;
echo $but…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_name_by_form_number&amp;rev=1785958431&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_name_by_form_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_name_by_form_number&amp;rev=1785958431&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; button-&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/button.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on the element named btn1f in the form with number 0:&quot;;
echo $b…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_number&amp;rev=1785958432&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_number&amp;rev=1785958432&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; element-&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.Click on element 9:&quot;;
echo $anchor-&gt;click_by_number(9).&quot;&lt;br&gt;&quot;;

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

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; button-&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/button.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on element 0 in the form named form1:&quot;;
echo $button-&gt;click_by_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_number_by_form_number&amp;rev=1785958433&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_number_by_form_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_number_by_form_number&amp;rev=1785958433&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&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; button-&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/button.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on item 0 in form 0:&quot;;
echo $button-&gt;click_by_number_by_form_nu…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_src&amp;rev=1785958433&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_src&amp;rev=1785958433&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; image-&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/image.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on the element with src equal to http://www.humanemulator.net/scr…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_value&amp;rev=1785958434&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_by_value</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_by_value&amp;rev=1785958434&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; checkbox-&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/checkbox.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Click on the element with value equal to Linux:&quot;;
echo $checkbox-…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_random&amp;rev=1785958434&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:click:click_random</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:click:click_random&amp;rev=1785958434&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; anchor-&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.Click on a random element 3 times:&quot;;
echo $anchor-&gt;click_random().&quot;&quot;;…</description>
    </item>
</rdf:RDF>
