Click works in Actions Recording but not in Editor.

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

crespozooo

Новичок
Регистрация
30.07.2011
Сообщения
20
Реакции
23
Баллы
0
I created a simple project which clicks the like button of a youtube comment. However, when I debug the project, it doesnt click the like button (even though in Actions recording it works) - same happens with all the other functions (doubleclick, onmouseover etc) - nothing works, literally.

Any help?
 
I haven't gone through the whole process but I see that before some events (mouse over or clicks) the button has coordinates, width, height 0. You have to call some events first, or do a click emulation
 
  • Оценить
Реакции: crespozooo
Found the issue, it was because i disabled Flash/Java - it wouldnt click because java was disabled.

Is there any way to disable flash without also disabling Java?
 
in c# code
JavaScript:
Развернуть Свернуть Копировать
instance.RunActiveX = false;
instance.DownloadActiveX = false;
 
  • Оценить
Реакции: crespozooo

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