Selenium - Python - AttributeError: 'WebDriver' object has no attribute 'find_element_by_name'
I am trying to get Selenium working with Chrome, but I keep running into this error message (and others like it): AttributeError: 'WebDriver' object has no attribute 'find_element_by_name' The same problem occurs with find_element_by_id() , find_element_by_class() , etc. I also could not call send_keys() . I am just running the test code provided at ChromeDr