Class GridConfig
- java.lang.Object
-
- uk.co.evoco.webdriver.configuration.GridConfig
-
public class GridConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description GridConfig()
-
-
-
Method Detail
-
getGridUrl
public URL getGridUrl()
- Returns:
- URL representing the grid address
-
setGridUrl
public void setGridUrl(String gridUrl) throws MalformedURLException
- Parameters:
gridUrl
- a string representing the grid URL from the configuration file- Throws:
MalformedURLException
- if the URL passed in the configuration file is not a valid URL
-
-