diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dea248a0..c64f2947 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ v3.1.6 *Release date: In development* - Update Appium-Python-Client requirement to enable 3 and 4 versions -- Deprecate set_text method in InputText class to make it compatible with Appium-Python-Client 4 +- Deprecate set_text method in InputText class to make it compatible with Appium-Python-Client 3 and 4 v3.1.5 ------ diff --git a/README.rst b/README.rst index 9318db1c..8cec2337 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,9 @@ The main dependencies are: in Android or iOS devices/emulators. - `requests `_: to test APIs +You might need to adjust the Selenium and Appium-Python-Client versions in your project. +In that case follow the `compatibility matrix `_ + **Using toolium-template** The easiest way of getting started is to clone `toolium-template `_