Uses of Class
io.github.bonigarcia.seljup.BrowsersTemplate.Browser
-
Packages that use BrowsersTemplate.Browser Package Description io.github.bonigarcia.seljup -
-
Uses of BrowsersTemplate.Browser in io.github.bonigarcia.seljup
Methods in io.github.bonigarcia.seljup that return BrowsersTemplate.Browser Modifier and Type Method Description BrowsersTemplate.Browser
BrowserBuilder. build()
Methods in io.github.bonigarcia.seljup that return types with arguments of type BrowsersTemplate.Browser Modifier and Type Method Description Stream<List<BrowsersTemplate.Browser>>
BrowsersTemplate. getStream()
Methods in io.github.bonigarcia.seljup with parameters of type BrowsersTemplate.Browser Modifier and Type Method Description void
SeleniumJupiter. addBrowsers(BrowsersTemplate.Browser... browsers)
Method parameters in io.github.bonigarcia.seljup with type arguments of type BrowsersTemplate.Browser Modifier and Type Method Description void
SeleniumJupiter. putBrowserList(String key, List<BrowsersTemplate.Browser> browserList)
Constructor parameters in io.github.bonigarcia.seljup with type arguments of type BrowsersTemplate.Browser Constructor Description CapabilitiesHandler(Config config, AnnotationsReader annotationsReader, Parameter parameter, org.junit.jupiter.api.extension.ExtensionContext extensionContext, Optional<BrowsersTemplate.Browser> browser, Optional<BrowserType> browserType, boolean isGeneric, boolean isOpera)
-