Set Open Graph title
page.setOpenGraphTitle(title)
Sets the Open Graph title of the page.
Syntax
Parameters
- title: string - The new Open Graph title for the page.
Returns
Promise<null
>
Returns null
if successful.