MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / apply

Method apply

java/test/org/openqa/selenium/grid/node/NodeTest.java:454–458  ·  view source on GitHub ↗
(
                      CreateSessionRequest createSessionRequest)

Source from the content-addressed store, hash-verified

452 }
453
454 @Override
455 public Either<WebDriverException, ActiveSession> apply(
456 CreateSessionRequest createSessionRequest) {
457 return Either.left(new SessionNotCreatedException("HelperFactory for testing"));
458 }
459
460 @Override
461 public boolean test(Capabilities capabilities) {

Calls 1

leftMethod · 0.95

Tested by

no test coverage detected