Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Have element-explorer use embedded chrome driver #1315

Closed
FrankyBoy opened this issue Sep 11, 2014 · 3 comments
Closed

Have element-explorer use embedded chrome driver #1315

FrankyBoy opened this issue Sep 11, 2014 · 3 comments

Comments

@FrankyBoy
Copy link

I really like the option to use the embedded chrome driver for protractor. It would be very convenient to be able to use the same in the element-explorer.

hankduan added a commit to hankduan/protractor that referenced this issue Jan 7, 2015
* reuse logic for browser.pause for elementExplorer
* introduce browser.enterRepl
* allow customization of driver for elementExplorer
* fix bug where repl cannot return an ElementFinder (related angular#1600)

Closes angular#1314, angular#1315
hankduan added a commit to hankduan/protractor that referenced this issue Jan 7, 2015
* reuse logic for browser.pause for elementExplorer
* introduce browser.enterRepl
* allow customization of driver for elementExplorer
* fix bug where repl cannot return an ElementFinder (related angular#1600)

Closes angular#1314, angular#1315
hankduan added a commit to hankduan/protractor that referenced this issue Jan 7, 2015
* reuse logic for browser.pause for elementExplorer
* introduce browser.enterRepl
* allow customization of driver for elementExplorer
* fix bug where repl cannot return an ElementFinder (related angular#1600)

Closes angular#1314, angular#1315
@hankduan
Copy link
Contributor

hankduan commented Jan 7, 2015

After #1693, you can enter element explorer via flag --elementExplorer. You may use the embedded chrome driver by specifying either a conf or options like you would normally do when running protractor, for example:
protractor --directConnect --elementExplorer
or
protractor conf.js --elementExplorer.

@FrankyBoy
Copy link
Author

this is seriously neat!

hankduan added a commit to hankduan/protractor that referenced this issue Jan 13, 2015
* reuse logic for browser.pause for elementExplorer
* introduce browser.enterRepl
* allow customization of driver for elementExplorer
* fix bug where repl cannot return an ElementFinder (related angular#1600)

Closes angular#1314, angular#1315
hankduan added a commit that referenced this issue Jan 13, 2015
  * reuse logic for browser.pause for elementExplorer
  * introduce browser.enterRepl
  * allow customization of driver for elementExplorer
  * fix bug where repl cannot return an ElementFinder (related #1600)

  Closes #1314, #1315
@hankduan
Copy link
Contributor

Done at #1693 (comment)

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

No branches or pull requests

3 participants