Make C# action wait for page loading to finish

mrmadman

Client
Регистрация
20.12.2016
Сообщения
50
Благодарностей
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?
 

amyboose

Client
Регистрация
21.04.2016
Сообщения
2 312
Благодарностей
1 191
Баллы
113
c# code after click:
Код:
instance.ActiveTab.WaitDownloading();
 

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