<?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:script:get_specify</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-06-28T21:18:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_defer_by_number&amp;rev=1602579544&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_defer_by_src&amp;rev=1602579559&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_event_by_number&amp;rev=1602579604&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_event_by_src&amp;rev=1602579619&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_htmlfor_by_number&amp;rev=1602579574&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_htmlfor_by_src&amp;rev=1602579589&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_readystate_by_number&amp;rev=1602579634&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_readystate_by_src&amp;rev=1602579649&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_text_by_number&amp;rev=1602579664&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_text_by_src&amp;rev=1602579679&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_type_by_number&amp;rev=1602579694&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_type_by_src&amp;rev=1602579709&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://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/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_defer_by_number&amp;rev=1602579544&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T11:59:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_defer_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_defer_by_number&amp;rev=1602579544&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get defer of the element with the given number:&quot;;
echo $script-&gt;get_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_defer_by_src&amp;rev=1602579559&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T11:59:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_defer_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_defer_by_src&amp;rev=1602579559&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get defer of an element with src equal to src1:&quot;;
echo $script-&gt;get_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_event_by_number&amp;rev=1602579604&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T12:00:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_event_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_event_by_number&amp;rev=1602579604&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get event from element number 2:&quot;;
echo $script-&gt;get_event_by_number…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_event_by_src&amp;rev=1602579619&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T12:00:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_event_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_event_by_src&amp;rev=1602579619&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get event from element with src equal to src0:&quot;;
echo $script-&gt;get_e…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_htmlfor_by_number&amp;rev=1602579574&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T11:59:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_htmlfor_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_htmlfor_by_number&amp;rev=1602579574&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get htmlFor for element number 2:&quot;;
echo $script-&gt;get_htmlFor_by_num…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_htmlfor_by_src&amp;rev=1602579589&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T11:59:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_htmlfor_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_htmlfor_by_src&amp;rev=1602579589&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get htmlFor for an element with src equal to src0:&quot;;
echo $script-&gt;g…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_readystate_by_number&amp;rev=1602579634&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T12:00:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_readystate_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_readystate_by_number&amp;rev=1602579634&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get readyState for element 2:&quot;;
echo $script-&gt;get_readyState_by_numb…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_readystate_by_src&amp;rev=1602579649&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T12:00:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_readystate_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_readystate_by_src&amp;rev=1602579649&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get readyState for an element with src equal to src0:&quot;;
echo $script…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_text_by_number&amp;rev=1602579664&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T12:01:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_text_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_text_by_number&amp;rev=1602579664&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get text for element number 2:  n  n&quot;;
echo $script-&gt;get_text_by_num…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_text_by_src&amp;rev=1602579679&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T12:01:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_text_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_text_by_src&amp;rev=1602579679&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get the text of the element with src equal to src0:  n  n&quot;;
echo $sc…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_type_by_number&amp;rev=1602579694&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T12:01:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_type_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_type_by_number&amp;rev=1602579694&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get the type of element number 3:&quot;;
echo $script-&gt;get_type_by_number…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_type_by_src&amp;rev=1602579709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-13T12:01:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:script:get_specify:get_type_by_src</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:script:get_specify:get_type_by_src&amp;rev=1602579709&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; script-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Get the type of the element with src equal to src0:&quot;;
echo $script-&gt;…</description>
    </item>
</rdf:RDF>
