public class WebDriverProxySettings extends Object
| Constructor and Description |
|---|
WebDriverProxySettings() |
WebDriverProxySettings(String url) |
WebDriverProxySettings(String url,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
WebDriverProxySettings |
setPassword(String password) |
WebDriverProxySettings |
setUrl(String url) |
WebDriverProxySettings |
setUsername(String username) |
public WebDriverProxySettings(String url)
public WebDriverProxySettings()
public WebDriverProxySettings setUrl(String url)
public String getUrl()
public String getUsername()
public WebDriverProxySettings setUsername(String username)
public String getPassword()
public WebDriverProxySettings setPassword(String password)
Copyright © 2023. All rights reserved.