Skip to content

Commit 48e9e34

Browse files
committed
parseCaptchaInputElement 추가
1 parent eeec67f commit 48e9e34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/naver/elementParser.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,8 @@ export default class ElementParser {
117117
async parseManualOTPInputElement() {
118118
return await this.page.$("#otp");
119119
}
120+
121+
async parseCaptchaInputElement() {
122+
return await this.page.$("#captcha");
123+
}
120124
}

0 commit comments

Comments
 (0)