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

Interactive mode for finding elements #107

Closed
juliemr opened this issue Sep 24, 2013 · 4 comments
Closed

Interactive mode for finding elements #107

juliemr opened this issue Sep 24, 2013 · 4 comments

Comments

@juliemr
Copy link
Member

juliemr commented Sep 24, 2013

The most time consuming part of running tests is often trying to write the selectors for findElement - make this easier by having an 'interactive mode' where you can try selectors on the command line and get info from your test page immediately.

@jenmei
Copy link

jenmei commented Sep 26, 2013

+1

@juliemr
Copy link
Member Author

juliemr commented Sep 29, 2013

First, super sketchy version is in the branch https://github.com/angular/protractor/tree/selectorexplorer

@wakandan
Copy link

wakandan commented Oct 5, 2013

+1. If somehow we can control the host browser from the command line/console, that would be extremely useful for making sure that the tests are doing what we think they do.

@andresdominguez
Copy link
Contributor

If you want to switch the URL just type ptor.get('http://www.google.com');

You can also try my tool: protractor-tester

npm install protractor-tester

@juliemr juliemr closed this as completed in 7d74184 Oct 8, 2013
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

4 participants