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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cafe_basics.rb +0 -7
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 005fc1b1a606bc76cd284bdb214e9ec477775f9f8e5ca78e71840073ba34664a
4
- data.tar.gz: 6c62486ad35a2b165c47cbb061663354ec2e33b99b70af074c9a50602fdd8907
3
+ metadata.gz: 0fe5a5d5ee6e894d68e2b301aa35088f9063924b89396a4a58c0d65623bda0fd
4
+ data.tar.gz: 3f8558ea077664664842394d1ea7fe6c16118da12ae50c34af2c8cf2ce4f4260
5
5
  SHA512:
6
- metadata.gz: 731252f0665ad0a6911d8f0ad7aa5d07feb534c933f101e5528386858d73b9e89fbce87038fd4df29777ba1073b60d82e58f586ac1788d94c837dad80dd3b4ef
7
- data.tar.gz: da197145ae00a7137586e0a33b8470d55a96063eaa95bb3941cc1cea08b5c9464c2922ecefdaef85bc001cf7780f6e847b69c5d542fad1f3fa6e37b2da351711
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cafe_basics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.51
4
+ version: 0.0.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - zon