Class Browser


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

      Constructors 
      Constructor Description
      Browser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean getEnableTracing()  
      static org.openqa.selenium.remote.RemoteWebDriver getRemoteWebDriver​(org.openqa.selenium.remote.AbstractDriverOptions options)  
      static boolean isRemoteWebDriver()  
      • Methods inherited from class java.lang.Object

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

      • Browser

        public Browser()
    • Method Detail

      • getEnableTracing

        public static boolean getEnableTracing()
      • isRemoteWebDriver

        public static boolean isRemoteWebDriver()
      • getRemoteWebDriver

        public static org.openqa.selenium.remote.RemoteWebDriver getRemoteWebDriver​(org.openqa.selenium.remote.AbstractDriverOptions options)