RedHatQE / widgetastic.core

Making testing of UIs fantastic.
Other
36 stars 43 forks source link

"force_scroll" must be enabled for Chrome #228

Open pavankrao opened 1 year ago

pavankrao commented 1 year ago

"force_scroll" only works on Firefox and I see this is hard coded for some reason in several places in the below file including the one referenced in the below line

https://github.com/RedHatQE/widgetastic.core/blob/4b87e38cf6b3d8abfc3c17d6e03cc9cd8f03ec71/src/widgetastic/browser.py#L476

This is failing pagination tests for example in edge CI test run which defaults to using Chrome browser

Previous similar PR that may have missed to fix this universally: https://github.com/RedHatQE/widgetastic.core/pull/211/files