testcentricity_web 4.1.2.1 → 4.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +26 -2
- data/Gemfile.lock +1 -1
- data/README.md +471 -250
- data/lib/testcentricity_web/appium_server.rb +2 -2
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/web_core/webdriver_helper.rb +78 -120
- data/lib/testcentricity_web/web_elements/select_list.rb +10 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 022bc17f6fc489c52de9a91fdccb61b722db97cb17b2c21951a2650930adeeb8
|
4
|
+
data.tar.gz: cfeefd68b74714b35b738f865b8c5796d4ebe3c302bed0deff208cef34d4f225
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19bb489e029052084ba7c4d3c29bc7a1a5f483039624048860be14ba75d2e8960667410ac7b838a962eac263cd80bb0bf66e881b592f03ce91bcd3ebd45c2e15
|
7
|
+
data.tar.gz: 2f45f5c2dda5f485a123527c394f5480e91f1bb123c58efe1a7bf56225388bb0cbed82abbf0c01618d6c370ac7cd6b03f350a338025e06da5597b19989e849b2
|
data/CHANGELOG.md
CHANGED
@@ -2,10 +2,34 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
4
|
|
5
|
+
## [4.1.5] - 15-MAR-2022
|
6
|
+
|
7
|
+
### Fixed
|
8
|
+
* `SelectList.selected?` now correctly returns selected value for custom `selectlist` controls.
|
9
|
+
|
10
|
+
### Updated
|
11
|
+
* Updated HTML documentation.
|
12
|
+
|
13
|
+
|
14
|
+
## [4.1.4] - 09-MAR-2022
|
15
|
+
|
16
|
+
### Fixed
|
17
|
+
* `Environ.driver` is now correctly set to `:appium` when target test browser is running on iOS or Android simulators or physical devices.
|
18
|
+
|
19
|
+
|
20
|
+
## [4.1.3] - 08-MAR-2022
|
21
|
+
|
22
|
+
### Fixed
|
23
|
+
* Fixed `AppiumServer.start` so that it no longer times out after failing to start Appium.
|
24
|
+
|
25
|
+
### Updated
|
26
|
+
* Updated docs regarding the `SHUTDOWN_OTHER_SIMS` Environment Variable when testing on iOS Simulators.
|
27
|
+
|
28
|
+
|
5
29
|
## [4.1.2] - 07-MAR-2022
|
6
30
|
|
7
|
-
###
|
8
|
-
* Updated HTML documentation
|
31
|
+
### Updated
|
32
|
+
* Updated HTML documentation.
|
9
33
|
|
10
34
|
|
11
35
|
## [4.1.1] - 03-MAR-2022
|