Set search image
page.setSearchImage(url)
Set the search image of the page.
Syntax
Parameters
- url:
string | null
- The URL of the image to set as the search image.
Returns
Promise<null
>
A Promise that resolves to null
.