<?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:full_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-25T17:55:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_click&amp;rev=1785959093&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_double_click&amp;rev=1785959094&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_left_down&amp;rev=1785959094&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_left_up&amp;rev=1785959095&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_move&amp;rev=1785959095&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_move_to&amp;rev=1785959096&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_right_click&amp;rev=1785959096&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_right_down&amp;rev=1785959097&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_right_up&amp;rev=1785959097&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:full_mouse:mouse_click&amp;rev=1785959093&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:full_mouse:mouse_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_click&amp;rev=1785959093&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7018&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.Click on link 6:&quot;;
echo $anchor-&gt;get_by_number(6)-&gt;mouse_click(1,1).&quot; n&quot;;

$browser-&gt;wait_for();
s…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_double_click&amp;rev=1785959094&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:full_mouse:mouse_double_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_double_click&amp;rev=1785959094&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:full_mouse:mouse_left_down&amp;rev=1785959094&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:full_mouse:mouse_left_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_left_down&amp;rev=1785959094&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:full_mouse:mouse_left_up&amp;rev=1785959095&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:full_mouse:mouse_left_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_left_up&amp;rev=1785959095&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:full_mouse:mouse_move&amp;rev=1785959095&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:full_mouse:mouse_move</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_move&amp;rev=1785959095&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 $button-&gt;get_by_name(&quot;btnI&quot;)-&gt;mouse_move(1,1).&quot;&lt;br…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_move_to&amp;rev=1785959096&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:full_mouse:mouse_move_to</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_move_to&amp;rev=1785959096&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 the &#039;I&#039;m lucky&#039; button:&quot;;
echo $element-&gt;get_by_name(&quot;btnI&quot;)-&gt;mouse_move_to(1…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_right_click&amp;rev=1785959096&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:full_mouse:mouse_right_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_right_click&amp;rev=1785959096&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:&quot;;
echo $element-&gt;get_by_name(&quot;btnI&quot;)-&gt;mouse_right_click().&quot;&lt;br&gt;&quot;;

…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_right_down&amp;rev=1785959097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:full_mouse:mouse_right_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_right_down&amp;rev=1785959097&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 with a pause for releasing:&quot;;
echo $element-&gt;get_by_name(&quot;btnI&quot;,…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_right_up&amp;rev=1785959097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:44:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:interface:full_mouse:mouse_right_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:interface:full_mouse:mouse_right_up&amp;rev=1785959097&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 with a pause for releasing:&quot;;
echo $element-&gt;get_by_name(&quot;btnI&quot;,…</description>
    </item>
</rdf:RDF>
