Allows you to emulate a click on a specified field.
Example
Running this code will left click the field "Name[0]:btSubmit".
plugin command("Browser Automation.dll", "browser mouse click", "Name[0]:btSubmit", "Left Click")
Allows you to emulate a click on a specified field.
Running this code will left click the field "Name[0]:btSubmit".
plugin command("Browser Automation.dll", "browser mouse click", "Name[0]:btSubmit", "Left Click")
Was this helpful?