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
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.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)DriverOptionwithSafariOptions(org.openqa.selenium.safari.SafariOptions safairOptions)
-
Constructor Details
-
DriverOption
public DriverOption()
-
-
Method Details
-
withChromeOptions
-
withFirefoxOptions
-
withEdgeOptions
-
withSafariOptions
-
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()
-