click
codebolt.crawler.click(id: string): Promise<unknown>
Simulates a click event on an element with the specified ID.
Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the element to be clicked. |
Returns:
Promise<unknown>
A promise that resolves when the click action is complete.Status
Comming soon..