Check if page uses title as Open Graph title
page.usesTitleAsOpenGraphTitle()
Checks if the page uses the page title as the Open Graph title.
Syntax
Returns
Promise<boolean
>
Returns true
if the page uses the page title as the Open Graph title, otherwise returns false
.