You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be an issue with element.scrollWidth in Cuprite. I have an element with a scrollWidth that is wider than it's clientWidth. which you can see in the DOM screenshot below. However, it appears that Cuprite sets the scrollWidth to be equal to the pageWidth (see console.logs). I am able to work around the issue right now in my system test by clicking on an element inside of the scrollable element. For some reason interacting with the element this way updates the scrollWidth property in the test to be equal to the value that I get from finding the element.scrollWidth in the DOM.
For more context, we are running
Cuprite v0.15
Ferrum v0.14
Capybara v3.40.0
The text was updated successfully, but these errors were encountered:
There appears to be an issue with element.scrollWidth in Cuprite. I have an element with a scrollWidth that is wider than it's clientWidth. which you can see in the DOM screenshot below. However, it appears that Cuprite sets the scrollWidth to be equal to the pageWidth (see console.logs). I am able to work around the issue right now in my system test by clicking on an element inside of the scrollable element. For some reason interacting with the element this way updates the scrollWidth property in the test to be equal to the value that I get from finding the element.scrollWidth in the DOM.

For more context, we are running
Cuprite v0.15
Ferrum v0.14
Capybara v3.40.0
The text was updated successfully, but these errors were encountered: