How to make page load fully before proceeding to next step

  • Автор темы Автор темы burnik
  • Дата начала Дата начала

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.
 
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.
 
Thanks!
Very simple and straightforward.
 
c#
instance.WaitDownload();
 

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