Package core.support.objects
Class DriverOption
- java.lang.Object
-
- core.support.objects.DriverOption
-
public class DriverOption extends Object
-
-
Constructor Summary
Constructors Constructor Description DriverOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.chrome.ChromeOptionsgetChromeOptions()org.openqa.selenium.edge.EdgeOptionsgetEdgeOptions()org.openqa.selenium.firefox.FirefoxOptionsgetFirefoxOptions()org.openqa.selenium.ie.InternetExplorerOptionsgetInternetExplorerOptions()org.openqa.selenium.opera.OperaOptionsgetOperaOptions()org.openqa.selenium.safari.SafariOptionsgetSafariOptions()DriverOptionwithChromeOptions(org.openqa.selenium.chrome.ChromeOptions chromeOptions)DriverOptionwithEdgeOptions(org.openqa.selenium.edge.EdgeOptions edgeOptions)DriverOptionwithFirefoxOptions(org.openqa.selenium.firefox.FirefoxOptions firefoxOptions)DriverOptionwithInternetExplorerOptions(org.openqa.selenium.ie.InternetExplorerOptions ieOptions)DriverOptionwithOperaOptions(org.openqa.selenium.opera.OperaOptions operaOptions)DriverOptionwithSafariOptions(org.openqa.selenium.safari.SafariOptions safairOptions)
-
-
-
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()
-
-