Class DriverFinder
- java.lang.Object
-
- org.openqa.selenium.remote.service.DriverFinder
-
public class DriverFinder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DriverFinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.openqa.selenium.manager.SeleniumManagerOutput.Result
getPath(DriverService service, org.openqa.selenium.Capabilities options)
static org.openqa.selenium.manager.SeleniumManagerOutput.Result
getPath(DriverService service, org.openqa.selenium.Capabilities options, boolean offline)
-
-
-
Method Detail
-
getPath
public static org.openqa.selenium.manager.SeleniumManagerOutput.Result getPath(DriverService service, org.openqa.selenium.Capabilities options)
-
getPath
public static org.openqa.selenium.manager.SeleniumManagerOutput.Result getPath(DriverService service, org.openqa.selenium.Capabilities options, boolean offline)
-
-