I'm trying to get:
letter_link = driver.find_element_by_css_selector("div.b-datalist__item__addr") and get the error:
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"id","selector":"div.b-datalist__item__addr"} Although google developer tools in the DOM "div.b-datalist__item__addr" is, but there is no element in the code of the page. I understand that html is generated by javascript. What could be the problem? How can I get a link to a letter to click on it?