Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该使用以下代码启动 Firefox:
browser = webdriver.Firefox()
但是,我想使用自己的浏览器而不是我们自己开发的 firefox\chrome\opera\ie,我应该如何用 selenium 启动它,并使用 Python?