I am able to open https://www.blogger.com/about/ but then I need to click on the SIGN IN link at the top right of the screen and then insert my username and password but keep getting strange errors. I am using Python 3.3.6 and Selenium 2.53.6
I am getting this error in my code
File "expertsBrazil2webdriver.py", line 16, in <module> driver.findElement (By.linkText("SIGN IN")).click()AttributeError: 'WebDriver' object has no attribute 'findElement'
Example from Selenium Documentation:
Open in new window