<?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:change_element</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-27T21:21:56+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_attribute&amp;rev=1603271120&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_attribute_by_form_name&amp;rev=1602507018&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_attribute_by_form_number&amp;rev=1602506973&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_name&amp;rev=1602506913&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_name_by_form_name&amp;rev=1602507003&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_name_by_form_number&amp;rev=1602506958&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_number&amp;rev=1602506898&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_number_by_form_name&amp;rev=1602506988&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_number_by_form_number&amp;rev=1602506943&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:change_element:set_value_by_attribute&amp;rev=1603271120&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-21T12:05:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:change_element:set_value_by_attribute</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_attribute&amp;rev=1603271120&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; textarea-&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/textarea.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let's set the text for the element with name = txt1:&quot;;
echo $text…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_attribute_by_form_name&amp;rev=1602507018&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-12T15:50:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:change_element:set_value_by_attribute_by_form_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_attribute_by_form_name&amp;rev=1602507018&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; textarea-&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/textarea.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let's set the text for the element named txt1 in the form named f…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_attribute_by_form_number&amp;rev=1602506973&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-12T15:49:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:change_element:set_value_by_attribute_by_form_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_attribute_by_form_number&amp;rev=1602506973&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; textarea-&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/textarea.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let's set the text for the element named txt1 in the form with 1 …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_name&amp;rev=1602506913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-12T15:48:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:change_element:set_value_by_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_name&amp;rev=1602506913&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's go to the polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://humanemulator.net/poligon/textarea.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let's set value for the element with the name equal to txt1:&quot;;
ech…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_name_by_form_name&amp;rev=1602507003&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-12T15:50:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:change_element:set_value_by_name_by_form_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_name_by_form_name&amp;rev=1602507003&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; textarea-&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/textarea.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let's set the text for the element named txt1 in the form named f…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_name_by_form_number&amp;rev=1602506958&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-12T15:49:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:change_element:set_value_by_name_by_form_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_name_by_form_number&amp;rev=1602506958&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; textarea-&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/textarea.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let's set the text for the element named txt1 in the form with 1 …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_number&amp;rev=1602506898&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-12T15:48:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:change_element:set_value_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_number&amp;rev=1602506898&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; textarea-&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/inputfile.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.set the text for element number 1:&quot;;
echo $inputfile-&gt;set_va…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_number_by_form_name&amp;rev=1602506988&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-12T15:49:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:change_element:set_value_by_number_by_form_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_number_by_form_name&amp;rev=1602506988&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; textarea-&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/textarea.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let's set the text for element 0 in the form named form1:&quot;;
echo …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_number_by_form_number&amp;rev=1602506943&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-12T15:49:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:common:change_element:set_value_by_number_by_form_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:common:change_element:set_value_by_number_by_form_number&amp;rev=1602506943&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; textarea-&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/textarea.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let's set the text for the element with number 0 in the form with…</description>
    </item>
</rdf:RDF>
