79378402

Date: 2025-01-22 15:51:11
Score: 1
Natty:
Report link

You may try XPath, in my experience, it usually works better than using IDs. (docs here)

driver.find_element(By.XPATH, 'XPath here')

You can obtain the XPath by going into DevTools on your browser,
DevTools > Elements > (Right click on the element) > Copy > Copy XPath

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joshua Chan