Set search title
page.setSearchTitle(title)
Set the search title of the page.
Syntax
Parameters
- title:
string
- The search title of the page.
Returns
Promise<null
>
A Promise that resolves to null
.
Set search title
page.setSearchTitle(title)
Set the search title of the page.
string
- The search title of the page.Promise<null
>
A Promise that resolves to null
.