aranha-selenium 0.6.0 → 0.6.1

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: 7aceb03be8d423ca084646615d2869147f8ae89137f8c753732dabebde6032f5
4
- data.tar.gz: f39cd164dd36c4f333693a8d33ebadce8a5a13de0a70c25ce039714ace68c8b3
3
+ metadata.gz: 24c90152c925411c2eb9b0834841843261d282e1c57f2e72f4dffd6d63c22b37
4
+ data.tar.gz: 96344a576d1c2b93a539f600ae6b10905ae134f983f211c8ba1c760fcb171c6a
5
5
  SHA512:
6
- metadata.gz: 6caca3383682a545705954abbc971b07aa3a259ca03bc1c9be2d29b26274cf410d31fb67bf87ea408d1361a3bc9d748a2b0dcc90416662b91c63bf1d9794a218
7
- data.tar.gz: 35a436b59edc41e266a5553ea8ffb495329d3b74ccd2ea4634a034a8cd8a659d39adaccf77bf14f5671bbb431a8feedded5f2c06926345b3aaa8bb81b1f21f10
6
+ metadata.gz: eced1d35feccb1cf9a085fda24da33aebcb7b8a1867d3fb5abddfeca0ab3dad4954f2b6039fab5b7785bc9b0ad09a8ee43e41a809c186bc0494033c9f87e7c48
7
+ data.tar.gz: 85b43d8ea41efb31c026c3d2dd60234cdd039aea0cf8c5fdc2523511afec8f31d17635883eca29964822b4a94a038ec49581ee7899e53d83c8aeea6c48a15f22
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'aranha/selenium/driver_factory/base'
4
+ require 'selenium-webdriver'
4
5
 
5
6
  module Aranha
6
7
  module Selenium
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'aranha/selenium/driver_factory/base'
4
+ require 'selenium-webdriver'
4
5
 
5
6
  module Aranha
6
7
  module Selenium
@@ -1,9 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'active_support/core_ext/hash/indifferent_access'
4
- require 'aranha/selenium/driver_factory/base'
5
- require 'aranha/selenium/driver_factory/chrome'
6
- require 'aranha/selenium/driver_factory/firefox'
3
+ require 'eac_ruby_utils/core_ext'
7
4
 
8
5
  module Aranha
9
6
  module Selenium
@@ -42,6 +39,8 @@ module Aranha
42
39
  def driver_options
43
40
  options.except(:driver)
44
41
  end
42
+
43
+ require_sub __FILE__
45
44
  end
46
45
  end
47
46
  end
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'selenium-webdriver'
4
+
3
5
  module Aranha
4
6
  module Selenium
5
7
  class Session < ::SimpleDelegator
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'selenium-webdriver'
4
+
3
5
  module Aranha
4
6
  module Selenium
5
7
  class Session < ::SimpleDelegator
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'selenium-webdriver'
4
+
3
5
  module Aranha
4
6
  module Selenium
5
7
  class Session < ::SimpleDelegator
@@ -2,6 +2,7 @@
2
2
 
3
3
  require 'aranha/selenium/driver_factory'
4
4
  require 'eac_ruby_utils/core_ext'
5
+ require 'selenium-webdriver'
5
6
 
6
7
  module Aranha
7
8
  module Selenium
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Aranha
4
4
  module Selenium
5
- VERSION = '0.6.0'
5
+ VERSION = '0.6.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aranha-selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esquilo Azul Company
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-28 00:00:00.000000000 Z
11
+ date: 2023-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eac_ruby_utils