Class Docker

java.lang.Object
org.openqa.selenium.docker.Docker

public class Docker extends Object
  • Field Details

    • client

      protected final org.openqa.selenium.remote.http.HttpHandler client
  • Constructor Details

    • Docker

      public Docker(org.openqa.selenium.remote.http.HttpHandler client)
    • Docker

      public Docker(org.openqa.selenium.remote.http.HttpHandler client, @Nullable String apiVersion)
      Creates a Docker client with an optional API version override.
      Parameters:
      client - HTTP client for Docker communication
      apiVersion - Optional API version to use (e.g., "1.40" or "1.44"). If null, the version will be auto-detected.
  • Method Details