-
Notifications
You must be signed in to change notification settings - Fork 62
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
QAWTO-214: update appium python client dependency #404
QAWTO-214: update appium python client dependency #404
Conversation
test send_keys ios test get from value ios restore set_value restore send_keys set_text test set value
Analysis results are not available for those commits View more on Code Climate. |
reviso los tests cuando tenga un momento |
I have tested the new mobile_actions features (Android e iOS) which tests all of the detected changes in Appium 3 , and 4 and also the change in the InputText done in this PR with the following versions:
And the results have been OK, so I guess we don't break the compatibility backwards and don't need a mayor version. |
As part of the maintenance of the toolium dependency libraries, the update of the appium python client is going to be update to the version 4.
In order to update to this version we identified that the following actions needed to be updated to be compatible with the w3C webdriver:
https://jira.tid.es/browse/QAWTO-178
In order to be fully W3C compatible we need to change the set_value method used in the InputText pagelement to send_keys