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
could me find out, how fix error?
Comments
Post a Comment