Interface CapabilitiesControl
- All Known Subinterfaces:
FluentControl,FluentPageControl,IFluentAdapter
- All Known Implementing Classes:
BaseFluentHook,BaseHook,ContainerFluentControl,DefaultFluentContainer,FluentAdapter,FluentControlImpl,FluentDriver,FluentPage,FluentStandalone,FluentStandaloneRunnable,FluentTestRunnerAdapter,FluentWebElement,IsolatedTest,WaitHook
public interface CapabilitiesControl
Control capabilities of the underlying Selenium WebDriver.
-
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.CapabilitiesGet the actual capabilities of the underlying Selenium WebDriver.
-
Method Details
-
capabilities
org.openqa.selenium.Capabilities capabilities()Get the actual capabilities of the underlying Selenium WebDriver.- Returns:
- actual capabilities.
- See Also:
-