Selenium test with Python in Internet Explorer

前端 未结 3 1932
遇见更好的自我
遇见更好的自我 2020-12-30 11:10

I have written a script that opens a web browser using python and Selenium. It works fine with Firefox using the following code:

from selenium import webdriv         


        
3条回答
  •  攒了一身酷
    2020-12-30 11:50

    It means exactly that. Selenium needs the executable to work with IE.
    A quick google search led me to this. You need to download the executable and place it somewhere visible. Also, taking a look at this should help clear some things about PATH variables.

提交回复
热议问题