Class DriverManager


  • public class DriverManager
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openqa.selenium.WebDriver getDriver()  
      static void quit()  
      static void setDriver​(org.openqa.selenium.WebDriver driver)  
      • Methods inherited from class java.lang.Object

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

      • getDriver

        public static org.openqa.selenium.WebDriver getDriver()
      • setDriver

        public static void setDriver​(org.openqa.selenium.WebDriver driver)
      • quit

        public static void quit()