Added new captureOnCallback option#66
Open
jessegavin wants to merge 3 commits intovbauer:masterfrom
jessegavin:master
Open
Added new captureOnCallback option#66jessegavin wants to merge 3 commits intovbauer:masterfrom jessegavin:master
jessegavin wants to merge 3 commits intovbauer:masterfrom
jessegavin:master
Conversation
Author
|
This PR could definitely help folks with single page apps / dynamic UIs as well. (If they're willing to add |
Author
|
@vbauer Any thoughts on this Pull Request? |
Owner
|
@jessegavin Sorry, I'm on a business trip now. I would be able to take a look a little bit later.. |
|
@vbauer , I really need this in my project, so if I can anyway throw in a vote for this, please consider this my vote:-) |
Owner
|
@jessegavin Could you please resolve conflicts (and I will accept it)? |
Author
|
I just came back to this thread, I'll resolve conflicts now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request implements a solution to issue #11 .
I am not sure whether
captureOnCallbackis the best name, butcallbackwas already taken.If
captureOnCallbackistrue, we use the onCallback callback to initiate screen capture (rather than checking if the document is ready).I tested this feature using both phantom and slimer engines and it seems to work great.
I used the following url as the test page:
https://presentation-ngwjsmdjlf.now.sh
I am happy to make changes if needed.