Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 595 Bytes

File metadata and controls

18 lines (11 loc) · 595 Bytes

Home

Firefox Browser Factory

The module webtester-support-firefox provides a default BrowserFactory implementation called FirefoxFactory.

Default Driver Configuration

In order to optimize testing the following properties are set when creating a WebDriver using the FirefoxFactory:

  • "Native Events" are disabled -> Selenium does not simulate human typing.
  • Untrusted certificates are always trusted.

For more details take a look at these links:

Linked Documentation