79636783

Date: 2025-05-24 12:56:19
Score: 1
Natty:
Report link

Try this way, first store locator in variable(valueElement) and next store locator's text value in variable (value1) (using locator variable),

const valueElement = await page.locator('[data-testid="typography"]'); const value1 = await valueElement.textContent();

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hashan perera