<?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=18359&amp;type=atom" />
	<updated>2025-01-28T03:12:30Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=18359</id>
		<entry>
			<title type="html"><![CDATA[AHK: При скачивании скриптом сайт запрашивает капчу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161931#p161931" />
			<content type="html"><![CDATA[<p>Что можно сделать на Win11 в случае, когда из-за частых запросов сайт запрашивает капчу? В предыдущих Win можно было открыть IE и там пройти капчу. На Win11 сам IE не запускается, поэтому пользуюсь VBS-скриптом -</p><div class="codebox"><pre><code>Set objIE = CreateObject(&quot;InternetExplorer.Application&quot;)
objIE.Navigate &quot;https://forum.script-coding.com/index.php&quot;
objIE.Visible = 1</code></pre></div><p>- после перехода на проблемный сайт в котором ничего не происходит, а лишь в некоторых случаях предлагается обновить браузер.</p>]]></content>
			<author>
				<name><![CDATA[john_dease]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42972</uri>
			</author>
			<updated>2025-01-28T03:12:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161931#p161931</id>
		</entry>
</feed>
