Skip to content

WriteText

This docs was updated at: 2026-02-23

com.paragon.web.WriteText  ยท  Record


Action to write text into an input field, text area, or contenteditable element.

Note: You must first focus the element using a 'click' action before writing. The text will be typed character by character to simulate keyboard input.

Methods

of

public static WriteText of(@NonNull String text)

Creates a WriteText action.

Parameters

Name Description
text The text to write

Returns

A new WriteText instance