Class DockerAssetsPath


  • public class DockerAssetsPath
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DockerAssetsPath​(java.lang.String hostPath, java.lang.String containerPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContainerPath​(org.openqa.selenium.remote.SessionId id)  
      java.lang.String getHostPath​(org.openqa.selenium.remote.SessionId id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DockerAssetsPath

        public DockerAssetsPath​(java.lang.String hostPath,
                                java.lang.String containerPath)
    • Method Detail

      • getHostPath

        public java.lang.String getHostPath​(org.openqa.selenium.remote.SessionId id)
      • getContainerPath

        public java.lang.String getContainerPath​(org.openqa.selenium.remote.SessionId id)