selenium打开本地的html文件

browser = webdriver.Chrome()
browser.get('file:///'+os.path.abspath('test.html'))

os.path.abspath()方法返回的是文件的绝对路径

你可能感兴趣的:(爬虫)