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
trueto use the page title as the Open Graph title, otherwise set tofalse.
Returns
Promise<null>
Returns null if successful.