qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
261 stars 192 forks source link

scroll_down method not working as expected #270

Closed drishyatm closed 4 years ago

drishyatm commented 4 years ago

The scroll_down method currently use the keys . Passing the locator element to the scroll_down method as para,div and code element was giving the exception as : Message: element not interactable (my case element was not a button or link which is clickable) . Its a line or sentence , till there I need to scroll.

scroll-down error

However tried the same scroll_down using Actions , it worked as expected with the xpath .

github-actions[bot] commented 4 years ago

Stale issue message