Results 15 comments of Liviu Avram

If you are using seleniumlibrary 4.0.0 or higher, you can fix this by downgrading it. `pip uninstall robotframework-seleniumlibrary pip install robotframework-seleniumlibrary==3.3.1`

@Mallikarjun-18 , be careful: that is no longer maintained. For VsCode we now have robotcode.

This is not a bug. Starting with Appium 2, there is no more need to add /wd/hub in the url. Remove it and it should work

I am using Appium-Python-Client==3.2.1 and selenium==4.20.0. Swipe works fine on both Android and iOS. Make sure to also update Appium itself, along with all webdrivers.