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

feat(debugging): Add webdriver logging and highlight delay #4039

Merged
merged 1 commit into from Jan 31, 2017

Conversation

heathkit
Copy link
Contributor

This adds two options, both of which are implemented with Blocking
Proxy. --webDriverLogDir will create a readable log with timing
information of webdriver commands in the specified directory.

--highlightDelay will pause before clicking on elements or sending keys.
While paused, the element that's about to be affected will be
highlighted.

This adds two options, both of which are implemented with Blocking
Proxy. --webDriverLogDir will create a readable log with timing
information of webdriver commands in the specified directory.

--highlightDelay will pause before clicking on elements or sending keys.
While paused, the element that's about to be affected will be
highlighted.
@heathkit heathkit added this to the 5.1 milestone Jan 31, 2017
@heathkit heathkit requested a review from juliemr January 31, 2017 09:04
@heathkit heathkit merged commit 0cd156d into angular:master Jan 31, 2017
@heathkit heathkit deleted the logging-and-delay branch February 7, 2017 01:36
igniteram pushed a commit to igniteram/protractor that referenced this pull request Feb 21, 2017
…4039)

This adds two options, both of which are implemented with Blocking
Proxy. --webDriverLogDir will create a readable log with timing
information of webdriver commands in the specified directory.

--highlightDelay will pause before clicking on elements or sending keys.
While paused, the element that's about to be affected will be
highlighted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants