Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Improve document height measurement #141

Merged

Conversation

klamping
Copy link
Contributor

@klamping klamping commented Mar 3, 2016

On the website I was testing, due to the layout method we use (absolute positioning), the document height was always coming in as 0 in Chrome (would work fine in FF though). When Graphicsmagick attempted to use the screenshot, it would complain that one of the dimensions was zero. To fix this, I did a little bit of research (aka searched Stack Overflow) and found a solution, which in my testing fixes the issue.

I've run the WebdriverCSS tests locally and it works great. I did my testing against the beta-rc1 branch though, in order to test in WebdriverIO >3. I'm not sure if I should merge in to the master branch or beta-rc1.

FYI, this is the page I'm having issues with. If you inspect the html/body tags in chrome, you'll notice the height of those elements is 0 (due to the .overlay content being absolutely positioned).

@christian-bromann
Copy link
Contributor

Take it! Thanks

@christian-bromann christian-bromann merged commit e967fb8 into webdriverio-boneyard:master May 10, 2016
@klamping klamping deleted the fix-height-measurement branch May 11, 2016 15:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants