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

Log out responses received from RemoteWebDriver. #726

Open
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
3 participants
@DylanLacey
Contributor

DylanLacey commented Jul 2, 2015

Expanded the response from a RemoteWebDriver call to include the
response, as returned by .getValue().


This change is Reviewable

Log out responses received from RemoteWebDriver.
Expanded the response from a RemoteWebDriver call to include the
response, as returned by `.getValue()`.
@lukeis

This comment has been minimized.

Show comment
Hide comment
@lukeis

lukeis Jul 2, 2015

Member

the only problem I have with this is it's potentially going to flood logs, as this will also include the responses to page_source and screenshots.

Member

lukeis commented Jul 2, 2015

the only problem I have with this is it's potentially going to flood logs, as this will also include the responses to page_source and screenshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment