elementor
elementor copied to clipboard
An improved element finder for protractor
When Chrome is not installed in the default location, chrome-webdriver needs to receive the path to chrome binary. In my Protractor `conf.js` I have ``` javascript capabilities: { browserName: 'chrome',...
I use the ```elementor``` command and when I do, the browser opens for a second and then closes followed by the following error in the webdriver-manager terminal. ```[warn] kq_init: detected...
Hi Andres! Thank so much for your great tool! I was just curious if instead of running elementor on the top of its own protractor session, you can reuse existing...
This is awesome! Im fond of the atom text editor. Any chance of getting a plugin for that?
Elementor icon not available in Chrome Incognito window. I used below command using chrome flag: elementor https://angularjs.org --chrome="--incognito". It loads Chrome Incognito window but it does not show Elementor. My...
The current Elementor is unhappy with the current Protractor (v3): ``` npm WARN unmet dependency ...../node_modules/elementor requires protractor@'^2.5.1' but will load npm WARN unmet dependency ...../node_modules/protractor, npm WARN unmet dependency...
I created some content on a page, and then saved. Returned to the dashboard, and then went back to edit to that same page using elementor and now it is...
With certain selectors the resulting number of "... .count()" is just a box which is usually showing an unkown character. Screenshot is attached. Would be nice to at least tell...
Hi Andres, first of all congratulations for this amazing tool! very handy and I foresee a great future here. I imagine at some point having a complete Protractor IDE on...
It took me a long time but I finally discovered it was elementor that was messing up my e2e tests :) Steps to reproduce: mkdir tempDir cd tempDir nano package.json...