<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14262&amp;type=atom" />
	<updated>2018-10-21T22:25:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14262</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Найти кнопку и нажать]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129347#p129347" />
			<content type="html"><![CDATA[<p>Спасибо за помощь</p>]]></content>
			<author>
				<name><![CDATA[TinkiVinki]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39590</uri>
			</author>
			<updated>2018-10-21T22:25:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129347#p129347</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Найти кнопку и нажать]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129332#p129332" />
			<content type="html"><![CDATA[<p>Самый простой вариант:<br /></p><div class="codebox"><pre><code>1:: 
SendInput, ^{vk46} 
Sleep 1000
Send текст-кнопка{enter}
Sleep 1000
SendInput {Esc} 
Sleep 1000
SendInput {Enter} 
return</code></pre></div><p>P.S. Но по нормальному, нужно использовать что-то типа Selenium и т.д.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2018-10-21T06:57:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129332#p129332</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Найти кнопку и нажать]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129325#p129325" />
			<content type="html"><![CDATA[<p>Зависит от браузера. В общем случае можно просто сделать скриншот кнопки, воспользоваться командой ImageSearch, и послать клик с помощью ControlClick используя полученные координаты.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-10-20T02:37:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129325#p129325</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Найти кнопку и нажать]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129319#p129319" />
			<content type="html"><![CDATA[<p>Как в браузере найти текст-кнопку и нажать по ней левой кнопкой мыши?</p>]]></content>
			<author>
				<name><![CDATA[TinkiVinki]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39590</uri>
			</author>
			<updated>2018-10-19T19:22:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129319#p129319</id>
		</entry>
</feed>
