Package core.support.objects
Class DriverOption
java.lang.Object
core.support.objects.DriverOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.chrome.ChromeOptionsorg.openqa.selenium.edge.EdgeOptionsorg.openqa.selenium.firefox.FirefoxOptionsorg.openqa.selenium.ie.InternetExplorerOptionsorg.openqa.selenium.safari.SafariOptionswithChromeOptions(org.openqa.selenium.chrome.ChromeOptions chromeOptions) withEdgeOptions(org.openqa.selenium.edge.EdgeOptions edgeOptions) withFirefoxOptions(org.openqa.selenium.firefox.FirefoxOptions firefoxOptions) withInternetExplorerOptions(org.openqa.selenium.ie.InternetExplorerOptions ieOptions) withSafariOptions(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()
-