<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Chrome_Captcha]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=14674</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14674&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Chrome_Captcha».]]></description>
		<lastBuildDate>Tue, 02 Apr 2019 17:49:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Chrome_Captcha]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133297#p133297</link>
			<description><![CDATA[<p>Ну, получить капчу можно так:<br /><a href="http://frdocheck.obrnadzor.gov.ru/ajax_local/getCaptcha.php?time=1553980420221&amp;fileName=check">http://frdocheck.obrnadzor.gov.ru/ajax_ … Name=check</a><br />Параметр time, наверное, так:<br /></p><div class="codebox"><pre><code>var time = new Date().getTime();</code></pre></div><p>fileName:<br /></p><div class="codebox"><pre><code>var FileName = getFileName();</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Tue, 02 Apr 2019 17:49:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133297#p133297</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Chrome_Captcha]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133246#p133246</link>
			<description><![CDATA[<p>Насколько я понимаю, тема противоречит правилам форума.</p>]]></description>
			<author><![CDATA[null@example.com (Foma)]]></author>
			<pubDate>Sat, 30 Mar 2019 11:13:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133246#p133246</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Chrome_Captcha]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133222#p133222</link>
			<description><![CDATA[<p>И возможно ли этот сайт запустить в ie?</p>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Fri, 29 Mar 2019 06:01:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133222#p133222</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Chrome_Captcha]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133214#p133214</link>
			<description><![CDATA[<p>Добрый день! Подскажите пож-та, возможно ли как-то автоматизировать ввод капчи?</p><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.
#SingleInstance force 

URL := &quot;http://frdocheck.obrnadzor.gov.ru&quot;
institute = Федеральное государственное бюджетное образовательное учреждение высшего образования&quot;Псковский государственный университет&quot; (ФГБОУ ВО &quot;Псковский государственный университет&quot;)

driver := ComObjCreate(&quot;Selenium.ChromeDriver&quot;)

driver.AddArgument(&quot;--disable-infobars&quot;)
driver.Get(URL)


driver.FindElementByXPath(&quot;//*[@name=&#039;trainingLevel&#039;]&quot;).WaitEnabled().SendKeys(&quot;сертификат о владении русским языком&quot;)
driver.findElementsByClass(&quot;form-control&quot;).item[16].SendKeys(institute)

driver.findElementsByClass(&quot;form-control&quot;).item[17].SendKeys(&quot;Фамилия&quot;)
driver.findElementsByClass(&quot;form-control&quot;).item[18].SendKeys(&quot;Фамилия_лат&quot;)
driver.findElementsByClass(&quot;form-control&quot;).item[19].SendKeys(&quot;номер&quot;)
driver.findElementsByClass(&quot;form-control&quot;).item[20].SendKeys(&quot;01.01.2019&quot;)

inputbox, capture, , , , , , , , , , 

driver.findElementsByClass(&quot;form-control&quot;).item[21].SendKeys(capture)

driver.FindElementByXPath(&quot;//*[@name=&#039;checkDoc&#039;]&quot;).WaitEnabled().SendKeys(driver.Keys.Enter)


Exit:
    driver.Quit()
	ExitApp

</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Thu, 28 Mar 2019 09:00:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133214#p133214</guid>
		</item>
	</channel>
</rss>
