File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 88
99- Remove Python 3.9 support (Python 3.9 reached the end of its life on October 31st, 2025)
1010- Remove xcuitest deprecated `get_window_size ` method and replaced it with `get_window_rect ` in all mobile actions
11+ - Add `SHARP ` replacement, to convert [SHARP] to # character in behave steps parameters
1112- Add text comparison methods based on AI libraries. To use them, install the `ai ` extra dependency:
1213
1314.. code :: console
Original file line number Diff line number Diff line change 1- 3.6.0.dev2
1+ 3.6.0.dev3
Original file line number Diff line number Diff line change 11requests ~= 2.27 # api tests
22selenium ~= 4.0 # web tests
33Appium-Python-Client >= 2.3 ,< 5.0 # mobile tests
4- Pillow ~= 12.0 # visual testing
4+ Pillow >= 10.1 , < 13.0 # visual testing
55screeninfo ~= 0.8
6- lxml ~= 6 .0
7- Faker ~= 38 .0
8- phonenumbers ~= 9 .0
6+ lxml >= 5.1 , < 7 .0
7+ Faker >= 25.9 , < 39 .0
8+ phonenumbers >= 8.13 , < 10 .0
You can’t perform that action at this time.
0 commit comments