Uses of Class
dev.galasa.selenium.SeleniumManagerException
-
Uses of SeleniumManagerException in dev.galasa.selenium
Modifier and TypeMethodDescriptionISeleniumManager.allocateWebPage()
Deprecated.Allocate a new WebPageISeleniumManager.allocateWebPage
(String url) Deprecated.Allocate a new WebPage for a provided URLISeleniumManager.allocateWebPage
(String url, IChromeOptions options) Deprecated.Allocate a new WebPage for a provided URL with Chrome OptionsISeleniumManager.allocateWebPage
(String url, IEdgeOptions options) Deprecated.Allocate a new WebPage for a provided URL with Edge OptionsISeleniumManager.allocateWebPage
(String url, IFirefoxOptions options) Deprecated.Allocate a new WebPage for a provided URL with Firefox OptionsISeleniumManager.allocateWebPage
(String url, IInternetExplorerOptions options) Deprecated.Allocate a new WebPage for a provided URL with Internet Explorer OptionsISeleniumManager.allocateWebPage
(String url, IOperaOptions options) Deprecated.Allocate a new WebPage for a provided URL with Opera OptionsIWebDriver.allocateWebPage()
Allocate a new WebPageIWebDriver.allocateWebPage
(String url) Allocate a new WebPage for a provided URLIWebDriver.allocateWebPage
(String url, IChromeOptions options) Allocate a new WebPage for a provided URL with Chrome OptionsIWebDriver.allocateWebPage
(String url, IEdgeOptions options) Allocate a new WebPage for a provided URL with Edge OptionsIWebDriver.allocateWebPage
(String url, IFirefoxOptions options) Allocate a new WebPage for a provided URL with Firefox OptionsIWebDriver.allocateWebPage
(String url, IInternetExplorerOptions options) Allocate a new WebPage for a provided URL with Internet Explorer OptionsIWebDriver.allocateWebPage
(String url, IOperaOptions options) Allocate a new WebPage for a provided URL with Opera OptionsBrowser.getDockerImageName()
The image names for the supported driver types from the offical Selenium docker repo.Browser.getDriverName()
The capability name for each driver type is returnedIWebPage.takeScreenShot()
Takes a screenshot of the current screen and stores it in the RAS -
Uses of SeleniumManagerException in dev.galasa.selenium.spi
Modifier and TypeMethodDescription@NotNull IWebDriver
ISeleniumManagerSpi.provisionWebDriver
(Browser browser)