Set search description
page.setSearchDescription(description)
Set the search description of the page.
Syntax
Parameters
- description:
string
- The search description to set.
Returns
Promise<null
>
A Promise that resolves to null
.