<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Автоматизация броузера с помощью TagUI]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=14411&amp;type=atom" />
	<updated>2021-10-14T02:52:23Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=14411</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150065#p150065" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Готово</p>]]></content>
			<author>
				<name><![CDATA[n.a]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42052</uri>
			</author>
			<updated>2021-10-14T02:52:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150065#p150065</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150064#p150064" />
			<content type="html"><![CDATA[<p>Мне лень это ставить, но попробуйте это<br /></p><div class="codebox"><pre><code>FileAppend, %MainEdit%, %CurrentFileName% ;, AutoHotkey Scripts (*.ahk) ; Save the contents to the file.</code></pre></div><p>поменять на<br /></p><div class="codebox"><pre><code>FileAppend, %MainEdit%, %CurrentFileName%, UTF-8-RAW ;, AutoHotkey Scripts (*.ahk) ; Save the contents to the file.</code></pre></div><p><a href="https://github.com/adegard/tagui_scripts/blob/master/TagUI_Editor.ahk#L290">https://github.com/adegard/tagui_script … r.ahk#L290</a><br />И выполните то, что вам написал администратор.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2021-10-14T02:17:10Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150064#p150064</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150063#p150063" />
			<content type="html"><![CDATA[<p>Ясно, тогда для начала ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">правилами</a>, отредактируйте свой пост. Обратите внимание на <a href="https://forum.script-coding.com/misc.php?action=rules#code-formatting">оформление кода</a> и <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки в конце предложений</a>.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-10-14T02:01:43Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150063#p150063</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150062#p150062" />
			<content type="html"><![CDATA[<p>Tagui&nbsp; функция&nbsp; text.</p><div class="codebox"><pre><code>

if text() contains &#039;Меркурий&#039;
  click button1


</code></pre></div><br /><p>Не воспринимает русские буквы.</p>]]></content>
			<author>
				<name><![CDATA[n.a]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42052</uri>
			</author>
			<updated>2021-10-14T01:49:04Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150062#p150062</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150047#p150047" />
			<content type="html"><![CDATA[<p><strong>n.a</strong>, ваш вопрос как-то связан с заголовком темы?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-10-13T04:48:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150047#p150047</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150046#p150046" />
			<content type="html"><![CDATA[<p>Добрый День!<br />Подскажите, как возможно передать русские буквы при поиске текста на странице?<br />Перебрал уже различные варианты смены кодировки.</p>]]></content>
			<author>
				<name><![CDATA[n.a]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42052</uri>
			</author>
			<updated>2021-10-13T02:58:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150046#p150046</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=139054#p139054" />
			<content type="html"><![CDATA[<p>Пример автоматизации firefox через Chrome.ahk:<br /><a href="https://www.autohotkey.com/boards/viewtopic.php?p=322871#p322871">https://www.autohotkey.com/boards/viewt … 71#p322871</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-04-16T02:36:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=139054#p139054</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=136539#p136539" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Кстати, на автоит показан пример как через webdriver автоматизировать, chrome, firefox, edge:</p></blockquote></div><p>А вот и на автохотки перенесли:<br /><a href="https://www.autohotkey.com/boards/viewtopic.php?f=6&amp;t=69390">https://www.autohotkey.com/boards/viewt … mp;t=69390</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2019-11-09T10:51:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=136539#p136539</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=131322#p131322" />
			<content type="html"><![CDATA[<p>Кстати, на автоит показан пример как через webdriver автоматизировать, chrome, firefox, edge:<br /><a href="https://www.autoitscript.com/forum/topic/192730-webdriver-udf-help-support/">https://www.autoitscript.com/forum/topi … p-support/</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2019-01-17T07:38:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=131322#p131322</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=130574#p130574" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>You can use with Firefox if installed. Tagui will launch Slimerjs instead of capers.</p></blockquote></div><p><a href="https://www.autohotkey.com/boards/viewtopic.php?p=254727#p254727">https://www.autohotkey.com/boards/viewt … 27#p254727</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-12-25T11:23:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=130574#p130574</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=130415#p130415" />
			<content type="html"><![CDATA[<p>Надо будет поизучать, как руки дойдут. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-12-15T13:00:32Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=130415#p130415</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=130412#p130412" />
			<content type="html"><![CDATA[<p>Так принимать и отправлять данные вроде можно.<br />Интерактивно отправлять нельзя.<br />Вот тут приводят пример:<br /><a href="https://github.com/laurentj/slimerjs/issues/639">https://github.com/laurentj/slimerjs/issues/639</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-12-15T12:13:39Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=130412#p130412</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=130406#p130406" />
			<content type="html"><![CDATA[<p>Так приём и отправка данных — это, как правило, то, что нужно больше всего. А простая автоматизация вроде возможна, да. Но мне тоже Хрома пока достаточно, ещё пока возможность его автоматизации только по верхам изучил.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-12-14T20:27:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=130406#p130406</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=130405#p130405" />
			<content type="html"><![CDATA[<p>Как я понимаю интерактивный режим - это прием и отправка данных вводимых пользователем интерактивно, а не автоматизация видимого броузера.<br />Но мне устанавливать и проверять всё это не хочется, так как нужды автоматизировать фаерфокс нет.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-12-14T19:40:57Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=130405#p130405</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация броузера с помощью TagUI]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=130404#p130404" />
			<content type="html"><![CDATA[<p>Насколько я понял, интерактивного режима с FF <a href="https://github.com/kelaberetiv/TagUI#steps-description">нет</a>:</p><p><span class="postimg"><img src="https://i.imgur.com/qnogkw1.png" alt="https://i.imgur.com/qnogkw1.png" /></span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-12-14T19:14:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=130404#p130404</id>
		</entry>
</feed>
