Uses of Class
org.openqa.selenium.docker.ContainerInfo
-
Packages that use ContainerInfo Package Description org.openqa.selenium.docker org.openqa.selenium.docker.v1_40 -
-
Uses of ContainerInfo in org.openqa.selenium.docker
Methods in org.openqa.selenium.docker that return ContainerInfo Modifier and Type Method Description static ContainerInfoContainerInfo. image(Image image)ContainerInfoContainerInfo. map(Port containerPort, Port hostPort)Methods in org.openqa.selenium.docker with parameters of type ContainerInfo Modifier and Type Method Description ContainerDocker. create(ContainerInfo info)ContainerDockerProtocol. create(ContainerInfo info) -
Uses of ContainerInfo in org.openqa.selenium.docker.v1_40
Methods in org.openqa.selenium.docker.v1_40 with parameters of type ContainerInfo Modifier and Type Method Description ContainerV140Docker. create(ContainerInfo info)
-