Uses of Class
org.openqa.selenium.firefox.GeckoDriverService
-
Uses of GeckoDriverService in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that return GeckoDriverServiceModifier and TypeMethodDescriptionstatic GeckoDriverService
GeckoDriverService.createDefaultService()
Configures and returns a newGeckoDriverService
using the default configuration.protected GeckoDriverService
GeckoDriverService.Builder.createDriverService
(@Nullable File exe, int port, @Nullable Duration timeout, @Nullable List<String> args, @Nullable Map<String, String> environment)