Uses of Class
dev.galasa.selenium.SeleniumManagerException
Packages that use SeleniumManagerException
- 
Uses of SeleniumManagerException in dev.galasa.selenium
Methods in dev.galasa.selenium that throw SeleniumManagerExceptionModifier 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 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 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
Methods in dev.galasa.selenium.spi that throw SeleniumManagerExceptionModifier and TypeMethodDescription@NotNull IWebDriverISeleniumManagerSpi.provisionWebDriver(Browser browser)