Skip to main content

click

codebolt.crawler.click(id: string): Promise<unknown>
Simulates a click event on an element with the specified ID.

Parameters

NameTypeDescription
idstringThe ID of the element to be clicked.

Returns:

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

Status

Working Progress..