For the complete documentation index, see llms.txt. This page is also available as Markdown.

Clicking the Element with Click Action

Click action is not working in the application; the element is not being clicked as expected.

  • The element is not captured correctly.

  • The focus is not on the intended element in the application.

  • The action is performed in a different browser tab than the currently active one.

  • Verify that the action is performed on the correct element and that it is properly captured.

  • Ensure the focus is on the correct element before performing the click action.

  • Check whether the action is being executed in the correct browser tab.

  • If required, use the Switch to Different Tab action to navigate to the appropriate tab and then perform the click action.

Last updated