MCPcopy 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

iteratorMethod · 0.95
streamMethod · 0.95
getRemoteDriverMethod · 0.45
createSessionMethod · 0.45
sendMethod · 0.45
completeMethod · 0.45
addToQueueMethod · 0.45
addToQueueMethod · 0.45
writeResultMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected