nblog_duo 0.0.63 → 0.0.65
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/nblog_duo.rb +0 -7
- 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: f471b3aaa413eed22f426de8a72f2a9e06d82a5b3deeba27d15b1dee2f7e26b0
|
4
|
+
data.tar.gz: dd5fc466d2782c1e0f409c1ac2d81949e4db0bbb5496158717a5c8946a921e57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc4c4264f4632ec38686b6cfbecf7797cf74790cc1aede5bb0b8912a38236fc59e2755b3188fd5b7e4a61578e35dee91dfdc769ba51e01a941a63bbaf517ea4e
|
7
|
+
data.tar.gz: f6a84d15fb52e7669851f85564537b3e90225dcf4d0b4d83688546934b98ddd5cd0aed4061bcf192d04559278b82821b3a04848e7a1440d5782d326dbd1e4dd9
|
data/lib/nblog_duo.rb
CHANGED
@@ -230,8 +230,6 @@ class Naver
|
|
230
230
|
options.add_argument('--disable-gpu')
|
231
231
|
options.add_argument('--remote-debugging-port=9222')
|
232
232
|
options.add_argument('user-data-dir=C:/naver_cookie/' + user_id)
|
233
|
-
options.add_argument('--disable-blink-features=AutomationControlled') # JavaScript로 navigator.webdriver 숨기기
|
234
|
-
|
235
233
|
# 'capabilities'과 'options' 배열로 설정
|
236
234
|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome
|
237
235
|
capabilities["goog:chromeOptions"] = options.as_json
|
@@ -258,9 +256,6 @@ class Naver
|
|
258
256
|
options.add_argument('--disable-gpu')
|
259
257
|
options.add_argument('--remote-debugging-port=9222')
|
260
258
|
options.add_argument('user-data-dir=C:/naver_cookie/' + user_id)
|
261
|
-
|
262
|
-
options.add_argument('--disable-blink-features=AutomationControlled') # JavaScript로 navigator.webdriver 숨기기
|
263
|
-
|
264
259
|
# 'capabilities'과 'options' 배열로 설정
|
265
260
|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome
|
266
261
|
capabilities["goog:chromeOptions"] = options.as_json
|
@@ -284,8 +279,6 @@ class Naver
|
|
284
279
|
options.add_argument('--disable-gpu')
|
285
280
|
options.add_argument('--remote-debugging-port=9222')
|
286
281
|
options.add_argument('user-data-dir=C:/naver_cookie/' + user_id)
|
287
|
-
options.add_argument('--disable-blink-features=AutomationControlled') # JavaScript로 navigator.webdriver 숨기기
|
288
|
-
|
289
282
|
# 'capabilities'과 'options' 배열로 설정
|
290
283
|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome
|
291
284
|
capabilities["goog:chromeOptions"] = options.as_json
|