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