public class DriverOption extends Object
| Constructor and Description |
|---|
DriverOption() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.chrome.ChromeOptions |
getChromeOptions() |
org.openqa.selenium.edge.EdgeOptions |
getEdgeOptions() |
org.openqa.selenium.firefox.FirefoxOptions |
getFirefoxOptions() |
org.openqa.selenium.ie.InternetExplorerOptions |
getInternetExplorerOptions() |
org.openqa.selenium.opera.OperaOptions |
getOperaOptions() |
org.openqa.selenium.safari.SafariOptions |
getSafariOptions() |
DriverOption |
withChromeOptions(org.openqa.selenium.chrome.ChromeOptions chromeOptions) |
DriverOption |
withEdgeOptions(org.openqa.selenium.edge.EdgeOptions edgeOptions) |
DriverOption |
withFirefoxOptions(org.openqa.selenium.firefox.FirefoxOptions firefoxOptions) |
DriverOption |
withInternetExplorerOptions(org.openqa.selenium.ie.InternetExplorerOptions ieOptions) |
DriverOption |
withOperaOptions(org.openqa.selenium.opera.OperaOptions operaOptions) |
DriverOption |
withSafariOptions(org.openqa.selenium.safari.SafariOptions safairOptions) |
public DriverOption withChromeOptions(org.openqa.selenium.chrome.ChromeOptions chromeOptions)
public DriverOption withFirefoxOptions(org.openqa.selenium.firefox.FirefoxOptions firefoxOptions)
public DriverOption withEdgeOptions(org.openqa.selenium.edge.EdgeOptions edgeOptions)
public DriverOption withSafariOptions(org.openqa.selenium.safari.SafariOptions safairOptions)
public DriverOption withOperaOptions(org.openqa.selenium.opera.OperaOptions operaOptions)
public DriverOption withInternetExplorerOptions(org.openqa.selenium.ie.InternetExplorerOptions ieOptions)
public org.openqa.selenium.chrome.ChromeOptions getChromeOptions()
public org.openqa.selenium.firefox.FirefoxOptions getFirefoxOptions()
public org.openqa.selenium.edge.EdgeOptions getEdgeOptions()
public org.openqa.selenium.safari.SafariOptions getSafariOptions()
public org.openqa.selenium.opera.OperaOptions getOperaOptions()
public org.openqa.selenium.ie.InternetExplorerOptions getInternetExplorerOptions()
Copyright © 2021. All rights reserved.