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

Resolving Value Clearing Issue

Set Text Action does not work as expected. Values are entered but get cleared instantly.

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

  • The application does not support direct text setting (e.g., copy-paste restriction).

  • Ensure the element is in focus before setting text.

  • If direct Set Text fails, use Send Keystrokes to input the value.

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

  • If the issue persists, recapture the UI element.

Last updated