InjectBrowserMouseDown
Jump to navigation
Jump to search
This function injects a mouse click (state: down).
Syntax
bool injectBrowserMouseDown ( browser webBrowser, string mouseButton )
Required arguments
- webBrowser: The web browser
- mouseButton: The mouse button (Possible values: left, middle, right)
Returns
Returns true if the click was successfully injected, false otherwise.
Example
Todo
See Also
Todo