Uses of Class
com.axway.ats.uiengine.AbstractRealBrowserDriver.BrowserType
-
Packages that use AbstractRealBrowserDriver.BrowserType Package Description com.axway.ats.uiengine UI Engine is a component targeted for testing of various UI applications. -
-
Uses of AbstractRealBrowserDriver.BrowserType in com.axway.ats.uiengine
Fields in com.axway.ats.uiengine declared as AbstractRealBrowserDriver.BrowserType Modifier and Type Field Description protected AbstractRealBrowserDriver.BrowserTypeAbstractRealBrowserDriver. browserTypeMethods in com.axway.ats.uiengine that return AbstractRealBrowserDriver.BrowserType Modifier and Type Method Description static AbstractRealBrowserDriver.BrowserTypeAbstractRealBrowserDriver.BrowserType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractRealBrowserDriver.BrowserType[]AbstractRealBrowserDriver.BrowserType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.axway.ats.uiengine with parameters of type AbstractRealBrowserDriver.BrowserType Constructor Description AbstractRealBrowserDriver(AbstractRealBrowserDriver.BrowserType browserType, String url, String browserPath)AbstractRealBrowserDriver(AbstractRealBrowserDriver.BrowserType browserType, String url, String browserPath, String remoteSeleniumURL)
-