Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ isRight
Method
isRight
java/src/org/openqa/selenium/internal/Either.java:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public
boolean isRight() {
50
return
right != null;
51
}
52
53
public
A left() {
54
return
left;
Callers
15
iterator
Method · 0.95
stream
Method · 0.95
getRemoteDriver
Method · 0.45
createSession
Method · 0.45
send
Method · 0.45
complete
Method · 0.45
addToQueue
Method · 0.45
addToQueue
Method · 0.45
writeResult
Method · 0.45
handleNewSessionRequest
Method · 0.45
handleNewSessionRequest
Method · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected