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

browser.pause() is not working. It waits forever. #2044

Closed
bdarwin opened this issue Apr 14, 2015 · 4 comments
Closed

browser.pause() is not working. It waits forever. #2044

bdarwin opened this issue Apr 14, 2015 · 4 comments

Comments

@bdarwin
Copy link

bdarwin commented Apr 14, 2015

Environment:
Node version - any (tried 0.10.32, 0.12.0 and 0.12.2)
Protractor 2.0.0
Selenium (2.45.0) and Chromedriver 2.14

Config:
exports.config = {
seleniumServerJar:'/usr/local/lib/node_modules/webdriver-manager/selenium/selenium-server-standalone-2.45.0.jar',
chromeDriver : '/usr/local/lib/node_modules/webdriver-manager/selenium/chromedriver',
specs:['../firstSpec.js']
};

Command:
./node_modules/.bin/protractor test/conf/protractor.conf.js

When I run my tests, it says starting debugger but never takes me to console, it waits forever. Tried assigning different port numbers still no luck.
protractor_never_goes_into_debugger

Protractor 1.8.0 and Node 0.10.32 seems to be fine though.

@hankduan hankduan self-assigned this Apr 14, 2015
@hankduan
Copy link
Contributor

Encountered this myself last night. It's because of some breaking changes in webdriver 2.45.0

@hankduan
Copy link
Contributor

Fixed here: #2046

@hankduan
Copy link
Contributor

fix is merged and will be released in the next version

@juliemr
Copy link
Member

juliemr commented May 20, 2015

2.1 is out.

@juliemr juliemr closed this as completed May 20, 2015
@hankduan hankduan removed their assignment Nov 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants