We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
module.exports = { 'Some screenshots': function(test) { test .open('http://google.at') .resize({ width: 320, height: 568 }) .screenshot('google.png') .done(); } }
Either with -b chrome or phatomjs, resize doesnt give the size i specified!
-b chrome
Result without -b flag: google.png with 601x568 Result with -b chrome: google.png with 420x471 🙀
google.png
What's wrong with?
The text was updated successfully, but these errors were encountered:
Very interesting. This is probably Webdriver related, as there is no magic applied from Dalek, to make this happen. I´m going to look into this.
Sorry, something went wrong.
asciidisco
No branches or pull requests
Either with
-b chrome
or phatomjs, resize doesnt give the size i specified!Result without -b flag:
google.png
with 601x568Result with -b chrome:
google.png
with 420x471 🙀What's wrong with?
The text was updated successfully, but these errors were encountered: