Selenium hangs instantiating FirefoxDriver

前端 未结 5 1371
迷失自我
迷失自我 2021-02-18 15:12

I try to get started with selenium (downloaded the current version today) and copied their example which opens a browser and performs a google search.

However, the progr

5条回答
  •  悲&欢浪女
    2021-02-18 16:15

    These cases are usually when Firefox & Selenium are a little "out of sync" in terms of compatibility.

    You should try two things: update Selenium to the latest one and/or downgrade Firefox. Keeping an eye on the Selenium Release Notes

提交回复
热议问题