python selenium chrome webdriver giving me data; page -


i've been working following code, trying introduce myself selenium. when runs, chrome browser opens, page blank, no source code far can tell, , 'data;' in address bar. information on why happening appreciated.

from selenium import webdriver  browser = webdriver.chrome(service_args = ['--ignore-ssl-errors=true', '--ssl-protocol=tlsv1'])  url = 'https://www.google.com/' browser.get(url)  

i have tried without service_args , tried specifying driver path , both, same result each time

the possibility browser not compatible webdriver. please confirm browser version , webdriver version.

my chrome version 60 , chromerdriver chromedriver_2.30.exe


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -