Class DriverOption

java.lang.Object
core.support.objects.DriverOption

public class DriverOption
extends Object
  • Constructor Details

    • DriverOption

      public DriverOption()
  • Method Details

    • 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)
    • 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()
    • getInternetExplorerOptions

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