Entering Value in Textbox with Set Text Action
Last updated
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