Спасибо, сижу 3й час не могу с полем разобраться…
В коде
_textarea name=«message_html» id=«ctrl_message_html» class=«textCtrl MessageEditor BbCodeWysiwygEditor » style=«display:none; height: 260px;» data-css-url=«css.php?style=10&css=editor_contents&d=1425225435» data-dialog-url=«index.php?editor/dialog&style=10» data-auto-save-url=«forums/remont-stroitelstvo.66/save-draft» data-options="{"autoSaveFrequency":"60","bbCodes":{"hide":{"title":"\u0421\u043a\u0440\u044b\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u043f\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439","hasOption":"optional"}}}">
_/textarea>
Получилось: FillForm('ctrl_message', '$POST_TEXT');, но он не заполняет это поле… =(
procedure Login();
begin
Navigate('http://сайт.ru/login/', true);
Wait(1);
FillForm('login', '$LOGIN');
FillForm('password', '$PASSWORD');
if SearchInSource('<input[^>]+type=["'']?hidden', 0) <> ''
then SubmitFormByIndex(0, true)
else ClickButton('submit', true);
Wait(5);
end;
procedure Posting();
begin
Navigate('http://сайт.ru/forums/shemi-zarabotka/create-thread', true);
Wait(1);
FillForm('title', '$POST_TITLE');
FillForm('ctrl_message', '$POST_TITLE');
Wait(10);
ClickButton('_xfRelativeResolver', true);
end;
Комментарий отредактирован 2 раз(а).
Последний раз редактировал
Julio
01 марта 2015, 20:03.