andresdominguez / elementor

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

Elementor Not able to load the URL on chrome that is being passed.( "Finding suggestions") #32

Closed adityagautam closed 7 years ago

adityagautam commented 8 years ago
screen shot 2016-03-22 at 2 11 57 am

1) webdriver-manager start 2) elementor https://angular.github.io/protractor/#/api

Google chrome opens with data:, in the URL box.( See the screen shot). Then if I try to manually enter the following url "https://angular.github.io/protractor/#/api" and then duplicate it. Still I dont get locators when I try to inspect the element.

My guess is elementor should load up the browser with the URL that I am passing. But for some reason its not doing that

Elementor version 1.1.0 Protractor version-3.2.1

foxinni commented 8 years ago

+1

andresdominguez commented 8 years ago

Hello:

Can you try to upgrade to the latest version of elementor (2.0.0)?

ikabodd commented 8 years ago

+1 Any update on a fix for this issue?

adityagautam commented 8 years ago

v 2.0.0 works fine. Thanks for addressing this issue.

adityagautam commented 7 years ago

Closing this issue. As new versions are working fine.

saadqc commented 7 years ago

Still having this issue. Tried with 2.0.0 & 2.1.0 any suggestions?

DivyaMadari17 commented 7 years ago

I still face the same issue with 2.1.0. Suggestions please.

saadqc commented 7 years ago

@DivyaMadari17 : What version of node are you using?

JemiArtistaa commented 7 years ago

Facing the same problem with 2.1.0. Is there any solution ???? Please provide feedback asap.

JemiArtistaa commented 7 years ago

i am using node v8.1.0

eabid-cc commented 7 years ago

Is this issue resolved? I'm still facing it. Node version: 8.2.1 Elementor version: 2.1.0 Protractor version: 5.1.2

rjcreatto commented 7 years ago

I was having the same issue and what worked for me, remove the version 8.3.0 and install v7.8.0.

DivyaMadari17 commented 7 years ago

I am using 8.1.2

On Thu, Jul 13, 2017 at 3:19 PM, Saad Abdullah notifications@github.com wrote:

@DivyaMadari17 https://github.com/divyamadari17 : What version of node are you using?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/andresdominguez/elementor/issues/32#issuecomment-315029909, or mute the thread https://github.com/notifications/unsubscribe-auth/AcvsjWCiU3HSgcyydfBwUYL0BcGYWAavks5sNegkgaJpZM4H10em .

waleedwaseem commented 6 years ago

You can switch back to the node version that was functional with elementor using n or nvm e.g. 6.14.1. Once you are back to your old version, Run elementor which will open the browser. Once the browser is open, switch back to the node version in which your app is built and run your application. It will resolve the "Finding suggestions" issue.

Hope it helped. :)