toolium icon indicating copy to clipboard operation
toolium copied to clipboard

QAWTO-214: update appium python client dependency

Open hesteban-tuenti opened this issue 1 year ago • 2 comments

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

hesteban-tuenti avatar Oct 29 '24 15:10 hesteban-tuenti

Analysis results are not available for those commits

View more on Code Climate.

qlty-cloud-legacy[bot] avatar Oct 29 '24 15:10 qlty-cloud-legacy[bot]

reviso los tests cuando tenga un momento

hesteban-tuenti avatar Oct 29 '24 15:10 hesteban-tuenti

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:

  • Appium-Python-Client= 2.11.1 - Selenium=4.11.2
  • Appium-Python-Client= 3.2.1 - Selenium=4.25
  • Appium-Python-Client= 4.2.1 Selenium=4.25

And the results have been OK, so I guess we don't break the compatibility backwards and don't need a mayor version.

hesteban-tuenti avatar Nov 08 '24 13:11 hesteban-tuenti