Package FlaNium.WinAPI.webdriver
Class FlaNiumDriverService
- java.lang.Object
-
- org.openqa.selenium.remote.service.DriverService
-
- FlaNium.WinAPI.webdriver.FlaNiumDriverService
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class FlaNiumDriverService extends org.openqa.selenium.remote.service.DriverService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlaNiumDriverService.Builder
-
Method Summary
-
Methods inherited from class org.openqa.selenium.remote.service.DriverService
close, findExePath, getArgs, getDefaultDriverOptions, getDriverExecutable, getDriverName, getDriverProperty, getEnvironment, getExecutable, getOutputStream, getTimeout, getUrl, getUrl, hasShutdownEndpoint, isRunning, sendOutputTo, setExecutable, start, stop, waitUntilAvailable
-
-
-
-
Constructor Detail
-
FlaNiumDriverService
protected FlaNiumDriverService(File executable, int port, Duration timeout, List<String> args, Map<String,String> environment) throws IOException
- Throws:
IOException
-
-