Make C# action wait for page loading to finish

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

mrmadman

Client
Регистрация
20.12.2016
Сообщения
51
Реакции
2
Баллы
8
Is there a command that will make a c# action wait for page loading to finish before moving onto the next action.

I have c# actions with mouse clicks in them and at the moment. I have to add pauses to the end to stop the project moving on to the next action too quickly.

I want it to work like normal zenno actions that wait for loading to complete before continuing. Is this possible?
 
c# code after click:
Код:
Развернуть Свернуть Копировать
instance.ActiveTab.WaitDownloading();
 

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