Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -52,7 +52,7 @@ const getData = async ()=>{ | ... | @@ -52,7 +52,7 @@ const getData = async ()=>{ |
52 | await page.click('#moreDiv > button').catch((error)=>{ | 52 | await page.click('#moreDiv > button').catch((error)=>{ |
53 | 53 | ||
54 | }) | 54 | }) |
55 | - await page.waitForTimeout(200) | 55 | + await page.waitForTimeout(1500) |
56 | content = await page.content() | 56 | content = await page.content() |
57 | } | 57 | } |
58 | } | 58 | } | ... | ... |
-
Please register or login to post a comment