Class ChromiumApi


  • public class ChromiumApi
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ChromiumApi​(org.openqa.selenium.remote.RemoteWebDriver remoteWebDriver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sendCommand​(java.lang.String methodName, java.util.Map<java.lang.String,​?> params)  
      org.openqa.selenium.remote.Response sendCommandAndGetResponse​(java.lang.String methodName, java.util.Map<java.lang.String,​?> params)  
      • Methods inherited from class java.lang.Object

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

      • ChromiumApi

        public ChromiumApi​(org.openqa.selenium.remote.RemoteWebDriver remoteWebDriver)
    • Method Detail

      • sendCommand

        public void sendCommand​(java.lang.String methodName,
                                java.util.Map<java.lang.String,​?> params)
      • sendCommandAndGetResponse

        public org.openqa.selenium.remote.Response sendCommandAndGetResponse​(java.lang.String methodName,
                                                                             java.util.Map<java.lang.String,​?> params)