<?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</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-13T12:12:56+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_attribute&amp;rev=1785958435&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_inner_html&amp;rev=1785958435&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_inner_text&amp;rev=1785958436&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_name&amp;rev=1785958436&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_number&amp;rev=1785958437&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_src&amp;rev=1785958437&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_name_by_number&amp;rev=1785958438&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_attribute&amp;rev=1785958438&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_href&amp;rev=1785958439&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_id&amp;rev=1785958439&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_inner_html&amp;rev=1785958440&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_inner_text&amp;rev=1785958440&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_name&amp;rev=1785958441&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_src&amp;rev=1785958441&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:get_attribute_by_attribute&amp;rev=1785958435&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_attribute_by_attribute</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_attribute&amp;rev=1785958435&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 href of the link with the name = &#039;list&#039; attribute:&quot;;
echo $an…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_inner_html&amp;rev=1785958435&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_attribute_by_inner_html</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_inner_html&amp;rev=1785958435&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 &#039;href&#039; attribute of the element with html containing onclick:…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_inner_text&amp;rev=1785958436&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_attribute_by_inner_text</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_inner_text&amp;rev=1785958436&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7062&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 &#039;href&#039; attribute of the element with the text containing oncl…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_name&amp;rev=1785958436&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_attribute_by_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_name&amp;rev=1785958436&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 &#039;href&#039; attribute of the link named &#039;list&#039;:&quot;;
echo $anchor-&gt;ge…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_number&amp;rev=1785958437&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_attribute_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_number&amp;rev=1785958437&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 href attribute for link with number 7:&quot;;
echo $anchor-&gt;get_attrib…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_src&amp;rev=1785958437&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_attribute_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_attribute_by_src&amp;rev=1785958437&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 &#039;alt&#039; attribute of the element with src containing 01.jpg:&quot;;
e…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_name_by_number&amp;rev=1785958438&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_name_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_name_by_number&amp;rev=1785958438&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 name from link with number 5:&quot;;
echo $anchor-&gt;get_name_by_number(…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_attribute&amp;rev=1785958438&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_number_by_attribute</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_attribute&amp;rev=1785958438&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/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get the element number by its href:&quot;;
echo $anchor-&gt;get_number_by_attr…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_href&amp;rev=1785958439&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_number_by_href</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_href&amp;rev=1785958439&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/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get the element number by its href:&quot;;
echo $anchor-&gt;get_number_by_href…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_id&amp;rev=1785958439&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_number_by_id</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_id&amp;rev=1785958439&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/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get the element number by its id:&quot;;
echo $anchor-&gt;get_number_by_id(&quot;li…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_inner_html&amp;rev=1785958440&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_number_by_inner_html</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_inner_html&amp;rev=1785958440&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 link number by its html:&quot;;
echo $anchor-&gt;get_number_by_inner_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_inner_text&amp;rev=1785958440&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_number_by_inner_text</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_inner_text&amp;rev=1785958440&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 link number from its text:&quot;;
echo $anchor-&gt;get_number_by_inne…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_name&amp;rev=1785958441&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_number_by_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_name&amp;rev=1785958441&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 - get the link number by its name
echo &quot;2.Get the number of the link named &#039;l…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_src&amp;rev=1785958441&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:34:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:get:get_number_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:get:get_number_by_src&amp;rev=1785958441&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.Get the item number from its src:&quot;;
echo $image-&gt;get_number_by_src(&quot;htt…</description>
    </item>
</rdf:RDF>
