<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: ControlSend не работает с IE]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=14718</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14718&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: ControlSend не работает с IE».]]></description>
		<lastBuildDate>Thu, 18 Apr 2019 09:46:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: ControlSend не работает с IE]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133655#p133655</link>
			<description><![CDATA[<p><strong>g0ss</strong></p><br /><div class="codebox"><pre><code>#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
#SingleInstance force   ; игнор уже запущенного скрипта, переоткрытие

ie := ComObjCreate(&quot;InternetExplorer.Application&quot;)
ie.Visible := true
ie.Navigate(&quot;https://yandex.ru&quot;)
while ie.readystate &lt;&gt; 4
Sleep 500

ie.document.ParentWindow.scrollBy(0, 1000)

sleep 1000
ie.quit
ExitApp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Thu, 18 Apr 2019 09:46:12 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133655#p133655</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: ControlSend не работает с IE]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133653#p133653</link>
			<description><![CDATA[<p>Может быть кто-нибудь знает как сделать прокрутку страницы, когда браузер работает на фоне?</p><p><strong>UPD: нашел - pwb.Document.ParentWindow.scrollBy(0, 1000)</strong></p>]]></description>
			<author><![CDATA[null@example.com (g0ss)]]></author>
			<pubDate>Thu, 18 Apr 2019 05:35:12 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133653#p133653</guid>
		</item>
		<item>
			<title><![CDATA[AHK: ControlSend не работает с IE]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133629#p133629</link>
			<description><![CDATA[<p>Здравствуйте.</p><p>Столкнулся с проблемой ControlSend не посылает команду в IE 11. Скрипт выглядит так:<br /></p><div class="codebox"><pre><code>
;Параметры окна через WinSpy
;Name - Internet Explorer
;ahk_class IEFrame
;ahk_exe iexplore.exe

SetTitleMatchMode, 2

sleep 1000
loop,
{
	ControlSend,, {Space}, Name - Internet Explorer
	Sleep 1000
}

Pause::Pause
return</code></pre></div><p>Пробовал ставить все параметры, которые есть в WinSpy. При том WinActivate с параметром Name - Internet Explorer работает. Проверил ControlSend на блокноте - тоже работает.<br />Подскажите, в чем может быть проблема. Спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (g0ss)]]></author>
			<pubDate>Wed, 17 Apr 2019 08:56:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133629#p133629</guid>
		</item>
	</channel>
</rss>
