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

Method apply

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

Source from the content-addressed store, hash-verified

222 }
223
224 @Override
225 public Either<WebDriverException, ActiveSession> apply(
226 CreateSessionRequest createSessionRequest) {
227 return Either.left(new SessionNotCreatedException("HelperFactory for testing"));
228 }
229
230 @Override
231 public boolean test(Capabilities capabilities) {

Calls 1

leftMethod · 0.95

Tested by

no test coverage detected