RightClick - web automation method

Web automation method that simulates a mouse right click on a HTML web control.

Applies to:
Element
  elementObj.RightClick();
Arguments:
None.
Remarks:
This web automation method simulates a right click on any HTML element using hardware or Internet Explorer events, depending on useHardwareInputEvents property. All necessary HTML events are fired up to simulate user's behavior (onmouseover, onmousemove, onmousedown, onbeforeactivate, onactivate, onfocusin, onfocus, onmouseup).
Example:

None.
		
See also:
Click | Element | InputText | Select | useHardwareInputEvents

© 2017 CodeCentrix Software. All rights reserved.