<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Ожидание запуска сайта]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11704&amp;type=atom" />
	<updated>2016-06-10T18:50:30Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11704</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ожидание запуска сайта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105103#p105103" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>QWYSFGNN пишет:</cite><blockquote><p>а разве через if&#039;ы или Wait  нельзя так делать по-обычному?</p></blockquote></div><p>Если уж совсем по-простому, то можно через ifwinactive. В браузерах обычно wintitle содержит title страницы.<br /></p><div class="codebox"><pre><code>
begin:
IfWinActive, Яндекс – Yandex
{
	MsgBox, Yes
	return
}
goto,begin
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[senyaonis]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33915</uri>
			</author>
			<updated>2016-06-10T18:50:30Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105103#p105103</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ожидание запуска сайта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105089#p105089" />
			<content type="html"><![CDATA[<p>Ладно, спасибо. Буду изучать <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[QWYSFGNN]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33909</uri>
			</author>
			<updated>2016-06-10T15:36:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105089#p105089</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ожидание запуска сайта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105088#p105088" />
			<content type="html"><![CDATA[<p>Тогда да, по-простому не получится. В разных обозревателях разные приметы загрузившейся страницы.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-06-10T15:34:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105088#p105088</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ожидание запуска сайта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105086#p105086" />
			<content type="html"><![CDATA[<p>В моём случае набор в адресной строке не обязателен: Закладки, поиск по истории браузера, поисковик. А это уже не отслеживается, вроде как.</p>]]></content>
			<author>
				<name><![CDATA[QWYSFGNN]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33909</uri>
			</author>
			<updated>2016-06-10T15:18:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105086#p105086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ожидание запуска сайта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105085#p105085" />
			<content type="html"><![CDATA[<p>А ручное открытие - это как? Если просто набрать в адресной строке http://forum.script-coding.com и нажать Enter, то это вполне отслеживается средствами AutoHotkey.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-06-10T15:16:19Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105085#p105085</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ожидание запуска сайта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105082#p105082" />
			<content type="html"><![CDATA[<p>Нет. Там не всё так просто. <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /><br />Кстати, если броузер IE, то на форуме уже есть код для получения исходной страницы.<br />Правда по-моему там нельзя было прицепить сообщение о загрузке - только о загруженных элементах.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-06-10T14:48:53Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105082#p105082</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ожидание запуска сайта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105080#p105080" />
			<content type="html"><![CDATA[<p><strong>Спасибо большое</strong>, а разве через if&#039;ы или Wait&nbsp; нельзя так делать по-обычному?</p>]]></content>
			<author>
				<name><![CDATA[QWYSFGNN]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33909</uri>
			</author>
			<updated>2016-06-10T14:44:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105080#p105080</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ожидание запуска сайта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105078#p105078" />
			<content type="html"><![CDATA[<p>Например запускать броузер через Selenium и в нем уже либо ловить событие загрузки страницы, либо получать информацию о загрузке нужного элемента.<br />Изучайте:<br /><a href="http://florentbr.github.io/SeleniumBasic/">http://florentbr.github.io/SeleniumBasic/</a><br />Тут обещают туториал выложить:<br /><a href="https://autohotkey.com/boards/viewtopic.php?f=5&amp;t=11884">https://autohotkey.com/boards/viewtopic … mp;t=11884</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-06-10T14:35:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105078#p105078</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Ожидание запуска сайта]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105076#p105076" />
			<content type="html"><![CDATA[<p>Приветствую. Как сделать, чтобы после ручного открытия сайта (Например, <em>http://forum.script-coding.com/</em>), скрипт, к примеру, выдал <strong>MsgBox, Yes</strong>?</p>]]></content>
			<author>
				<name><![CDATA[QWYSFGNN]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33909</uri>
			</author>
			<updated>2016-06-10T14:07:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105076#p105076</id>
		</entry>
</feed>
