cafe_basics 0.0.51 → 0.0.52
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/cafe_basics.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: 0fe5a5d5ee6e894d68e2b301aa35088f9063924b89396a4a58c0d65623bda0fd
|
4
|
+
data.tar.gz: 3f8558ea077664664842394d1ea7fe6c16118da12ae50c34af2c8cf2ce4f4260
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d6d134f6c03999bb13bf846f2f52586de33c20ceee846859fad61b5a3d66fdec2913b5e9fdcdcd836c419c5a74998262537517dbd1a1a1e206155b0d7531b5f
|
7
|
+
data.tar.gz: ae48f86b04e8eb0016471f2848cca0066fbd749360e9ec976b1b943819255feeb385238e8cb1712247d9f0f60e29e936dc472a1bc77b535d2fa135fb8c6a0179
|
data/lib/cafe_basics.rb
CHANGED
@@ -235,8 +235,6 @@ class Naver
|
|
235
235
|
options.add_argument('--disable-gpu')
|
236
236
|
options.add_argument('--remote-debugging-port=9222')
|
237
237
|
options.add_argument('user-data-dir=C:/naver_cookie/' + user_id)
|
238
|
-
options.add_argument('--disable-blink-features=AutomationControlled') # JavaScript로 navigator.webdriver 숨기기
|
239
|
-
|
240
238
|
# 'capabilities'과 'options' 배열로 설정
|
241
239
|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome
|
242
240
|
capabilities["goog:chromeOptions"] = options.as_json
|
@@ -263,9 +261,6 @@ class Naver
|
|
263
261
|
options.add_argument('--disable-gpu')
|
264
262
|
options.add_argument('--remote-debugging-port=9222')
|
265
263
|
options.add_argument('user-data-dir=C:/naver_cookie/' + user_id)
|
266
|
-
|
267
|
-
options.add_argument('--disable-blink-features=AutomationControlled') # JavaScript로 navigator.webdriver 숨기기
|
268
|
-
|
269
264
|
# 'capabilities'과 'options' 배열로 설정
|
270
265
|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome
|
271
266
|
capabilities["goog:chromeOptions"] = options.as_json
|
@@ -289,8 +284,6 @@ class Naver
|
|
289
284
|
options.add_argument('--disable-gpu')
|
290
285
|
options.add_argument('--remote-debugging-port=9222')
|
291
286
|
options.add_argument('user-data-dir=C:/naver_cookie/' + user_id)
|
292
|
-
options.add_argument('--disable-blink-features=AutomationControlled') # JavaScript로 navigator.webdriver 숨기기
|
293
|
-
|
294
287
|
# 'capabilities'과 'options' 배열로 설정
|
295
288
|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome
|
296
289
|
capabilities["goog:chromeOptions"] = options.as_json
|