Package io.fluentlenium.utils.chromium
Class ChromiumControlImpl
java.lang.Object
io.fluentlenium.utils.chromium.ChromiumControlImpl
- All Implemented Interfaces:
ChromiumControl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal ChromiumApi
Features related to browser control under devtools protocol.
-
Constructor Details
-
ChromiumControlImpl
public ChromiumControlImpl(org.openqa.selenium.WebDriver driver)
-
-
Method Details
-
getChromiumApi
Description copied from interface:ChromiumControl
Features related to browser control under devtools protocol.- Specified by:
getChromiumApi
in interfaceChromiumControl
- Returns:
- a new chromium api instance
-