public class Host extends Object
public Host(String ipAddress, String port)
ipAddress - - The IP address of the remote host.port - - The port on which either the Selenium Hub (or) Node may-be listening to.public Host(URL url)
url - - A URL that represents the IP port of either a Selenium Hub (or) Node.public Host(String url) throws MalformedURLException
url - - A String that represents a valid URL of either a Selenium Hub (or) Node.MalformedURLException - - In case the URL is not well formed.Copyright © 2017. All rights reserved.