Class GridConfig

java.lang.Object
uk.co.evoco.webdriver.configuration.GridConfig

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

    Constructors 
    Constructor Description
    GridConfig()  
  • Method Summary

    Modifier and Type Method Description
    java.net.URL getGridUrl()  
    void setGridUrl​(java.lang.String gridUrl)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getGridUrl

      public java.net.URL getGridUrl()
      Returns:
      URL representing the grid address
    • setGridUrl

      public void setGridUrl​(java.lang.String gridUrl) throws java.net.MalformedURLException
      Parameters:
      gridUrl - a string representing the grid URL from the configuration file
      Throws:
      java.net.MalformedURLException - if the URL passed in the configuration file is not a valid URL