Package com.applitools.eyes
Class WebDriverProxySettings
- java.lang.Object
-
- com.applitools.eyes.WebDriverProxySettings
-
public class WebDriverProxySettings extends Object
-
-
Constructor Summary
Constructors Constructor Description WebDriverProxySettings()WebDriverProxySettings(String url)WebDriverProxySettings(String url, String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()StringgetUrl()StringgetUsername()WebDriverProxySettingssetPassword(String password)WebDriverProxySettingssetUrl(String url)WebDriverProxySettingssetUsername(String username)
-
-
-
Method Detail
-
setUrl
public WebDriverProxySettings setUrl(String url)
-
getUrl
public String getUrl()
-
getUsername
public String getUsername()
-
setUsername
public WebDriverProxySettings setUsername(String username)
-
getPassword
public String getPassword()
-
setPassword
public WebDriverProxySettings setPassword(String password)
-
-