-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selendroid gestures keyword #4
Comments
Do you try that on https://github.com/appium/python-client ? I don't have test Selendroid mode. |
Hello, I don't understand why you say Appium Library doesn't have test Selendroid mode since in the "Open Application " keyword it is posisble to set "automation name" to Selendroid ? Thank you for your time, |
Hey @AndreaPerez , |
Hello again, the problem with the Appium Python Client is that I would have to import all the files in Robot Framework as libraries from the opening of the application and then execute the functions. however, when writing a test script directly in Python it works. thank you again for your answer. |
Hello,
I thank you again very much for your work and your implication in this library.
And your reactivity also, which I must say is quite amzaing :)
I have another request for a future release.
I can start the Appium session in Selendroid mode with the library; using the argument "automation name = selendroid" within the Open Application keyword.
However, when in Selendroid mode, the mobile gestures keywords are no longer recognized since it is the selendroid server that does the work.
My request is the following : could it be possible to implement the keyword "Flick" that would match the selendroid keyword ?
It is defined in the appium python client in the following file :
appium/webdriver/webdriver.py
Thank you again for you time and efforts,
Andréa
The text was updated successfully, but these errors were encountered: