web » rightClick(locator)
Description
This command performs right-click action on the target element as specified via locator
.
Like click(locator)
command, if the specified locator
does not resolved to a valid web element,
Nexial will FAIL the corresponding step. In additional, Nexial does not validate if the target web element supports
or positively responds to the right-click event.
Parameters
- locator - this parameter is the xpath of the element on which action need to be performed.