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 +4 -4
- data/lib/aranha/selenium/driver_factory/chrome.rb +1 -0
- data/lib/aranha/selenium/driver_factory/firefox.rb +1 -0
- data/lib/aranha/selenium/driver_factory.rb +3 -4
- data/lib/aranha/selenium/session/find.rb +2 -0
- data/lib/aranha/selenium/session/select.rb +2 -0
- data/lib/aranha/selenium/session/wait.rb +2 -0
- data/lib/aranha/selenium/session.rb +1 -0
- data/lib/aranha/selenium/version.rb +1 -1
- 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: 24c90152c925411c2eb9b0834841843261d282e1c57f2e72f4dffd6d63c22b37
|
|
4
|
+
data.tar.gz: 96344a576d1c2b93a539f600ae6b10905ae134f983f211c8ba1c760fcb171c6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eced1d35feccb1cf9a085fda24da33aebcb7b8a1867d3fb5abddfeca0ab3dad4954f2b6039fab5b7785bc9b0ad09a8ee43e41a809c186bc0494033c9f87e7c48
|
|
7
|
+
data.tar.gz: 85b43d8ea41efb31c026c3d2dd60234cdd039aea0cf8c5fdc2523511afec8f31d17635883eca29964822b4a94a038ec49581ee7899e53d83c8aeea6c48a15f22
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require '
|
|
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
|
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.
|
|
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-
|
|
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
|