Pause Before Checking HTTP Keyword #191

Closed
opened 2026-02-28 01:38:06 -05:00 by deekerman · 2 comments
Owner

Originally created by @SimoHDK on GitHub (Sep 3, 2021).

Is it a duplicate question?
No

Is your feature request related to a problem? Please describe.
Keyword checker is unable to check sites with delayed javascript (I think)

Describe the solution you'd like
Essentially I am trying to monitor specific sites for keywords, however if the words are loaded in javascript, it will always error (Can't be found). Would it be simple enough to 'wait' a given time for the page to fully load, then check for keywords? Is this possible?

Originally created by @SimoHDK on GitHub (Sep 3, 2021). **Is it a duplicate question?** No **Is your feature request related to a problem? Please describe.** Keyword checker is unable to check sites with delayed javascript (I think) **Describe the solution you'd like** Essentially I am trying to monitor specific sites for keywords, however if the words are loaded in javascript, it will always error (Can't be found). Would it be simple enough to 'wait' a given time for the page to fully load, _then_ check for keywords? Is this possible?
deekerman 2026-02-28 01:38:06 -05:00
Author
Owner

@louislam commented on GitHub (Sep 4, 2021):

Likely impossible without Puppeteer (a.k.a. Chrome Headless), because it need to parse the frontend JS code. And this library will use a lot of RAM, I probably will not implement it.

@louislam commented on GitHub (Sep 4, 2021): Likely impossible without Puppeteer (a.k.a. Chrome Headless), because it need to parse the frontend JS code. And this library will use a lot of RAM, I probably will not implement it.
Author
Owner

@SimoHDK commented on GitHub (Sep 4, 2021):

Thanks for the reply. No worries!

@SimoHDK commented on GitHub (Sep 4, 2021): Thanks for the reply. No worries!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#191
No description provided.