Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Corrupted selenium server jar #656

@gtramontina

Description

@gtramontina

Hi there,

I used webdriver-manager to download the latest version of the selenium server. In my protractor.conf.js I specify seleniumServerJar so that protractor would take care of starting it up and shutting it down. Then, when running the tests, I started getting a timeout when starting the selenium server.
Digging into protractor's code, I found that protractor is only accounting for the happy path when running java -jar .... It turns out that the selenium server jar that was downloaded with webdriver-manager got corrupted somehow (during download, probably) and protractor didn't know about that.

My suggestion here is to also consider this scenario, as I spent an awful lot of time to figure this out.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions