andresdominguez / elementor

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

Protractor , Elementor unable to launch url from windows 10 #60

Open deepakap opened 6 years ago

deepakap commented 6 years ago

Hi All,

Am using below version of dependencies to run elementor Node : 9.1.0 protractor : 5.2.0 Elementor : 2.1.0 ChromeBrowser : 62

webdriver-manager is running

when i type elementor https://www.google.com/

chrome browser launches but not loading google.com url in the browser , i tried to downgrade browser version to 61 and tried still the same below issue. From console i get below loggers. Please suggest how can i get this up and running

Using the selenium server at http://localhost:4444/wd/hub [15:39:18] I/protractor - [15:39:18] I/protractor - ------- Element Explorer ------- [15:39:18] I/protractor - Starting WebDriver debugger in a child process. Element Explorer is still beta, please report issues at github.com/angular/protractor [15:39:18] I/protractor - [15:39:18] I/protractor - Type to see a list of locator strategies. [15:39:18] I/protractor - Use the list helper function to find elements by strategy: [15:39:18] I/protractor - e.g., list(by.binding('')) gets all bindings. [15:39:18] I/protractor - [15:39:18] I/protractor - Debugger exiting

lhwong commented 6 years ago

I am having same problem - "Debugger exiting".

C:\Users\User\Desktop\Projects\bot\bitbucket\opta\ui>elementor https://www.google.com Creating protractor configuration file (node:6900) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Starting protractor Running command: [node C:\Users\User\AppData\Roaming\npm\node_modules\elementor\node_modules\protractor\built\cli.js --elementExplorer true --debuggerServerPort 6969 C:\Users\User\AppData\Local\Temp\protractor-conf1171131-6900-ua0mhn.vzxpf] [21:10:24] I/hosted - Using the selenium server at http://localhost:4444/wd/hub [21:10:27] I/protractor - [21:10:27] I/protractor - ------- Element Explorer ------- [21:10:27] I/protractor - Starting WebDriver debugger in a child process. Element Explorer is still beta, please report issues at github.com/angular/protractor [21:10:27] I/protractor - [21:10:27] I/protractor - Type to see a list of locator strategies. [21:10:27] I/protractor - Use the list helper function to find elements by strategy: [21:10:27] I/protractor - e.g., list(by.binding('')) gets all bindings. [21:10:27] I/protractor - [21:10:28] I/protractor - Debugger exiting

My setup: node v8.9.3 chrome Version 63.0.3239.108 protractor 5.2.2 elementor@2.1.0

adityagautam commented 6 years ago

Downgrade your node to 6.9.5. That should do the trick.

inv023mariyappan commented 6 years ago

If i downgrade to 6.9.5, then async and wait wont work, Because for async and sync node version should be greater than 8

Walter52abc commented 6 years ago

i have the same issue, is there any way to solve this problem.