<?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:windowinterface:mouse</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:20:02+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_click&amp;rev=1602682206&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_double_click&amp;rev=1602682220&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_left_down&amp;rev=1602682235&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_left_up&amp;rev=1602682250&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_move&amp;rev=1602682191&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_right_click&amp;rev=1602682265&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_right_down&amp;rev=1602682279&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_right_up&amp;rev=1602682294&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_click&amp;rev=1602682324&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_double_click&amp;rev=1602682339&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_left_down&amp;rev=1602682354&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_left_up&amp;rev=1602682370&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_move&amp;rev=1602682309&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_right_click&amp;rev=1602682385&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_right_down&amp;rev=1602682400&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_right_up&amp;rev=1602682415&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:windowinterface:mouse:mouse_click&amp;rev=1602682206&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:30:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:mouse_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_click&amp;rev=1602682206&amp;do=diff</link>
        <description>PHP example: 

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

//1
echo &quot;1.Hide the inspector with the mouse:&quot;;
$inspector = $window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_by_text(&quot;Inspector&quot;);
echo $inspector-&gt;mouse_click($inspector-&gt;get_width() - 28.8);

//en…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_double_click&amp;rev=1602682220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:30:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:mouse_double_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_double_click&amp;rev=1602682220&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Double click in the Debug Panel:&quot;;
$debug_pane = $window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_by_text(&quot;Debug panel&quot;);
echo $debug_pane-&gt;mouse_double_click(100,100);

//end
echo &quot;&lt;hr&gt; &lt;…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_left_down&amp;rev=1602682235&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:30:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:mouse_left_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_left_down&amp;rev=1602682235&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Resize the inspector panel:&quot;;
$inspector = $window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_by_text(&quot;Inspector&quot;);
echo $inspector-&gt;mouse_left_down(-3,1).&quot;&quot;;
echo $inspector-&gt;mouse_move(-20…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_left_up&amp;rev=1602682250&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:30:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:mouse_left_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_left_up&amp;rev=1602682250&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Resize the inspector panel:&quot;;
$inspector = $window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_by_text(&quot;Inspector&quot;);
echo $inspector-&gt;mouse_left_down(-3,1).&quot;&quot;;
echo $inspector-&gt;mouse_move(-20…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_move&amp;rev=1602682191&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:29:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:mouse_move</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_move&amp;rev=1602682191&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Move the mouse to the inspector at coordinates +100 +100:&quot;;
$inspector = $window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_by_text(&quot;Inspector&quot;);
echo $inspector-&gt;mouse_move(100,100);

//end…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_right_click&amp;rev=1602682265&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:31:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:mouse_right_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_right_click&amp;rev=1602682265&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Call the context menu on the left panel:&quot;;
$left_pane = $window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_by_text(&quot;Left Panel&quot;);
echo $left_pane-&gt;mouse_right_click(100,100);

//hide the men…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_right_down&amp;rev=1602682279&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:31:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:mouse_right_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_right_down&amp;rev=1602682279&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Call the context menu on the debug panel:&quot;;
$left_pane = $window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_by_text(&quot;Left&quot;);
echo $left_pane-&gt;mouse_right_down(100,100).&quot;&quot;;
sleep(2);
echo $le…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_right_up&amp;rev=1602682294&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:31:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:mouse_right_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:mouse_right_up&amp;rev=1602682294&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Call the context menu on the debug panel:&quot;;
$left_pane = $window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_by_text(&quot;Left&quot;);
echo $left_pane-&gt;mouse_right_down(100,100).&quot;&quot;;
sleep(2);
echo $le…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_click&amp;rev=1602682324&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:32:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:send_mouse_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_click&amp;rev=1602682324&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Move the cursor in the editor:&quot;;
$browser_wnd = $window-&gt;get_by_text(&quot;XWeb&quot;);
for($i = 200; $i &lt;500; $i + = 50)
{
echo $browser_wnd-&gt;send_mouse_click($i, $i);
    sleep(1);
}

//e…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_double_click&amp;rev=1602682339&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:32:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:send_mouse_double_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_double_click&amp;rev=1602682339&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let's make a choice in the editor:&quot;;
$browser_wnd = $window-&gt;get_by_text(&quot;XWeb&quot;);
for($i = 200; $i &lt;500; $i + = 50)
{
echo $browser_wnd-&gt;send_mouse_double_click($i, $i);
    sleep…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_left_down&amp;rev=1602682354&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:32:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:send_mouse_left_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_left_down&amp;rev=1602682354&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Select the text in the editor:&quot;;
$browser_wnd = $window-&gt;get_by_text(&quot;XWeb&quot;);
for($i = 200; $i &lt;500; $i + = 50)
{
echo $browser_wnd-&gt;send_mouse_left_up($i, $i);
echo $browser_wnd-…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_left_up&amp;rev=1602682370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:32:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:send_mouse_left_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_left_up&amp;rev=1602682370&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Select the text in the editor:&quot;;
$browser_wnd = $window-&gt;get_by_text(&quot;XWeb&quot;);
for($i = 200; $i &lt;500; $i + = 50)
{
echo $browser_wnd-&gt;send_mouse_left_up($i, $i);
echo $browser_wnd-…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_move&amp;rev=1602682309&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:31:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:send_mouse_move</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_move&amp;rev=1602682309&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Select the text in the editor:&quot;;
$browser_wnd = $window-&gt;get_by_text(&quot;XWeb&quot;);
for($i = 200; $i &lt;500; $i + = 50)
{
echo $browser_wnd-&gt;send_mouse_left_down($i, $i).&quot;&quot;;
echo $browser…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_right_click&amp;rev=1602682385&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:33:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:send_mouse_right_click</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_right_click&amp;rev=1602682385&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Show the context menu:&quot;;
$browser_wnd = $window-&gt;get_by_text(&quot;XWeb&quot;);
for($i = 0; $i &lt;500; $i + = 50)
{
echo $browser_wnd-&gt;send_mouse_right_click($i, 10);
    $keyboard-&gt;send_key(…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_right_down&amp;rev=1602682400&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:33:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:send_mouse_right_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_right_down&amp;rev=1602682400&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Show the context menu:&quot;;
$browser_wnd = $window-&gt;get_by_text(&quot;XWeb&quot;);
for($i = 0; $i &lt;500; $i + = 50)
{
echo $browser_wnd-&gt;send_mouse_right_down($i, 10);
    echo $browser_wnd-&gt;se…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_right_up&amp;rev=1602682415&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:33:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:mouse:send_mouse_right_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:mouse:send_mouse_right_up&amp;rev=1602682415&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Show the context menu:&quot;;
$browser_wnd = $window-&gt;get_by_text(&quot;XWeb&quot;);
for($i = 0; $i &lt;500; $i + = 50)
{
echo $browser_wnd-&gt;send_mouse_right_down($i, 10);
    echo $browser_wnd-&gt;se…</description>
    </item>
</rdf:RDF>
