<?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:get_dom</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-25T19:28:46+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_alt&amp;rev=1785958454&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_attribute&amp;rev=1785958455&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_href&amp;rev=1785958455&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_id&amp;rev=1785958456&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_inner_html&amp;rev=1785958456&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_inner_text&amp;rev=1785958457&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_name&amp;rev=1785958457&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_number&amp;rev=1785958458&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_outer_html&amp;rev=1785958458&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_outer_text&amp;rev=1785958459&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_properties&amp;rev=1785958459&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_src&amp;rev=1785958460&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_value&amp;rev=1785958460&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_xpath&amp;rev=1785958461&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:get_dom:get_by_alt&amp;rev=1785958454&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_alt</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_alt&amp;rev=1785958454&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/image.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get the dimensions of the image with alt = screenshot and click on it…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_attribute&amp;rev=1785958455&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_attribute</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_attribute&amp;rev=1785958455&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.Get the x and y of the link with the alt = list number and click on …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_href&amp;rev=1785958455&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_href</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_href&amp;rev=1785958455&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.Get the x and y of the link with href = carnote.info and click on it…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_id&amp;rev=1785958456&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_id</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_id&amp;rev=1785958456&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.Get x and y from the link with id = list and click on it:&quot;;
$obj = $…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_inner_html&amp;rev=1785958456&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_inner_html</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_inner_html&amp;rev=1785958456&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; 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.Get x and y of element c \u0022 &lt;font color =  &quot;green \u0022&gt; Links…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_inner_text&amp;rev=1785958457&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_inner_text</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_inner_text&amp;rev=1785958457&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.Get x and y from link c \u0022 Automotive site  &quot;and click on it:&quot;;
…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_name&amp;rev=1785958457&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_name&amp;rev=1785958457&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.Get x and y from the link with name = list and click on it:&quot;;
$obj =…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_number&amp;rev=1785958458&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_number&amp;rev=1785958458&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.get x and y from link number 6 and click on it:&quot;;
$obj = $anchor-&gt;ge…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_outer_html&amp;rev=1785958458&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_outer_html</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_outer_html&amp;rev=1785958458&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; 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://www.humanemulator.net/poligon/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get x and y y of an element with a given external html:&quot;;
$obj …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_outer_text&amp;rev=1785958459&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_outer_text</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_outer_text&amp;rev=1785958459&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; 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.Get x and y from link c \u0022 Automotive site  &quot;and click on it:&quot;;
…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_properties&amp;rev=1785958459&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_properties</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_properties&amp;rev=1785958459&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.Get the x and y of the link with alt = list and click on it:&quot;;
$o…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_src&amp;rev=1785958460&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_src&amp;rev=1785958460&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/image.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get x and y of the image with src = 01.jpg and click on it:&quot;;
$obj = …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_value&amp;rev=1785958460&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_value</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_value&amp;rev=1785958460&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/checkbox.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get x and y from the checkbox with value = System X and click on i…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_xpath&amp;rev=1785958461&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get_dom:get_by_xpath</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get_dom:get_by_xpath&amp;rev=1785958461&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.Get x and y of the element with the given xpath:&quot;;
$obj = $anchor-&gt;g…</description>
    </item>
</rdf:RDF>
