(
CreateSessionRequest createSessionRequest)
| 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) { |
no test coverage detected