adspace
What is the firefoxdriver, class or an interface? And which interface does it implement?
Answer Posted / Rashmi Gautam
FirefoxDriver is a WebDriver implementation provided by Selenium for controlling the Mozilla Firefox browser. It acts as a class in various programming languages such as Java, Python, and C#. FirefoxDriver does not implement any specific interface but instead extends the RemoteWebDriver class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers