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 voidWebDriverManager.quit(WebDriverBrowser driverBrowser) protected voidWebDriverManager.stopDockerRecording(WebDriverBrowser driverBrowser) Method parameters in io.github.bonigarcia.wdm with type arguments of type WebDriverBrowserModifier and TypeMethodDescriptionprotected ObjectWebDriverManager.getPropertyFromFirstWebDriverBrowser(Function<WebDriverBrowser, Object> function) protected ObjectWebDriverManager.getPropertyFromWebDriverBrowser(org.openqa.selenium.WebDriver driver, Function<WebDriverBrowser, Object> function)