browser_right_click
Perform a right-click (context click) on a specific web element using locator strategies like ID, CSS, or XPath. Facilitates browser interaction automation in Selenium WebDriver for precise element actions and testing.
Instructions
Perform right click (context click) on an element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |