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

Entering Value in Textbox with Set Text Action

Set Text Action does not work as expected. The value is not getting entered in the textbox

  • The target element does not have focus when the action runs.  

  • Ensure the element is in focus before setting text. 

  • Try adding a Click on Element or Set Focus action before Set Text.  

  • If the issue persists, recapture the UI element. 

Last updated