Can we have something similar as "Set Selenium Speed" in our Appium Library
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?
is there a keyword in python-appium client? what is the purpose ?
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.
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.