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