How to set path chrome driver in robot framework?

后端 未结 2 1717
广开言路
广开言路 2021-02-08 23:35

Now, I set path variable

path  : D:..;C:\\Program Files\\Google\\Chrome\\Application
Chrome : C:\\Program Files\\Google\\Chrome\\Application\\chromedriver.exe
<         


        
2条回答
  •  青春惊慌失措
    2021-02-08 23:59

    Download Chromedriver.exe from its official website and keep this .exe file in 'C:\Python27\Scripts' directory.Now mention this path as your environment variable eg. C:\Python27\Scripts\chromedriver.exe Now Restart your computer and execute your test case.

提交回复
热议问题