TWAZI

Click Element

Simulates a click on a specified web element.

Inputs

  • Web Page required: Browser instance with loaded page
  • Selector required: CSS or XPath selector for the target element
  • Wait Time: Optional time to wait after click (in milliseconds)

Example

{
  "Web Page": "<browser_instance>",
  "Selector": "#submit-button",
  "Wait Time": 1000
}

Outputs

  • Success: Boolean indicating if click was successful
  • Web Page: Updated browser instance
Click element workflow example

On this page

Edit on GitHub