Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when I try to use PHPStorm elementor plugin, and select a locator, nothing happens #2

Open
firecentaur opened this issue Jan 17, 2016 · 1 comment

Comments

@firecentaur
Copy link

when I try to use PHPStorm elementor plugin, and select a locator, nothing happens - however the console output says

Connected. Sending command: browser.get('http://newapp.com');
Elementor is ready!
Popup input [element(by.id('editModeOnButton'))]
Connected. Sending command: element(by.id('editModeOnButton'))

But the popup doesnt get populated... please help

@andresdominguez
Copy link
Owner

A couple of things may cause this error:

  • This is not an angular application. Pass the --nonAngular flag when launching elementor so protractor will not wait for angular to be rady.
  • You should select something like by.id('editModeOnButton') or element(by.id('editModeOnButton')).isDisplayed() so protractor will execute your command. An element finder will not execute unless you call a function on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants