type
codebolt.crawler.type(id: string, text: string): Promise<unknown>
Types the provided text into an element with the specified ID.
Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the element where text will be typed. |
text | string | The text to type into the element. |
Returns:
Promise<unknown>
A promise that resolves when the type action is complete.Status
Comming soon..