Telefonica / toolium

Wrapper tool of Selenium and Appium libraries to test web and mobile applications in a single project
Apache License 2.0
115 stars 62 forks source link

QAWTO-214: update appium python client dependency #404

Open hesteban-tuenti opened 3 weeks ago

hesteban-tuenti commented 3 weeks ago

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

codeclimate[bot] commented 3 weeks ago

Analysis results are not available for those commits

View more on Code Climate.

hesteban-tuenti commented 3 weeks ago

reviso los tests cuando tenga un momento

hesteban-tuenti commented 2 weeks ago

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.