Skip to main content

type

codebolt.crawler.type(id: string, text: string): Promise<unknown>
Types the provided text into an element with the specified ID.

Parameters

NameTypeDescription
idstringThe ID of the element where text will be typed.
textstringThe text to type into the element.

Returns:

 Promise<unknown>
A promise that resolves when the type action is complete.

Status

Working Progress..