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