Uses of Enum Class
com.norconex.crawler.web.fetch.impl.playwright.PlaywrightBrowser
Packages that use PlaywrightBrowser
-
Uses of PlaywrightBrowser in com.norconex.crawler.web.fetch.impl.playwright
Methods in com.norconex.crawler.web.fetch.impl.playwright that return PlaywrightBrowserModifier and TypeMethodDescriptionPlaywrightFetcherConfig.getBrowser()The browser engine used for crawling.static PlaywrightBrowserReturns the enum constant of this class with the specified name.static PlaywrightBrowser[]PlaywrightBrowser.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.playwright with parameters of type PlaywrightBrowserModifier and TypeMethodDescriptionPlaywrightFetcherConfig.setBrowser(PlaywrightBrowser browser) The browser engine used for crawling.