79651749

Date: 2025-06-03 18:32:01
Score: 2
Natty:
Report link

Your xpath is not recognized by a browser. Try with normalize-space function:

//a[normalize-space()='Cookie Policy']

OR

Change strategy and use link text (java below):

driver.findElement(By.linkText("Cookie Policy"));

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pekotski Bit