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.URLgetGridUrl()voidsetGridUrl(java.lang.String gridUrl)
-
Constructor Details
-
GridConfig
public GridConfig()
-
-
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
-