I am trying to use selenium on this site(https://www.kijiji.ca/t-login.html)
here is the code I use
driver=webdriver.Chrome(PATH)
driver.get("https://www.kijiji.ca/t-login.html")
driver.find_element_by_id("emailOrNickname")
but I keep getting
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="emailOrNickname"]"}
nameattribute instead of id may solve your problem.