<?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:interface:send_mouse</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-25T15:36:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_click&amp;rev=1785959112&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_double_click&amp;rev=1785959113&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_left_down&amp;rev=1785959113&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_left_up&amp;rev=1785959114&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_move&amp;rev=1785959114&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_move_to&amp;rev=1785959115&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_right_click&amp;rev=1785959115&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_right_down&amp;rev=1785959117&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_right_up&amp;rev=1785959117&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_touch&amp;rev=1785959118&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:interface:send_mouse:send_mouse_click&amp;rev=1785959112&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_mouse_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_click&amp;rev=1785959112&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Click on link 44:&quot;;
echo $anchor-&gt;get_by_number(6)-&gt;send_mouse_click(5,5);

//end
echo &quot;&lt;hr&gt; &lt;…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_double_click&amp;rev=1785959113&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_mouse_double_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_double_click&amp;rev=1785959113&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Double click on the element with the text &#039;Google&#039;:&quot;;
$img = $image-&gt;get_by_id(&quot;logo&quot;, false);
ech…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_left_down&amp;rev=1785959113&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_mouse_left_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_left_down&amp;rev=1785959113&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Press the mouse and pause the release on the &#039;I&#039;m lucky&#039; button:&quot;;
echo $element-&gt;get_by_name(&quot;btn…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_left_up&amp;rev=1785959114&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_mouse_left_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_left_up&amp;rev=1785959114&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Press the mouse and pause the release on the &#039;I&#039;m lucky&#039; button:&quot;;
echo $element-&gt;get_by_name(&quot;btn…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_move&amp;rev=1785959114&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_mouse_move</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_move&amp;rev=1785959114&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Move the mouse to the &#039;I&#039;m lucky&#039; button:&quot;;
echo $element-&gt;get_by_name(&quot;btnI&quot;)-&gt;send_mouse_move(1,1…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_move_to&amp;rev=1785959115&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_mouse_move_to</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_move_to&amp;rev=1785959115&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Move the mouse to the &#039;I&#039;m lucky&#039; button:&quot;;
echo $element-&gt;get_by_name(&quot;btnI&quot;)-&gt;send_mouse_move_to(…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_right_click&amp;rev=1785959115&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_mouse_right_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_right_click&amp;rev=1785959115&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;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 browser context menu:&quot;;
echo $element-&gt;get_by_name(&quot;btnI&quot;)-&gt;send_mouse_right_click(1,…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_right_down&amp;rev=1785959117&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_mouse_right_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_right_down&amp;rev=1785959117&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Call the browser context menu with a pause for releasing:&quot;;
echo $element-&gt;get_by_name(&quot;btnI&quot;)-&gt;se…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_right_up&amp;rev=1785959117&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_mouse_right_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_mouse_right_up&amp;rev=1785959117&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Call the browser context menu with a pause for releasing:&quot;;
echo $element-&gt;get_by_name(&quot;btnI&quot;)-&gt;se…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_touch&amp;rev=1785959118&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:send_mouse:send_touch</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:send_mouse:send_touch&amp;rev=1785959118&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; interface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

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

//2
echo &quot;2.Move the mouse to About &#039;:&quot;;
$obj = $anchor-&gt;get_by_inner_text(&quot;About&quot;);
echo $obj-&gt;mouse_move…</description>
    </item>
</rdf:RDF>
