79128501

Date: 2024-10-26 12:16:18
Score: 1
Natty:
Report link

Your locator is incorrect. In the HTML it shows the attribute link-id not the id. So By.ID will not work here.

Go with CSS or xpath selector

(By.XPATH,//*[@link-id = 'lnkSearchPeople'])
(By.CSS,[link-id = 'lnkSearchPeople'])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NayeemJohn