testcentricity_web 4.5.13 → 4.5.14
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 +7 -0
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/web_core/webdriver_helper.rb +5 -3
- 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: 0e93a0e1cbeacb00134b7edac93d66216023a7764c531d5a75722165e5d49d66
|
|
4
|
+
data.tar.gz: cd23620196c0c188273c07be2d830e8a28a599716e9090ff5b785a151459179e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3cd5b94561900631c99c9b6ed2e276a31d370049ba72b2993280e05875619efb60507cc042c0f3c63f348fc075ee0e9685e34f858ecbfd3cd594dfda2257663
|
|
7
|
+
data.tar.gz: b777491a2a3bae0b87c9545bfd4940e91956c26681b66e808090a4154bafe4520a2f0644f9ea7253c71362895fd30b8e0fa122dce3e1703bd7effec9db38f12c
|
data/CHANGELOG.md
CHANGED
|
@@ -494,7 +494,7 @@ module TestCentricity
|
|
|
494
494
|
else
|
|
495
495
|
# define desktop browser options
|
|
496
496
|
bs_options[:resolution] = ENV['RESOLUTION'] if ENV['RESOLUTION']
|
|
497
|
-
bs_options[:seleniumVersion] = '4.
|
|
497
|
+
bs_options[:seleniumVersion] = '4.24.0'
|
|
498
498
|
{
|
|
499
499
|
browserName: browser,
|
|
500
500
|
browserVersion: ENV['BS_VERSION'],
|
|
@@ -564,7 +564,7 @@ module TestCentricity
|
|
|
564
564
|
else
|
|
565
565
|
# define desktop browser options
|
|
566
566
|
tb_options['screen-resolution'] = ENV['RESOLUTION'] if ENV['RESOLUTION']
|
|
567
|
-
tb_options['selenium-version'] = '4.
|
|
567
|
+
tb_options['selenium-version'] = '4.25.0'
|
|
568
568
|
end
|
|
569
569
|
{
|
|
570
570
|
browserName: browser,
|
|
@@ -686,7 +686,8 @@ module TestCentricity
|
|
|
686
686
|
platformName: ENV['LT_OS'],
|
|
687
687
|
resolution: ENV['RESOLUTION'],
|
|
688
688
|
name: test_context_message,
|
|
689
|
-
selenium_version: '4.
|
|
689
|
+
selenium_version: '4.25.0',
|
|
690
|
+
w3c: true
|
|
690
691
|
}
|
|
691
692
|
# define the optional LambdaTest options
|
|
692
693
|
lt_options[:project] = ENV['AUTOMATE_PROJECT'] if ENV['AUTOMATE_PROJECT']
|
|
@@ -748,6 +749,7 @@ module TestCentricity
|
|
|
748
749
|
}
|
|
749
750
|
options.add_preference(:download, prefs)
|
|
750
751
|
options.add_argument('--force-device-scale-factor=1')
|
|
752
|
+
options.add_argument('--disable-search-engine-choice-screen')
|
|
751
753
|
options.add_argument('--disable-geolocation')
|
|
752
754
|
options.add_argument('--disable-dev-shm-usage')
|
|
753
755
|
options.add_argument('--no-sandbox')
|
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.5.
|
|
4
|
+
version: 4.5.14
|
|
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: 2024-09
|
|
11
|
+
date: 2024-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|