<?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:set_focus</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-28T01:17:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_attribute&amp;rev=1785958501&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_href&amp;rev=1785958502&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_inner_html&amp;rev=1785958502&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_inner_text&amp;rev=1785958503&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_name&amp;rev=1785958503&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_number&amp;rev=1785958504&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:set_focus:set_focus_by_attribute&amp;rev=1785958501&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:35:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:set_focus:set_focus_by_attribute</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_attribute&amp;rev=1785958501&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.Set focus and click on the element with name = bigfozzy:&quot;;
echo $anch…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_href&amp;rev=1785958502&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:35:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:set_focus:set_focus_by_href</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_href&amp;rev=1785958502&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.Set focus on the element with href equal to http://www.bigfozzy.com/:…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_inner_html&amp;rev=1785958502&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:35:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:set_focus:set_focus_by_inner_html</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_inner_html&amp;rev=1785958502&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.Set focus on the element with html &#039;Quickstart&#039;:&quot;;
echo $anchor-&gt;set_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_inner_text&amp;rev=1785958503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:35:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:set_focus:set_focus_by_inner_text</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_inner_text&amp;rev=1785958503&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.Set focus on the element with href equal to http://www.bigfozzy.com/:…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_name&amp;rev=1785958503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:35:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:set_focus:set_focus_by_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_name&amp;rev=1785958503&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.Let&#039;s focus on the element named bigfozzy:&quot;;
echo $anchor-&gt;set_focus_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_number&amp;rev=1785958504&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:35:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:set_focus:set_focus_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:set_focus:set_focus_by_number&amp;rev=1785958504&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.Set focus on element with number 7:&quot;;
echo $anchor-&gt;set_focus_by_numb…</description>
    </item>
</rdf:RDF>
