Class DriverJar
- java.lang.Object
-
- com.microsoft.playwright.impl.driver.Driver
-
- com.microsoft.playwright.impl.driver.jar.DriverJar
-
public class DriverJar extends Driver
-
-
Field Summary
-
Fields inherited from class com.microsoft.playwright.impl.driver.Driver
env, PLAYWRIGHT_NODEJS_PATH
-
-
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)-
Methods inherited from class com.microsoft.playwright.impl.driver.Driver
createAndInstall, createProcessBuilder, ensureDriverInstalled, logMessage
-
-
-
-
Constructor Detail
-
DriverJar
public DriverJar() throws IOException- Throws:
IOException
-
-
Method Detail
-
initialize
protected void initialize(Boolean installBrowsers) throws Exception
- Specified by:
initializein classDriver- Throws:
Exception
-
getDriverResourceURI
public static URI getDriverResourceURI() throws URISyntaxException
- Throws:
URISyntaxException
-
-