How to use custom Firefox Profile with Selenium? (Java) (And pass HTML Authorization Window)

后端 未结 3 662
粉色の甜心
粉色の甜心 2020-12-19 09:52

How can I use Selenium with Java with a custom Firefox Profile?

3条回答
  •  感情败类
    2020-12-19 10:28

    You cannot pass HTML authorization window with Selenium. You have to use Auto IT for this purpose. AutoIT gives you the platform to manage the windows based components. You can invoke AUTO IT scripts from Selenium WebDriver

提交回复
热议问题