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

Capturing or Retrieving the Text from the Application

Unable to capture elements or retrieve their text from the application.

  • The element is disabled or Hidden

  • If the element is disabled, use the Partial Capture method to capture the desired element.

  • Alternatively, if Partial Capture does not work, manually create the element in the Element Repository section by adding all the required properties, which will help in retrieving its text.

  • Use the Get Text of Element action to retrieve the text.

Last updated