How to make page load fully before proceeding to next step

burnik

Новичок
Регистрация
04.05.2020
Сообщения
20
Благодарностей
2
Баллы
3
Creating a zennoposter project for website: https://www.yeti.com

- page loads, and THEN loads content
- problem is that zennoposter doesn't wait for the page to fully load and therefore is unable to grab the content



I would choose time delay but then it would be very dependant on my internet speed (which changes often), or would result in slow parsing.

Is there any setting in zennoposter to wait for the page loads COMPLETELY before proceeding to next step?

Thanks.
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113
Creating a zennoposter project for website: https://www.yeti.com

- page loads, and THEN loads content
- problem is that zennoposter doesn't wait for the page to fully load and therefore is unable to grab the content



I would choose time delay but then it would be very dependant on my internet speed (which changes often), or would result in slow parsing.

Is there any setting in zennoposter to wait for the page loads COMPLETELY before proceeding to next step?

Thanks.
Hi.
1. find what element appears on the page last what you consider that page is loaded.
2. Check that element in the loop. with 1 sec
3. Exit to the next step when an element is found.
 

burnik

Новичок
Регистрация
04.05.2020
Сообщения
20
Благодарностей
2
Баллы
3
Thanks!
Very simple and straightforward.
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
c#
instance.WaitDownload();
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)