tblog_duopack 0.0.33 → 0.0.37
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/tblog_duopack.rb +0 -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: 1a1b0ef75c64d091e8224a4f7617c78c90df8a17c0a008942b8ce99d99fd0c89
|
4
|
+
data.tar.gz: 858eb135367f64e0cd028f3883ee873b4bb443b67f762485e6af749508a07ed0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 787f8a9f2f72c86dfccb4a721916ec4881fb16f8b8ef431aff25e97513bd028b1b6d6c898b018c0ac7cdc1167d2fbb9facc893d09aff559b2fd652c7f277b47d
|
7
|
+
data.tar.gz: 587816d392ee1c14cd4ec2c6acbd6d7543598b8ab29c9a28d02513cd3883c1bcf5bdd232111395101e6af7467b197232d761201f465ed4298005a22509f2d282
|
data/lib/tblog_duopack.rb
CHANGED
@@ -252,7 +252,6 @@ class Naver
|
|
252
252
|
Selenium::WebDriver::Chrome::Service.driver_path = './chromedriver.exe'
|
253
253
|
options = Selenium::WebDriver::Chrome::Options.new
|
254
254
|
options.add_argument('--no-first-run') # 자동 실행 시 나타나는 "첫 실행" 화면 방지
|
255
|
-
options.add_argument('--disable-extensions') # 확장 프로그램 초기화 화면 방지
|
256
255
|
options.add_extension('./crx/app.crx') # 확장 프로그램을 첫 번째 탭에 추가
|
257
256
|
options.add_argument('--disable-blink-features=AutomationControlled')
|
258
257
|
options.add_argument('--disable-popup-blocking')
|