Package org.openqa.selenium.docker
Class Docker
java.lang.Object
org.openqa.selenium.docker.Docker
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocker(HttpHandler client) Docker(HttpHandler client, String apiVersion) Creates a Docker client with an optional API version override. -
Method Summary
-
Field Details
-
client
-
-
Constructor Details
-
Docker
-
Docker
Creates a Docker client with an optional API version override.- Parameters:
client- HTTP client for Docker communicationapiVersion- Optional API version to use (e.g., "1.40" or "1.44"). If null, the version will be auto-detected.
-
-
Method Details
-
isSupported
public boolean isSupported() -
getVersion
-
getImage
-
create
-
inspect
-