Class DriverOption


  • public class DriverOption
    extends Object
    • Constructor Detail

      • DriverOption

        public DriverOption()
    • Method Detail

      • withChromeOptions

        public DriverOption withChromeOptions​(org.openqa.selenium.chrome.ChromeOptions chromeOptions)
      • withFirefoxOptions

        public DriverOption withFirefoxOptions​(org.openqa.selenium.firefox.FirefoxOptions firefoxOptions)
      • withEdgeOptions

        public DriverOption withEdgeOptions​(org.openqa.selenium.edge.EdgeOptions edgeOptions)
      • withSafariOptions

        public DriverOption withSafariOptions​(org.openqa.selenium.safari.SafariOptions safairOptions)
      • withOperaOptions

        public DriverOption withOperaOptions​(org.openqa.selenium.opera.OperaOptions operaOptions)
      • withInternetExplorerOptions

        public DriverOption withInternetExplorerOptions​(org.openqa.selenium.ie.InternetExplorerOptions ieOptions)
      • getChromeOptions

        public org.openqa.selenium.chrome.ChromeOptions getChromeOptions()
      • getFirefoxOptions

        public org.openqa.selenium.firefox.FirefoxOptions getFirefoxOptions()
      • getEdgeOptions

        public org.openqa.selenium.edge.EdgeOptions getEdgeOptions()
      • getSafariOptions

        public org.openqa.selenium.safari.SafariOptions getSafariOptions()
      • getOperaOptions

        public org.openqa.selenium.opera.OperaOptions getOperaOptions()
      • getInternetExplorerOptions

        public org.openqa.selenium.ie.InternetExplorerOptions getInternetExplorerOptions()