robotframework-appiumlibrary icon indicating copy to clipboard operation
robotframework-appiumlibrary copied to clipboard

Can we have something similar as "Set Selenium Speed" in our Appium Library

Open balakumaran-deriv opened this issue 3 years ago • 2 comments

Currently, in our Selenium Library, we have a keyword "Set Selenium Speed" for setting delay after each Selenium command. This helps lot when we running the tests in CI. Can we have the same for our Appium Library as well?

balakumaran-deriv avatar Dec 28 '22 09:12 balakumaran-deriv

is there a keyword in python-appium client? what is the purpose ?

serhatbolsu avatar Mar 09 '23 05:03 serhatbolsu

Currently, there is no such keyword in python-appium and the purpose of it, should be very useful when running the test in CircleCi or any CI. This is due because we noticed some test are randomly failing due to fast clicks by appium library, so by using "Set Speed", we able to control the overall click speed to hold for some seconds after each call. Currently, we are using Sleep which is not convenient.

balakumaran-deriv avatar Mar 14 '23 08:03 balakumaran-deriv

Due to lack of activity I am closing this ticket. If you feel this is still relevant please open a new one.

Note also that AppiumLibrary is currently going through some revisions to make it useful and compatible with current tools. If you want to see what we have planned review the milestones or reach out to the current maintainers.

emanlove avatar Sep 01 '25 14:09 emanlove