nblog_duo 111.120.011 → 111.120.013
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 +12 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0990506a17e5cd4afc02b3c5c4c1939582187e9ce901b1c9c7bf543cc64680a
|
4
|
+
data.tar.gz: d4c00f45f9f213fe75f145e8d30c9abfdef83076b8bd42c60fb1e2eec4b494b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4211803c37229f01788aaff8d8fef4eef9004fda0cff529d8fa8844c5870ea59c99c0ac672096f7e5d62e0de99ed1557bbfa314c50f7a4a1b9c4a9117186281
|
7
|
+
data.tar.gz: 5fb1a205d9e706992fe87cc41eb2e64d472cd547e5c2801e741cf1b84c18d51b4905a21c65b08bf4f633df6c4498679b646b0f0d60c6419c0754f4df27a8e0bd
|
data/lib/nblog_duo.rb
CHANGED
@@ -515,6 +515,18 @@ class Naver
|
|
515
515
|
sleep(1.5)
|
516
516
|
@driver.find_element(:xpath, '//*[@type="submit" and @class="btn_check next_step" and @id="submit_btn"]').click
|
517
517
|
sleep(2.5)
|
518
|
+
begin
|
519
|
+
wait = Selenium::WebDriver::Wait.new(:timeout => 3)
|
520
|
+
#요소가 나타날 때까지 3초 동안 기다립니다.
|
521
|
+
wait.until { @driver.find_element(:xpath, '//button[@ype="button" and @id="new.save" and @class="btn_check nlog-click"]') } #기기 확인 버튼 확인
|
522
|
+
#wait.until { @driver.find_element(:xpath, '//button[@ype="button" and @id="new.dontsave" and @class="btn_white nlog-click"]') } #기기 취소 버튼 확인
|
523
|
+
sleep(1.5)
|
524
|
+
@driver.find_element(:xpath, '//button[@ype="button" and @id="new.save" and @class="btn_check nlog-click"]').click
|
525
|
+
#@driver.find_element(:xpath, '//button[@ype="button" and @id="new.dontsave" and @class="btn_white nlog-click"]') #기기 취소 버튼 클릭
|
526
|
+
rescue
|
527
|
+
end
|
528
|
+
|
529
|
+
|
518
530
|
rescue => e
|
519
531
|
puts '-[√] 로딩 지연 접속 실패.......'.red
|
520
532
|
@driver.window_handles.each do |handle|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nblog_duo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 111.120.
|
4
|
+
version: 111.120.013
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zon
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-07-
|
10
|
+
date: 2025-07-16 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
12
|
description: File to Clipboard gem
|
13
13
|
email: mymin26@naver.com
|