C# (CSharp) OpenQA.Selenium.Firefox FirefoxDriver - 44 exemples trouvés. Ce sont les exemples réels les mieux notés de OpenQA.Selenium.Firefox.FirefoxDriver extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
When the FirefoxDriver object has been instantiated the browser will load. The test can then navigate to the URL under test and start your test.
In the case of the FirefoxDriver, you can specify a named profile to be used, or you can let the driver create a temporary, anonymous profile. A custom extension allowing the driver to communicate to the browser will be installed into the profile.