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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6fdfa0b066a420e72e1c182899e53ecea1d46e0d627b40e5c208301827d9d5e5
4
- data.tar.gz: 7d88d6c2bef727ff6d1ab08e79edf7eb840e4d0d563ed77d0482d27c54899b01
3
+ metadata.gz: 0e93a0e1cbeacb00134b7edac93d66216023a7764c531d5a75722165e5d49d66
4
+ data.tar.gz: cd23620196c0c188273c07be2d830e8a28a599716e9090ff5b785a151459179e
5
5
  SHA512:
6
- metadata.gz: 52080d7970fb3684d8ae5a1daf5cf44acc38c7c3efe262f05f695f89c17a1a639727bbcfcd6a8049c1fd47a9846a4ef209626cd6e4ce7655ed63143fa9c21106
7
- data.tar.gz: b722329895c838802dcafc8d927e1a730d94058098e671628a84990cc5060c2bb26ae1a959580361aac29dffa7b6fbcefc189310fd6e9ee63a6fee646cc21ff9
6
+ metadata.gz: b3cd5b94561900631c99c9b6ed2e276a31d370049ba72b2993280e05875619efb60507cc042c0f3c63f348fc075ee0e9685e34f858ecbfd3cd594dfda2257663
7
+ data.tar.gz: b777491a2a3bae0b87c9545bfd4940e91956c26681b66e808090a4154bafe4520a2f0644f9ea7253c71362895fd30b8e0fa122dce3e1703bd7effec9db38f12c
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
 
5
+ ## [4.5.14] - 09-OCT-2024
6
+
7
+ ### Fixed
8
+
9
+ * Disable Chrome search engine choice screen.
10
+
11
+
5
12
  ## [4.5.13] - 24-SEP-2024
6
13
 
7
14
  ### Changed
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '4.5.13'
2
+ VERSION = '4.5.14'
3
3
  end
@@ -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.23.0'
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.23.0'
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.21.0',
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.13
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-24 00:00:00.000000000 Z
11
+ date: 2024-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler