Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ getState
Method
getState
java/src/org/openqa/selenium/remote/Response.java:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
public
@Nullable String getState() {
59
return
state;
60
}
61
62
public
void
setState(@Nullable String state) {
63
this.state = state;
Callers
15
successfulResponseGetsParsedProperly
Method · 0.95
noErrorNoCry
Method · 0.95
decodingAnErrorWithoutAStacktraceIsDecodedProperlyForNonCompliantImplementations
Method · 0.95
decodingAnErrorWithoutAStacktraceIsDecodedProperlyForConformingImplementations
Method · 0.95
shouldBeAbleToCopeWithStringsThatLookLikeBooleans
Method · 0.95
shouldRecognizeNumericStatus
Method · 0.95
shouldRecognizeStringStatus
Method · 0.95
shouldConvertInvalidSelectorError
Method · 0.95
shouldRecognizeStringState
Method · 0.95
toString
Method · 0.95
log
Method · 0.95
decode
Method · 0.95
Calls
no outgoing calls
Tested by
10
successfulResponseGetsParsedProperly
Method · 0.76
noErrorNoCry
Method · 0.76
decodingAnErrorWithoutAStacktraceIsDecodedProperlyForNonCompliantImplementations
Method · 0.76
decodingAnErrorWithoutAStacktraceIsDecodedProperlyForConformingImplementations
Method · 0.76
shouldBeAbleToCopeWithStringsThatLookLikeBooleans
Method · 0.76
shouldRecognizeNumericStatus
Method · 0.76
shouldRecognizeStringStatus
Method · 0.76
shouldConvertInvalidSelectorError
Method · 0.76
shouldRecognizeStringState
Method · 0.76
isOpenGitHubIssue
Method · 0.36