We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c702cef commit cfd99cfCopy full SHA for cfd99cf
CHANGELOG.rst
@@ -2,6 +2,27 @@ Changelog
2
=========
3
4
5
+v0.52 (2020-04-23)
6
+------------------
7
+
8
+Fix
9
+~~~
10
+- Handling of dictionary-values in WebElement.get_attribute() (#521)
11
+ [Hannes Hauer]
12
13
+Other
14
+~~~~~
15
+- Bump 0.52. [Kazuaki Matsuo]
16
+- Chore: Fix int - str comparison error in ios desired capabilities
17
+ (#517) [Venkatesh]
18
19
+ if number >= PytestXdistWorker.COUNT:
20
+- Test: Add unit test for set_value (setImmediateValue) (#518) [Nrupesh
21
+ Patel]
22
+- Test: Fix test_clear flaky functional test (#519) [Nrupesh Patel]
23
+- Update changelog for 0.51. [Kazuaki Matsuo]
24
25
26
v0.51 (2020-04-12)
27
------------------
28
- Bump 0.51. [Kazuaki Matsuo]
0 commit comments