mass-client 1.0.15 → 1.0.16
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/first-line/profile_rpa.rb +2 -2
- 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: 72e73ed48a3ece2e7f8eee5d01ec38f8d4d96b6b489d807d61810d153d23cbe0
|
|
4
|
+
data.tar.gz: 3bbf7cbd0ee7c51d3609d1e98982a5afd7bfd2ed007cf7dcee51041746fbfeda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f3fd3cead76ae5aebcd3ce49e69c993892103c9d54f491bbf698a20d3f00b549094fe3aa8a0b11cd94670664c2ebcea76a58731d02adbb79f9a6195fd0f7ff6
|
|
7
|
+
data.tar.gz: 5e93634a3363448dd86a81d5435056f68251640bad12e3bb94988e3a0aad1ffdfe3c8fd64370694c76705ab9e1e07893885317a2da6efa4465317255d91a73a4
|
|
@@ -192,7 +192,7 @@ module Mass
|
|
|
192
192
|
tmp_paths = Mass.download_path.map { |s| "#{s}/#{filename}" } if Mass.download_path.is_a?(Array)
|
|
193
193
|
|
|
194
194
|
# excute JavaScript function downloadImage with the parameter src
|
|
195
|
-
|
|
195
|
+
#binding.pry
|
|
196
196
|
# this function is to download images from the same browser, using the proxy of the browser.
|
|
197
197
|
# never download images from the server, because sites can track the IP.
|
|
198
198
|
js0 = "
|
|
@@ -212,7 +212,7 @@ module Mass
|
|
|
212
212
|
"
|
|
213
213
|
#binding.pry
|
|
214
214
|
driver.execute_script(js0)
|
|
215
|
-
|
|
215
|
+
sleep(10)
|
|
216
216
|
# code
|
|
217
217
|
year = Time.now.year.to_s.rjust(4,'0')
|
|
218
218
|
month = Time.now.month.to_s.rjust(2,'0')
|