Evgeni Dmitriev
Evgeni Dmitriev
Will that also fix selector guards? Something like: ``` .myblock when (iscolor(@mycolor)) { background-color: @mycolor; } ```
My bug description seems to be a little bit complicated, so see the code and the demo: http://github.com/thybzi/jekyll-issue-6465 http://thybzi.github.io/jekyll-issue-6465/foo.html
Seems to be some kind of output-loop prevention. Though made in a strange way.
Not stale, do you need anything from me to fix/reproduce this?
I am capturing `body` element (`html` produces the same error) Exception I'm getting: ``` StateError: Can not capture the specified region of the viewport. The region bottom bound is outside...
I just want to capture the full page without header doubling :)
Thanks for `executeJS` hack But the true question is in issue's title: > Is that possible to use screenshotMode: fullpage on ChromeDriver?
_UPD._ "Out of bounds" exception is thrown even with **both** `screenshotMode: fullpage` and `compositeImage: true` set at the same time, if I use ChromeDriver. When using PhantomJS with the same...
Real screen size: `1920×1080` Gemini config screen size: `320×578` (set via `deviceMetrics`, or `windowSize`, or both) Chrome version: `52.0.2743.116 m` ChromeDriver version: `2.23.409699 (49b0fa931cda1caad0ae15b7d1b68004acd05129)` Gemini version: `4.6.0` Windows version: `Windows...
You mean it's fixed in #592?