Uses of Enum
dev.botcity.framework.web.browsers.PageLoadStrategy
Package
Description
WebBot development package.
-
Uses of PageLoadStrategy in dev.botcity.framework.web
Modifier 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 PageLoadStrategy in dev.botcity.framework.web.browsers
Modifier and TypeMethodDescriptionstatic PageLoadStrategy
Returns the enum constant of this type with the specified name.static PageLoadStrategy[]
PageLoadStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionorg.openqa.selenium.MutableCapabilities
BrowserConfig.defaultOptions
(boolean headless, String downloadFolderPath, String userDataDir, PageLoadStrategy pageLoadStrategy) Retrieve the default options from the browser curated by BotCity.org.openqa.selenium.MutableCapabilities
ChromeConfig.defaultOptions
(boolean headless, String downloadFolderPath, String userDataDir, PageLoadStrategy pageLoadStrategy) org.openqa.selenium.MutableCapabilities
EdgeConfig.defaultOptions
(boolean headless, String downloadFolderPath, String userDataDir, PageLoadStrategy pageLoadStrategy) org.openqa.selenium.MutableCapabilities
FirefoxConfig.defaultOptions
(boolean headless, String downloadFolderPath, String userDataDir, PageLoadStrategy pageLoadStrategy)