Uses of Class
org.uitnet.testing.smartfwk.ui.core.config.webbrowser.WebBrowserType
| Package | Description |
|---|---|
| org.uitnet.testing.smartfwk.ui.core.config | |
| org.uitnet.testing.smartfwk.ui.core.config.webbrowser |
-
Uses of WebBrowserType in org.uitnet.testing.smartfwk.ui.core.config
Methods in org.uitnet.testing.smartfwk.ui.core.config that return WebBrowserType Modifier and Type Method Description WebBrowserTypeAppConfig. getAppWebBrowser()WebBrowserTypeSeleniumDriverConfig. getBrowserType()Methods in org.uitnet.testing.smartfwk.ui.core.config with parameters of type WebBrowserType Modifier and Type Method Description SeleniumDriverConfigTestConfigManager. getSeleniumDriverConfig(WebBrowserType browserType)voidSeleniumDriverConfig. setBrowserType(WebBrowserType browserType) -
Uses of WebBrowserType in org.uitnet.testing.smartfwk.ui.core.config.webbrowser
Methods in org.uitnet.testing.smartfwk.ui.core.config.webbrowser that return WebBrowserType Modifier and Type Method Description static WebBrowserTypeWebBrowserType. getTypeByName(String name)WebBrowserTypeWebBrowser. getWebBrowserType()static WebBrowserTypeWebBrowserType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebBrowserType[]WebBrowserType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uitnet.testing.smartfwk.ui.core.config.webbrowser with parameters of type WebBrowserType Constructor Description WebBrowser(String id, String appName, AppConfig appConfig, TestConfigManager testCfgMgr, WebBrowserFactory factory, org.openqa.selenium.WebDriver seleniumWebDriver, WebBrowserType type)