<?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:mouse:full_emulate</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-28T04:51:27+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:click&amp;rev=1602668617&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:double_click&amp;rev=1602668632&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:left_button_down&amp;rev=1602668647&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:left_button_up&amp;rev=1602668662&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:move&amp;rev=1602668721&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:move_to&amp;rev=1602668736&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:right_button_click&amp;rev=1602668677&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:right_button_down&amp;rev=1602668692&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:right_button_up&amp;rev=1602668707&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:wheel&amp;rev=1602668752&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:mouse:full_emulate:click&amp;rev=1602668617&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:43:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:click&amp;rev=1602668617&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7070&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; mouse-&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; n&quot;;
//$browser-&gt;set_zoom(200);

//2
echo &quot;2.Click on link 9:&quot;;
$x = $anchor-&gt;get_x_b…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:double_click&amp;rev=1602668632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:43:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:double_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:double_click&amp;rev=1602668632&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7070&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; mouse-&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.Let's double click on the element with the text containing 'in Fr…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:left_button_down&amp;rev=1602668647&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:44:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:left_button_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:left_button_down&amp;rev=1602668647&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7070&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; mouse-&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/button.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Press the mouse and pause the release on the button:&quot;;
$x = $butt…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:left_button_up&amp;rev=1602668662&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:44:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:left_button_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:left_button_up&amp;rev=1602668662&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7070&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; mouse-&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/button.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Press the mouse and pause the release on the button:&quot;;
$x = $butt…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:move&amp;rev=1602668721&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:45:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:move</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:move&amp;rev=1602668721&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; mouse-&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/button.html&quot;).&quot;&lt;br&gt;&quot;;
$browser-&gt;set_zoom(200);

//2
echo &quot;2.Move the mouse over the button in 2 secon…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:move_to&amp;rev=1602668736&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:45:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:move_to</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:move_to&amp;rev=1602668736&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; mouse-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Go to google:&quot;;
echo $browser-&gt;navigate(&quot;http://bigfozzy.com&quot;).&quot;&lt;br&gt;&quot;;

//pause
sleep(2);

//2
echo &quot;2.Go to point 100,100 along the line in 1000 ms:&quot;;
echo $mouse-&gt;move_to(100,100, &quot;line&quot;, …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:right_button_click&amp;rev=1602668677&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:44:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:right_button_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:right_button_click&amp;rev=1602668677&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7070&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; mouse-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let's go to Google:&quot;;
echo $browser-&gt;navigate(&quot;http://www.google.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Call the human context menu above the browser at point 100,100:&quot;;
echo $mouse-&gt;right_button_click(…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:right_button_down&amp;rev=1602668692&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:44:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:right_button_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:right_button_down&amp;rev=1602668692&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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; mouse-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let's go to Google:&quot;;
echo $browser-&gt;navigate(&quot;http://www.google.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Call the human context menu above the browser at point 100,100 with a pause for releasing:&quot;;
echo …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:right_button_up&amp;rev=1602668707&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:45:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:right_button_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:right_button_up&amp;rev=1602668707&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7070&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; mouse-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let's go to Google:&quot;;
echo $browser-&gt;navigate(&quot;http://www.google.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Call the human context menu above the browser at point 100,100 with a pause for releasing:&quot;;
echo …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:wheel&amp;rev=1602668752&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:45:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:mouse:full_emulate:wheel</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:mouse:full_emulate:wheel&amp;rev=1602668752&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7056&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; mouse-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Go to yahoo:&quot;;
echo $browser-&gt;navigate(&quot;http://www.yahoo.com&quot;).&quot;&lt;br&gt;&quot;;

//pause
sleep(2);

//2
echo &quot;2.Move the wheel down at point 100,100 5 times:&quot;;
echo $mouse-&gt;wheel(-5,100,100).&quot; n&quot;;

…</description>
    </item>
</rdf:RDF>
