Class DriverJar
- java.lang.Object
-
- com.microsoft.playwright.impl.driver.Driver
-
- com.microsoft.playwright.impl.driver.jar.DriverJar
-
public class DriverJar extends com.microsoft.playwright.impl.driver.Driver
-
-
Constructor Summary
Constructors Constructor Description DriverJar()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PathdriverDir()static URIgetDriverResourceURI()protected voidinitialize(Boolean installBrowsers)
-
-
-
Constructor Detail
-
DriverJar
public DriverJar() throws IOException- Throws:
IOException
-
-
Method Detail
-
initialize
protected void initialize(Boolean installBrowsers) throws Exception
- Specified by:
initializein classcom.microsoft.playwright.impl.driver.Driver- Throws:
Exception
-
getDriverResourceURI
public static URI getDriverResourceURI() throws URISyntaxException
- Throws:
URISyntaxException
-
driverDir
public Path driverDir()
- Specified by:
driverDirin classcom.microsoft.playwright.impl.driver.Driver
-
-