Uses of Enum Class
com.norconex.crawler.web.fetch.impl.webdriver.WebDriverBrowser
Packages that use WebDriverBrowser
-
Uses of WebDriverBrowser in com.norconex.crawler.web.fetch.impl.webdriver
Methods in com.norconex.crawler.web.fetch.impl.webdriver that return WebDriverBrowserModifier and TypeMethodDescriptionWebDriverFetcherConfig.getBrowser()The browser used for crawling.static WebDriverBrowserstatic WebDriverBrowserReturns the enum constant of this class with the specified name.static WebDriverBrowser[]WebDriverBrowser.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.web.fetch.impl.webdriver with parameters of type WebDriverBrowserModifier and TypeMethodDescriptionvoidHttpSniffer.configureBrowser(WebDriverBrowser browser, org.openqa.selenium.MutableCapabilities opts) WebDriverFetcherConfig.setBrowser(WebDriverBrowser browser) The browser used for crawling.