Skip to content

Commit 9118356

Browse files
committed
PageInteractorgetCaptchaStatus 메소드 추가
1 parent f1bc0aa commit 9118356

File tree

3 files changed

+275
-1
lines changed

3 files changed

+275
-1
lines changed

src/app/naver/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Module from "./module";
22
import ModuleFactory from "./moduleFactory";
33
import URLChanger from "./urlChanger";
4-
import PageInteractor, { LoginEvent } from "./pageInteractor";
4+
import PageInteractor, { LoginEvent, CaptchaStatus } from "./pageInteractor";
55
import ElementParser from "./elementParser";
66
import Service from "./service";
77

@@ -13,4 +13,5 @@ export {
1313
ElementParser,
1414
Service,
1515
LoginEvent,
16+
CaptchaStatus,
1617
};

0 commit comments

Comments
 (0)