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