andresdominguez / elementor

An improved element finder for protractor
MIT License
339 stars 27 forks source link

Elementor not able to launch URL in chrome #61

Closed adityagautam closed 6 years ago

adityagautam commented 6 years ago

Elementor is not able to launch URL in chrome. It's getting stuck here:

Creating protractor configuration file (node:9687) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Starting protractor Running command: [node /usr/local/lib/node_modules/elementor/nodemodules/protractor/built/cli.js --elementExplorer true --debuggerServerPort 6969 /var/folders/k/3fqf0hd97b3cwy8s9q9gjwcw0000gy/T/protractor-conf118017-9687-1wv4psi.10arh] [10:38:17] I/hosted - Using the selenium server at http://localhost:4444/wd/hub [10:38:19] I/protractor - [10:38:19] I/protractor - ------- Element Explorer ------- [10:38:19] I/protractor - Starting WebDriver debugger in a child process. Element Explorer is still beta, please report issues at github.com/angular/protractor [10:38:19] I/protractor - [10:38:19] I/protractor - Type to see a list of locator strategies. [10:38:19] I/protractor - Use the list helper function to find elements by strategy: [10:38:19] I/protractor - e.g., list(by.binding('')) gets all bindings. [10:38:19] I/protractor - [10:38:19] I/protractor - Debugger exiting

node version- 8.9.4 protractor version-5.2.0

screen shot 2018-01-17 at 10 46 52 am 1

chrome- 63.x.x

adityagautam commented 6 years ago

Closing this as downgrading node to 6.9.5 worked.