Что нового

[Сеть, интернет] В IE кнопка работает, а через _IECreateEmbedded() внутри autoit нет

xishnik

Новичок
Сообщения
51
Репутация
0
Всем доброго дня, решил написать скрипт который бы заходил на сайт и нажимал на кнопку. Столкнулся с проблемой:
В браузерах сайт работает хорошо, а как объект внутри autoit окна не совсем. Когда я с браузера нажимаю на кнопку, она пропадает и вместо неё потом появляется каптча, а из autoit эта кнопка не работает. Нажимаю и ничего не происходит. Порылся в гугле и нашёл скрипт для отслеживание ивентов в IE и посмотрел что произойдёт когда в браузере нажму на кнопку, и когда внутри программы.
Результаты:
1) Браузер
IE Status text changed to:
IE Status text changed to:
IE Status text changed to: javascript:void(0);
IE Status text changed to: javascript:void(0);
BeforeNavigate: https://freebitco.in/?op=home Flags: 64 tgframe: Postdat: 0x667265655F706C61795F686173683D3333663832303764316635343834333565653164343965363666616261643431636133313661356265623962646439633931383535396364643731346666326600 Hdrs: Content-Type: application/x-www-form-urlencoded
canc: False
IE Status text changed to: Начало загрузки с узла: res://ieframe.dll/navcancl.htm
IE Status text changed to: Загрузка с узла: res://ieframe.dll/navcancl.htm
IE has finished a navigation operation
IE Status text changed to:
IE Status text changed to:
IE Status text changed to: Начало загрузки с узла: res://ieframe.dll/navcancl.htm
IE Status text changed to: Загрузка с узла: res://ieframe.dll/navcancl.htm
IE has finished a navigation operation
IE Status text changed to:
IE Status text changed to:
IE Status text changed to: Начало загрузки с узла: res://ieframe.dll/navcancl.htm
IE Status text changed to: Загрузка с узла: res://ieframe.dll/navcancl.htm
IE has finished a navigation operation
IE Status text changed to:
IE Status text changed to:
IE Status text changed to: javascript:void(0);
IE Status text changed to:
IE Status text changed to: Ожидание res://ieframe.dll/navcancl.htm...
IE Status text changed to:
IE Status text changed to: Ожидание res://ieframe.dll/navcancl.htm...
IE Status text changed to:
IE Status text changed to: Ожидание res://ieframe.dll/navcancl.htm...
IE Status text changed to: Загрузка изображения res://ieframe.dll/background_gradient.jpg...
IE Status text changed to: Загрузка изображения res://ieframe.dll/background_gradient.jpg...
IE Status text changed to: Загрузка изображения res://ieframe.dll/background_gradient.jpg...
IE Status text changed to: Готово
IE Status text changed to: Готово
IE Status text changed to: Готово
IE Changed the value of the property: {265b75c0-4158-11d0-90f6-00c04fd497ea}
IE Changed the value of the property: {265b75c1-4158-11d0-90f6-00c04fd497ea}
IE Status text changed to: javascript:void(0);
IE has finished a navigation operation
IE Status text changed to:
IE has finished loading URL: https://freebitco.in/?op=home
IE Status text changed to: Ожидание https://freebitco.in/?op=home...
IE Changed the value of the property: {265b75c0-4158-11d0-90f6-00c04fd497ea}
IE Changed the value of the property: {265b75c1-4158-11d0-90f6-00c04fd497ea}
IE Changed the value of the property: {265b75c0-4158-11d0-90f6-00c04fd497ea}
IE Changed the value of the property: {265b75c1-4158-11d0-90f6-00c04fd497ea}
IE Changed the value of the property: {265b75c0-4158-11d0-90f6-00c04fd497ea}
IE Changed the value of the property: {265b75c1-4158-11d0-90f6-00c04fd497ea}
IE Status text changed to: Готово
IE has finished a navigation operation
IE Status text changed to: Готово
IE Changed the value of the property: {265b75c0-4158-11d0-90f6-00c04fd497ea}
IE Changed the value of the property: {265b75c1-4158-11d0-90f6-00c04fd497ea}
IE Status text changed to: Готово
IE has finished a navigation operation
IE Status text changed to: Веб-узел найден. Ожидается ответ...
IE has finished a navigation operation
IE Status text changed to:
IE Status text changed to:
IE Changed the value of the property: {265b75c0-4158-11d0-90f6-00c04fd497ea}
IE Changed the value of the property: {265b75c1-4158-11d0-90f6-00c04fd497ea}
IE Status text changed to: Готово
IE Status text changed to: Готово
IE Status text changed to:
IE Status text changed to: javascript:void(0);
IE Status text changed to:
IE Status text changed to:
IE Status text changed to:
IE Status text changed to:
IE Status text changed to: Готово
IE Status text changed to:
IE Status text changed to: https://freebitco.in/?op=home#
2) Программа:
IE Status text changed to: javascript:void(0);
IE Status text changed to: javascript:void(0);
BeforeNavigate: https://freebitco.in/?op=home Flags: 64 tgframe: Postdat: 0x667265655F706C61795F686173683D3333663832303764316635343834333565653164343965363666616261643431636133313661356265623962646439633931383535396364643731346666326600 Hdrs: Content-Type: application/x-www-form-urlencoded
canc: False
IE Status text changed to: javascript:void(0);
IE Status text changed to: javascript:void(0);
IE has finished a navigation operation

Видно что из браузера идут ресурсы, а с программы нет. Может в этом проблема?
Подскажите пожалуйста как дальше мыслить, что искать, как решать проблему?
 

Вложения

  • autoit.jpg
    autoit.jpg
    172.2 КБ · Просмотры: 14
Верх