public final class ChromeHttpLoginCredentials extends Object
Constructor and Description |
---|
ChromeHttpLoginCredentials() |
Modifier and Type | Method and Description |
---|---|
HashMap<String,String> |
getCustomCookies()
Gets custom cookies.
|
String |
getNetworkPassword()
Gets network password.
|
String |
getNetworkUsername()
Gets network username.
|
boolean |
isEnableCookies()
Is enable cookies boolean.
|
void |
setCustomCookies(HashMap<String,String> customCookies)
Sets custom cookies.
|
void |
setEnableCookies(boolean enableCookies)
Sets enable cookies.
|
void |
setNetworkPassword(String value)
Sets network password.
|
void |
setNetworkUsername(String value)
Sets network username.
|
public String getNetworkPassword()
public void setNetworkPassword(String value)
value
- the valuepublic String getNetworkUsername()
public void setNetworkUsername(String value)
value
- the valuepublic boolean isEnableCookies()
setCustomCookies(HashMap)
public void setEnableCookies(boolean enableCookies)
setCustomCookies(HashMap)
enableCookies
- enable cookiespublic HashMap<String,String> getCustomCookies()
Copyright © 2022–2023 Iron Software. All rights reserved.