Set page to use title as Open Graph title
page.setUsesTitleAsOpenGraphTitle(value)
Indicate whether the page should use its title as the Open Graph (OG) title.
Syntax
Parameters
- use: boolean - Set to
true
to use the page title as the Open Graph title, otherwise set tofalse
.
Returns
Promise<null
>
Returns null
if successful.