Uses of Class
org.openqa.selenium.docker.Device
-
Packages that use Device Package Description org.openqa.selenium.docker org.openqa.selenium.grid.node.docker -
-
Uses of Device in org.openqa.selenium.docker
Methods in org.openqa.selenium.docker that return Device Modifier and Type Method Description static Device
Device. device(java.lang.String pathOnHost, java.lang.String pathInContainer, java.lang.String cgroupPermissions)
Method parameters in org.openqa.selenium.docker with type arguments of type Device Modifier and Type Method Description ContainerConfig
ContainerConfig. devices(java.util.List<Device> devices)
Constructor parameters in org.openqa.selenium.docker with type arguments of type Device Constructor Description ContainerConfig(Image image, com.google.common.collect.Multimap<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> portBindings, java.util.Map<java.lang.String,java.lang.String> envVars, java.util.Map<java.lang.String,java.lang.String> volumeBinds, java.util.List<Device> devices, java.lang.String networkName, long shmSize)
-
Uses of Device in org.openqa.selenium.grid.node.docker
Methods in org.openqa.selenium.grid.node.docker that return types with arguments of type Device Modifier and Type Method Description protected java.util.List<Device>
DockerOptions. getDevicesMapping()
Constructor parameters in org.openqa.selenium.grid.node.docker with type arguments of type Device Constructor Description DockerSessionFactory(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, java.time.Duration sessionTimeout, Docker docker, java.net.URI dockerUri, Image browserImage, org.openqa.selenium.Capabilities stereotype, java.util.List<Device> devices, Image videoImage, DockerAssetsPath assetsPath, java.lang.String networkName, boolean runningInDocker)
-