Using chromedriver with selenium/python/ubuntu

后端 未结 7 1217
野趣味
野趣味 2020-12-25 11:53

I am trying to execute some tests using chromedriver and have tried using the following methods to start chromedriver.

driver = webdriver.Chrome(\'/usr/local         


        
7条回答
  •  忘掉有多难
    2020-12-25 12:39

    hope this will be useful for some who did like me. For my case i left preceding slash in the path did "home/user/chromedriver" instead of "/home/user/chromedriver"

提交回复
热议问题