How to scroll the page in Appium + Python -


i create tests using appium+python test ios app. want scroll page. here code

    def scroll_page(self):        action = touchaction(self)        action.press(browsepageelements.firs_element_to_scroll(self)).               move_to(browsepageelements.second_element_to_scroll(self)).perform() 

when i'm trying run function, error

error screenshot

could me find out, how fix error?


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

angular - Copying node modules to wwwroot AspNetCore -