testcentricity_web 4.7.3 → 4.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/web_core/webdriver_helper.rb +2 -2
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42a2ba675c9414a8c2ee7fdb23ddc05ae4d9c2dcb49fc4cb2012cf3069c9fe62
|
|
4
|
+
data.tar.gz: e116c969fbf5f3f3f27740455dbdfb4f4d061714424447dc68cffd5d5ce69ddb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6f70a6c2fc9e042acb99b584c2421852e7802348e65c2d252cb29cc92959fd4cf6430f522768e1b3fe332304009afd09b66e9df6fbb4dcf2bccca9e3716a3a4
|
|
7
|
+
data.tar.gz: a10fb3ea70e3a2228843a93014c97c2e396fd44f5f3274baef5a027aa6df5ccd77a113b694f440f78da3700444961cfc8e3f1b53b4bfea778e9ce6f97186c238
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
## [4.7.4] - 01-MAY-2026
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
* Updated `appium_lib` gem to version 16.2.0.
|
|
10
|
+
* Updated `appium_lib_core` gem to version 12.2.0.
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [4.7.3] - 21-MAR-2026
|
|
6
14
|
|
|
7
15
|
### Changed
|
data/README.md
CHANGED
|
@@ -574,7 +574,7 @@ With TestCentricity, all UI elements are based on the `UIElement` class, and inh
|
|
|
574
574
|
element.required?
|
|
575
575
|
element.content_editable?
|
|
576
576
|
element.crossorigin
|
|
577
|
-
element.
|
|
577
|
+
element.value OR element.caption
|
|
578
578
|
element.count
|
|
579
579
|
element.style
|
|
580
580
|
element.title
|
|
@@ -485,7 +485,7 @@ module TestCentricity
|
|
|
485
485
|
else
|
|
486
486
|
# define desktop browser options
|
|
487
487
|
bs_options[:resolution] = ENV['RESOLUTION'] if ENV['RESOLUTION']
|
|
488
|
-
bs_options[:seleniumVersion] = '4.
|
|
488
|
+
bs_options[:seleniumVersion] = '4.40.0'
|
|
489
489
|
{
|
|
490
490
|
browserName: browser,
|
|
491
491
|
browserVersion: ENV['BS_VERSION'],
|
|
@@ -555,7 +555,7 @@ module TestCentricity
|
|
|
555
555
|
else
|
|
556
556
|
# define desktop browser options
|
|
557
557
|
tb_options['screen-resolution'] = ENV['RESOLUTION'] if ENV['RESOLUTION']
|
|
558
|
-
tb_options['selenium-version'] = '4.
|
|
558
|
+
tb_options['selenium-version'] = '4.41.0'
|
|
559
559
|
end
|
|
560
560
|
{
|
|
561
561
|
browserName: browser,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testcentricity_web
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.7.
|
|
4
|
+
version: 4.7.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- A.J. Mrozinski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: axe-core-cucumber
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: 11.0.0
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: 11.0.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: cuke_modeler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -156,14 +156,14 @@ dependencies:
|
|
|
156
156
|
requirements:
|
|
157
157
|
- - "~>"
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: 4.
|
|
159
|
+
version: 4.43.0
|
|
160
160
|
type: :development
|
|
161
161
|
prerelease: false
|
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
163
163
|
requirements:
|
|
164
164
|
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: 4.
|
|
166
|
+
version: 4.43.0
|
|
167
167
|
- !ruby/object:Gem::Dependency
|
|
168
168
|
name: simplecov
|
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -212,14 +212,14 @@ dependencies:
|
|
|
212
212
|
requirements:
|
|
213
213
|
- - "~>"
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
|
-
version: 16.
|
|
215
|
+
version: 16.2.0
|
|
216
216
|
type: :runtime
|
|
217
217
|
prerelease: false
|
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
|
219
219
|
requirements:
|
|
220
220
|
- - "~>"
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 16.
|
|
222
|
+
version: 16.2.0
|
|
223
223
|
- !ruby/object:Gem::Dependency
|
|
224
224
|
name: browserstack-local
|
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|