line-sticker-downloader
line-sticker-downloader copied to clipboard
Tool that downloads stickers or emojis from the LINE store
When I runned it I get this error ```× Node is either not visible or not an HTMLElement Error: Node is either not visible or not an HTMLElement at ElementHandle._clickablePoint...
Upon trying to scrape [here](https://store.line.me/stickershop/product/20860601/en), the program fails with the following errors: ``` Error: Node is either not visible or not an HTMLElement at ElementHandle._clickablePoint (C:\Users\Haley\AppData\Local\npm-cache\_npx\b4c8a2c5f7da7de6\node_modules\puppeteer\lib\ExecutionContext.js:349:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at...
I used your npm package to create this app. i checked there is no demo in your package. So i added demo site to help people about this package. Now...