Class Utils


  • public class Utils
    extends java.lang.Object
    Provides utility methods for converting a WebDriver instance to the various HTML5 role interfaces. Each method will throw an UnsupportedCommandException 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • getNetworkConnection

        public static org.openqa.selenium.mobile.NetworkConnection getNetworkConnection​(org.openqa.selenium.WebDriver driver)