angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

Protractor element explorer cannot find files downloaded by webdriver-manager #4651

Open Xotabu4 opened 6 years ago

Xotabu4 commented 6 years ago

Bug report

For some reason running globally installed protractor in element explorer mode cannot find files downloaded by globally installed webdriver-manager

image

Xotabu4 commented 6 years ago

Any updates on this? Code started to fail with directConnect: true

wswebcreation commented 6 years ago

@cnishina and @cnishina , can you take a look at this?

Xotabu4 commented 6 years ago

I figured out why that happens.

Here is steps:

npm install -g protractor
npm install -g webdriver-manager
webdriver-manager update
protractor --elementExplorer

So protractor cant find this global installation of webdriver-manager, and fails.

Updated bug description