Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ getValue
Method
getValue
java/src/org/openqa/selenium/remote/Response.java:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
public
@Nullable Object getValue() {
71
return
value;
72
}
73
74
public
void
setSessionId(@Nullable String sessionId) {
75
this.sessionId = sessionId;
Callers
15
successfulResponseGetsParsedProperly
Method · 0.95
noErrorNoCry
Method · 0.95
shouldBeAbleToHandleGatewayTimeoutError
Method · 0.95
shouldBeAbleToHandleBadGatewayError
Method · 0.95
decodingAnErrorWithoutAStacktraceIsDecodedProperlyForNonCompliantImplementations
Method · 0.95
decodingAnErrorWithoutAStacktraceIsDecodedProperlyForConformingImplementations
Method · 0.95
shouldPopulateTheAlertTextIfThrowingAnUnhandledAlertException
Method · 0.95
shouldBeAbleToCopeWithStringsThatLookLikeBooleans
Method · 0.95
shouldBeAbleToSetAnObjectToABoolean
Method · 0.95
canHandleValueBeingAnArray
Method · 0.95
decodingResponseWithNumbersInValueObject
Method · 0.95
shouldRecognizeNumericStatus
Method · 0.95
Calls
no outgoing calls
Tested by
14
successfulResponseGetsParsedProperly
Method · 0.76
noErrorNoCry
Method · 0.76
shouldBeAbleToHandleGatewayTimeoutError
Method · 0.76
shouldBeAbleToHandleBadGatewayError
Method · 0.76
decodingAnErrorWithoutAStacktraceIsDecodedProperlyForNonCompliantImplementations
Method · 0.76
decodingAnErrorWithoutAStacktraceIsDecodedProperlyForConformingImplementations
Method · 0.76
shouldPopulateTheAlertTextIfThrowingAnUnhandledAlertException
Method · 0.76
shouldBeAbleToCopeWithStringsThatLookLikeBooleans
Method · 0.76
shouldBeAbleToSetAnObjectToABoolean
Method · 0.76
canHandleValueBeingAnArray
Method · 0.76
decodingResponseWithNumbersInValueObject
Method · 0.76
shouldRecognizeNumericStatus
Method · 0.76