- Selenium WebDriver 3 Practical Guide
- Unmesh Gundecha Satya Avasarala
- 89字
- 2021-08-13 16:08:13
Firefox Driver
The implementation of Firefox Driver has been changed in Selenium 3.0. Starting with Firefox version 47.0+, we need to use separate a driver that will interact with the Firefox browser similarly to ChromeDriver. The new driver for Firefox is called Geckodriver.
The Geckodriver provides the HTTP API described by the W3C WebDriver Protocol to communicate with Gecko browsers, such as Firefox. It translates calls into the Firefox Remote Protocol (Marionette) by acting as a proxy between the local and remote ends.
推薦閱讀
- 物聯網安全:理論、實踐與創新
- 重新定義Spring Cloud實戰
- 局域網組建、管理與維護項目教程(Windows Server 2003)
- 互聯網基礎資源技術與應用發展態勢(2021—2023)
- 射頻通信系統
- Metasploit Penetration Testing Cookbook
- Microservice Patterns and Best Practices
- 深入理解Nginx:模塊開發與架構解析
- 中國互聯網發展報告2021
- 移動互聯網新思維
- 信息技術安全評估準則:源流、方法與實踐
- 區塊鏈技術與應用:打造分布式商業新生態
- INSTANT Social Media Marketing with HootSuite
- Learn Node.js by Building 6 Projects.
- OpenShift Cookbook