Uses of Enum
dev.botcity.framework.web.browsers.Browser
Packages that use Browser
Package
Description
WebBot development package.
-
Uses of Browser in dev.botcity.framework.web
Methods in dev.botcity.framework.web with parameters of type BrowserModifier and TypeMethodDescriptionstatic BrowserConfig
WebDriverFactory.getWebDriver
(Browser browser, boolean headless, org.openqa.selenium.MutableCapabilities options, org.openqa.selenium.MutableCapabilities capabilities, String driverPath, String downloadPath, PageLoadStrategy pageStrategy) Factory method to create a Browser config instance. -
Uses of Browser in dev.botcity.framework.web.browsers
Methods in dev.botcity.framework.web.browsers that return Browser