docs.src.views.BrowserSupport.vue Maven / Gradle / Ivy
Show all versions of selenium-java-test-automation Show documentation
Browser Support
SauceLabs, Local and working with Safari on MacOS
We support SauceLabs, running against your own Grid or running "locally" on your machine or in a CI environment.
Driver binaries are supplied by the WebDriverManager which is internal to the framework, so you never need to deal with downloading your own driver binaries and keeping them up to date.
The WebDriverManager detects the version of the browsers that you have installed and brings down the binaries to fit the versions you're running. There's currently no way to override this and provide your own.
If you want to use Safari on MacOs, then you need to enable Safaris Automation Control mode. See Apples documentation here: Running WebDriver with Safari on macOS
Our project is supported by SauceLabs. We support all of the browsers and platforms that SauceLabs does. Please see the SauceLabs tab for more details of how to configure your tests to run with SauceLabs.