Class Response
java.lang.Object
org.openqa.selenium.remote.Response
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable String@Nullable StringgetState()@Nullable IntegerDeprecated.@Nullable ObjectgetValue()inthashCode()voidsetSessionId(@Nullable String sessionId) voidvoidDeprecated.The integer status is a JSON Wire Protocol artifact; usesetState(String)(the W3C state) instead.voidtoString()
-
Constructor Details
-
Response
public Response() -
Response
-
-
Method Details
-
getStatus
Deprecated.The integer status is a JSON Wire Protocol artifact; usegetState()(the W3C state) instead. Removal is tracked by #17638. -
setStatus
Deprecated.The integer status is a JSON Wire Protocol artifact; usesetState(String)(the W3C state) instead. Removal is tracked by #17638. -
getState
-
setState
-
setValue
-
getValue
-
setSessionId
-
getSessionId
-
toString
-
equals
-
hashCode
-
getState()(the W3C state) instead.