Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대선
/
Recruitment_Information_chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대선
2021-06-05 19:46:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a41f11cf15eea3219af82f8b761e67f946c410c6
a41f11cf
1 parent
c2be808f
naverFunction.js 페이지 로드 시간 증가 0.2s -> 1.5s
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
functions/naverFunction.js
functions/naverFunction.js
View file @
a41f11c
...
...
@@ -52,7 +52,7 @@ const getData = async ()=>{
await
page
.
click
(
'#moreDiv > button'
).
catch
((
error
)
=>
{
})
await
page
.
waitForTimeout
(
2
00
)
await
page
.
waitForTimeout
(
15
00
)
content
=
await
page
.
content
()
}
}
...
...
Please
register
or
login
to post a comment