fe_core_ext 0.33.0 → 0.33.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fe_core_ext/gem_ext/ferrum.rb +2 -2
- data/lib/fe_core_ext/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f833f95c60a6ea92e44f1448c431d101067c3f7cde7158d35c8a2ff18bc8bf99
|
4
|
+
data.tar.gz: d960beac6e179d68bb24a574ccf03fa7ed92a2fce701f6c49fb35a8e133f4eab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc9e8cfa6dccc260ec4f69964404583f47922f20363632499ac65a798d1f48d274ebdd7e8404af006398a16ff08f8ee957acd0fe219bc8daf93869764e1958ad
|
7
|
+
data.tar.gz: b210cb80a5b0346e32574f1358e872a044f386131a9a8e9d74c847cea8a10a497f83daeb78ff0c48f9bdd903aa8c1e7d034ad05fff70d570bce9528f5fbae25c
|
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
module Ferrum
|
4
4
|
class Browser
|
5
|
-
delegate
|
5
|
+
delegate :wait_for_css, :wait_for_csses, :wait_for_xpath, :wait_for_xpaths, to: :page
|
6
6
|
end
|
7
7
|
|
8
8
|
class Page
|
9
|
-
delegate
|
9
|
+
delegate :wait_for_css, :wait_for_csses, :wait_for_xpath, :wait_for_xpaths, to: :main_frame
|
10
10
|
end
|
11
11
|
|
12
12
|
class Frame
|
data/lib/fe_core_ext/version.rb
CHANGED