/
"RIGHT_CLICK" Command
"RIGHT_CLICK" Command
Description: This command right clicks on a web element identified by a web locator or inline XPath to bring up a context menu.
Usage Scenario: Suppose we want to right click on the Login link on Reference app.
Procedure: Define a step to navigate to the site and another step that right clicks on Login link with XPath (//a[contains(text(),'LOGIN')]). Your steps will look like this:
Web Locator:
Inline XPath:
Related content
"DRAG_AND_DROP" Command
"DRAG_AND_DROP" Command
Read with this
"FILE_UPLOAD" Command
"FILE_UPLOAD" Command
Read with this
"VERIFY_SOAP" Command
"VERIFY_SOAP" Command
Read with this
"EXECUTE_SOAP" Command
"EXECUTE_SOAP" Command
Read with this
"GET_COOKIE_VALUE" Command
"GET_COOKIE_VALUE" Command
Read with this
"ALERT" Command
"ALERT" Command
Read with this