79362868

Date: 2025-01-16 19:40:58
Score: 1.5
Natty:
Report link

There might be an overlapping element that is not clickable.

Try Actions instead of click.

For java it would be:

new Actions(driver).moveToElement(yourElement).click().perform();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pekotski Bit