Class Utils
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.html5.Utils
-
public class Utils extends java.lang.Object
Provides utility methods for converting aWebDriver
instance to the various HTML5 role interfaces. Each method will throw anUnsupportedCommandException
if the driver does not support the corresponding HTML5 feature.
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.openqa.selenium.mobile.NetworkConnection
getNetworkConnection(org.openqa.selenium.WebDriver driver)
-