Class ECCapabilitiesOptions
- java.lang.Object
-
- com.applitools.eyes.universal.dto.ECCapabilitiesOptions
-
public class ECCapabilitiesOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description ECCapabilitiesOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiKey()StringgetEyesServerUrl()IntegergetInactivityTimeout()IntegergetRequestDriverTimeout()IntegergetSelfHealingMaxRetryTime()StringgetSessionName()IntegergetTimeout()BooleangetTunnel()BooleangetUseSelfHealing()voidsetApiKey(String apiKey)voidsetEyesServerUrl(String eyesServerUrl)voidsetInactivityTimeout(Integer inactivityTimeout)voidsetRequestDriverTimeout(Integer requestDriverTimeout)voidsetSelfHealingMaxRetryTime(Integer selfHealingMaxRetryTime)voidsetSessionName(String sessionName)voidsetTimeout(Integer timeout)voidsetTunnel(Boolean tunnel)voidsetUseSelfHealing(Boolean useSelfHealing)
-
-
-
Method Detail
-
getEyesServerUrl
public String getEyesServerUrl()
-
setEyesServerUrl
public void setEyesServerUrl(String eyesServerUrl)
-
getApiKey
public String getApiKey()
-
setApiKey
public void setApiKey(String apiKey)
-
getSessionName
public String getSessionName()
-
setSessionName
public void setSessionName(String sessionName)
-
getUseSelfHealing
public Boolean getUseSelfHealing()
-
setUseSelfHealing
public void setUseSelfHealing(Boolean useSelfHealing)
-
getTunnel
public Boolean getTunnel()
-
setTunnel
public void setTunnel(Boolean tunnel)
-
getTimeout
public Integer getTimeout()
-
setTimeout
public void setTimeout(Integer timeout)
-
getInactivityTimeout
public Integer getInactivityTimeout()
-
setInactivityTimeout
public void setInactivityTimeout(Integer inactivityTimeout)
-
getRequestDriverTimeout
public Integer getRequestDriverTimeout()
-
setRequestDriverTimeout
public void setRequestDriverTimeout(Integer requestDriverTimeout)
-
getSelfHealingMaxRetryTime
public Integer getSelfHealingMaxRetryTime()
-
setSelfHealingMaxRetryTime
public void setSelfHealingMaxRetryTime(Integer selfHealingMaxRetryTime)
-
-