Package dev.galasa.selenium
Interface ISeleniumManager
- All Known Subinterfaces:
IWebDriver
Deprecated.
This interface is being deprecated and replaced with a more appropriately named IWebDriver interface.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Allocate a new WebPageallocateWebPage
(String url) Deprecated.Allocate a new WebPage for a provided URLallocateWebPage
(String url, IChromeOptions options) Deprecated.Allocate a new WebPage for a provided URL with Chrome OptionsallocateWebPage
(String url, IEdgeOptions options) Deprecated.Allocate a new WebPage for a provided URL with Edge OptionsallocateWebPage
(String url, IFirefoxOptions options) Deprecated.Allocate a new WebPage for a provided URL with Firefox OptionsallocateWebPage
(String url, IInternetExplorerOptions options) Deprecated.Allocate a new WebPage for a provided URL with Internet Explorer OptionsallocateWebPage
(String url, IOperaOptions options) Deprecated.Allocate a new WebPage for a provided URL with Opera Optionsvoid
discard()
Deprecated.Cycle through any pages and quitDeprecated.Creates a new interface to the Chrome properties that can be set.Deprecated.Creates a new interface to the Edge properties that can be set.Deprecated.Creates a new interface to the Firefox properties that can be set.Deprecated.Creates a new interface to the InternetExplorer properties that can be set.getPages()
Deprecated.Return the active pages
-
Method Details
-
allocateWebPage
Deprecated.Allocate a new WebPage- Throws:
SeleniumManagerException
-
allocateWebPage
Deprecated.Allocate a new WebPage for a provided URL- Throws:
SeleniumManagerException
-
allocateWebPage
Deprecated.Allocate a new WebPage for a provided URL with Firefox Options- Throws:
SeleniumManagerException
-
allocateWebPage
Deprecated.Allocate a new WebPage for a provided URL with Chrome Options- Throws:
SeleniumManagerException
-
allocateWebPage
Deprecated.Allocate a new WebPage for a provided URL with Edge Options- Throws:
SeleniumManagerException
-
allocateWebPage
IWebPage allocateWebPage(String url, IInternetExplorerOptions options) throws SeleniumManagerException Deprecated.Allocate a new WebPage for a provided URL with Internet Explorer Options- Throws:
SeleniumManagerException
-
allocateWebPage
Deprecated.Allocate a new WebPage for a provided URL with Opera Options- Throws:
SeleniumManagerException
-
getFirefoxOptions
IFirefoxOptions getFirefoxOptions()Deprecated.Creates a new interface to the Firefox properties that can be set.- Returns:
- IFirefoxOptions
-
getChromeOptions
IChromeOptions getChromeOptions()Deprecated.Creates a new interface to the Chrome properties that can be set.- Returns:
- IChromeOptions
-
getEdgeOptions
IEdgeOptions getEdgeOptions()Deprecated.Creates a new interface to the Edge properties that can be set.- Returns:
- IEdgeOptions
-
getInternetExplorerOptions
IInternetExplorerOptions getInternetExplorerOptions()Deprecated.Creates a new interface to the InternetExplorer properties that can be set.- Returns:
- IInternetExplorerOptions
-
getPages
Deprecated.Return the active pages- Returns:
- List
-
discard
void discard()Deprecated.Cycle through any pages and quit
-