Uses of Class
io.github.bonigarcia.wdm.webdriver.WebDriverBrowser
Packages that use WebDriverBrowser
-
Uses of WebDriverBrowser in io.github.bonigarcia.wdm
Fields in io.github.bonigarcia.wdm with type parameters of type WebDriverBrowserMethods in io.github.bonigarcia.wdm that return types with arguments of type WebDriverBrowserModifier and TypeMethodDescriptionprotected Optional<WebDriverBrowser>
WebDriverManager.findWebDriverBrowser
(org.openqa.selenium.WebDriver driver) Methods in io.github.bonigarcia.wdm with parameters of type WebDriverBrowserModifier and TypeMethodDescriptionprotected void
WebDriverManager.quit
(WebDriverBrowser driverBrowser) protected void
WebDriverManager.stopDockerRecording
(WebDriverBrowser driverBrowser) Method parameters in io.github.bonigarcia.wdm with type arguments of type WebDriverBrowserModifier and TypeMethodDescriptionprotected Object
WebDriverManager.getPropertyFromFirstWebDriverBrowser
(Function<WebDriverBrowser, Object> function) protected Object
WebDriverManager.getPropertyFromWebDriverBrowser
(org.openqa.selenium.WebDriver driver, Function<WebDriverBrowser, Object> function)