Package org.openqa.selenium.docker

Class Docker

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

public classDockerextendsObject
  • Field Details

  • Constructor Details

    • Docker

      public Docker(HttpHandler client)
    • Docker

      public Docker(HttpHandler client,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