damaiTi9 icon indicating copy to clipboard operation
damaiTi9 copied to clipboard

Mac环境下运行需要修改一下代码

Open UnderMistake opened this issue 6 years ago • 1 comments

from platform import system

os = system().lower()
if 'windows' in os:
    chromedriver = r"driver/chromedriver.exe"
    driver = webdriver.Chrome(chromedriver)
driver = webdriver.Chrome()

UnderMistake avatar May 23 '19 09:05 UnderMistake

感谢,我没有mac环境无法测试

TinaryTree avatar May 23 '19 09:05 TinaryTree