User Tools

Site Tools


en:objects:interface:full_mouse:mouse_left_up

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:objects:interface:full_mouse:mouse_left_up [2020/10/13 18:33]
sales created
en:objects:interface:full_mouse:mouse_left_up [2026/08/05 22:44] (current)
Line 1: Line 1:
-<html><h2>mouse_left_up</h2> <strong>mouse_left_up($dx,$dy);</strong> - emulate pressing the left mouse button at the iron level relative to the upper-left corner of the element (<i> available from 4.6.29 </i>)<br><br>The function accepts parameters as input:<br><br><li><font color=green>$dx</font> – X – axis Offset of the upper-left corner of the element<li><font color=green>$dy</font> - Y-axis Offset of the upper-left corner of the element<br><br>After testing, the function returns the result of its work to the script (the return value type is boolean):<br><li><font color=blue>true</font> – completed successfully<li><font color=blue>false</font> – it was not possible to find such an element (for example, there are no elements that meet the specified criteria or there is no such frame)<br><br></html>+<html><h2>mouse_left_up</h2> <strong>mouse_left_up($dx=1,$dy=1);</strong> - emulate pressing the left mouse button at the iron level relative to the upper-left corner of the element (<i> available from 4.6.29 </i>)<br><br>The function accepts parameters as input:<br><br><li><font color=green>$dx=1</font> – X – axis Offset of the upper-left corner of the element<li><font color=green>$dy=1</font> - Y-axis Offset of the upper-left corner of the element<br><br>After testing, the function returns the result of its work to the script (the return value type is boolean):<br><li><font color=blue>true</font> – completed successfully<li><font color=blue>false</font> – it was not possible to find such an element (for example, there are no elements that meet the specified criteria or there is no such frame)<br><br></html>
  
 PHP example: <code php><?php $xhe_host = "127.0.0.1:7014"; PHP example: <code php><?php $xhe_host = "127.0.0.1:7014";
en/objects/interface/full_mouse/mouse_left_up.1602603201.txt.gz · Last modified: 2020/10/13 18:33 by sales