How to wait for element

Hello,
I'm scraping a page, after loading successfully, some elements need more time to be shown, how can i add a wait command until element is available?
thank you very much.

@mickeyzo Hi. Did you already try to increase the request interval and page load delay values?

i tried it, but some element i want to check need time to show up around 5 seconds to 120 seconds, so it will take a lot of time if i let the wait time be 120 seconds.

do you have any other solution? wait for element.

Can you provide the website URL and current sitemap so i can take a look?

can't access website if you not have permission, sir :frowning:

i wish we had the command "wait until object/element appears"
it will save a lot of time, and the scraper runs more accurately
Loading in process (need about 5 seconds up to 120 seconds)


this process is done, result same with below image.

I'm having the same issue here - a page I'm scraping seems to increase load delays the longer I scrape, presumably to discourage scrapers. If I just put a super long delay from the start, then it spends a very long time doing nothing. But if I leave a short delay, then after x pageloads, the delays cause it to scrape nothing. Any improvement in the >1 year since this was reported?