Use page title as search title
page.useTitleAsSearchTitle(shouldUseTitle)
Set the page title as the search title.
Syntax
Parameters
- shouldUseTitle:
boolean
- Whether the page title should be used as the search title.
Returns
Promise<null
>
A Promise that resolves to null
.