Class ChromeDriverProperties


  • @Accessors
    public class ChromeDriverProperties
    extends java.lang.Object
    Since:
    3.5.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.io.File> getBinary()  
      void setBinary​(java.io.File binary)  
      • Methods inherited from class java.lang.Object

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

      • ChromeDriverProperties

        public ChromeDriverProperties()
    • Method Detail

      • getBinary

        public java.util.Optional<java.io.File> getBinary()
      • setBinary

        public void setBinary​(java.io.File binary)