-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add .authentication() #52
Conversation
@@ -104,6 +104,9 @@ Saves a screenshot of the current page to the specified `path`. Useful for debug | |||
#### .useragent(useragent) | |||
Set the `useragent` used by PhantomJS. | |||
|
|||
#### .authentication(userName, password) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would prefer to stick with one-word parameters like user
rockin test! naming nit and then if you could rebase to master so that i can merge? thanks man, great additions! |
can you rebase to master and squash to a single commit? https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request |
related to #45 |
Merged, but I've somehow managed to make things worse commit message wise. I'll have to ask a guy with more git-fu for help when he comes in tomorrow. |
This request's git history is fubar. I'm going to close and reopen with a new pull request. |
Added .authentication(userName,password) method for basic http auth. Updated readme & tests.