Skip to content

Commit

Permalink
예제 코드 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
code-yeongyu committed Feb 10, 2022
1 parent 5d9ced6 commit c2e923d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 75 deletions.
4 changes: 2 additions & 2 deletions example/naver/printPaymentHistory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const printNaverPayHistory = async (id: string, password: string) => {
await page.setViewport({ height: 800, width: 1200 });
await page.setUserAgent(MOBILE_UA);

const module = NaverApp.ModuleFactory.create(page);
const crawlService = new NaverApp.Service(module);
const module = NaverApp.NaverModuleFactory.create(page);
const crawlService = new NaverApp.NaverService(module);

await crawlService.normalLogin(id, password, 100);

Expand Down
73 changes: 0 additions & 73 deletions example/naver/reactivelyPrintPaymentHistory.ts

This file was deleted.

0 comments on commit c2e923d

Please sign in to comment.