<?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:wait</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-27T18:34:22+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_attribute&amp;rev=1604427826&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_attribute_by_form_name&amp;rev=1604427856&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_attribute_by_form_number&amp;rev=1604427841&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_id&amp;rev=1604427737&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_inner_html&amp;rev=1604427767&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_inner_text&amp;rev=1604427752&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_name&amp;rev=1604427723&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_number&amp;rev=1604427885&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_outer_html&amp;rev=1604427796&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_outer_text&amp;rev=1604427781&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_xpath&amp;rev=1604427811&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:common:wait:wait_element_exist_by_attribute&amp;rev=1604427826&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:23:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_attribute</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_attribute&amp;rev=1604427826&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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'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.Expecting an element with name = list:&quot;;
echo $anchor-&gt;wait_element_e…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_attribute_by_form_name&amp;rev=1604427856&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:24:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_attribute_by_form_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_attribute_by_form_name&amp;rev=1604427856&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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'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.Waiting for an element named btn1f in a form named form1:&quot;;
echo $but…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_attribute_by_form_number&amp;rev=1604427841&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:24:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_attribute_by_form_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_attribute_by_form_number&amp;rev=1604427841&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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'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.Expecting an element named btn1f in form number 0:&quot;;
echo $button-&gt;wa…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_id&amp;rev=1604427737&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:22:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_id</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_id&amp;rev=1604427737&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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'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.Wait for an element with id equal to id_onclick:&quot;;
echo $anchor-&gt;wa…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_inner_html&amp;rev=1604427767&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:22:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_inner_html</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_inner_html&amp;rev=1604427767&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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'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's wait for an element with html equal to Quickstart:&quot;;
echo $anch…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_inner_text&amp;rev=1604427752&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:22:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_inner_text</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_inner_text&amp;rev=1604427752&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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'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's wait for an element with text equal to Quickstart:&quot;;
echo $anc…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_name&amp;rev=1604427723&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:22:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_name&amp;rev=1604427723&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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'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.Expecting an element named onclick:&quot;;
echo $anchor-&gt;wait_element_exis…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_number&amp;rev=1604427885&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:24:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_number&amp;rev=1604427885&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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's go to the polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://humanemulator.net/poligon/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

echo &quot;expecting link with number 9 &lt;br&gt;&quot;;
$anchor-&gt;wait_element_exist_by_number(…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_outer_html&amp;rev=1604427796&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:23:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_outer_html</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_outer_html&amp;rev=1604427796&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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'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.Wait for an element with the specified external html:&quot;;
$element…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_outer_text&amp;rev=1604427781&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:23:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_outer_text</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_outer_text&amp;rev=1604427781&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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's go to the polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://humanemulator.net/poligon/anchor.html&quot;).&quot;&lt;br&gt;&quot;;

echo &quot;2.Check and wait for the link with the text \ u0022Automotive site \ u0022 …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_xpath&amp;rev=1604427811&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-03T21:23:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:wait:wait_element_exist_by_xpath</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:wait:wait_element_exist_by_xpath&amp;rev=1604427811&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7011&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'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.waiting for an element given by xpath: &lt;br&gt;&quot;;
$anchor-&gt;wait_element_…</description>
    </item>
</rdf:RDF>
