iMacros无法将内容插入文本字段 [英] iMacros cannot insert content into text field

查看:89
本文介绍了iMacros无法将内容插入文本字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想通过iMacros将csv中的数据输入网站上的表单中.

I want to input data from csv to form on website through iMacros.

在录制iMacros时,我得到了这段代码

While recording iMacros, I got this code

TAG POS=1 TYPE=DIV ATTR=CLASS:checker__title-input<SP>js_checker__title-input<SP>js_checker_module__input&&NAME:text-title&&DATA-PLACEHOLDER:Paste<SP>Your<SP>Title<SP>Here&&CONTENTEDITABLE:true&&TXT:

现在,我想从csv的col1中添加数据.如何将该代码插入到上面的代码中?

Now, I want to add data from col1 of my csv. How can I insert that code into the above one?

我尝试了单个文本行.但这不起作用..

I tried this for a single text line. But it's not working..

TAG POS=1 TYPE=DIV ATTR=CLASS:checker__title-input<SP>js_checker__title-input<SP>js_checker_module__input&&NAME:text-title&&DATA-PLACEHOLDER:Paste<SP>Your<SP>Title<SP>Here&&CONTENTEDITABLE:true&&TXT: CONTENT=HELLO

推荐答案

从原始帖子中删除FCI(完整配置信息)+ URL不太方便" ...
=>可能的FCI:
适用于FF v10.0.2'PE',FF65,Win10/7的iMacros.

Not very "handy" to have removed your FCI (Full Config Info) + URL from your original Post...
=> Probable FCI:
iMacros for FF v10.0.2 'PE', FF65, Win10/7.

但是,是的,'CONTENT'参数应用于'INPUT'字段. "TAG"模式通常具有难点",可处理的ajaxy"DIV"正像此站点一样在使用,而解决方法通常是使用"EVENT"模式:

But yep, the 'CONTENT' Parameter is meant to be used for 'INPUT' Fields. The 'TAG' Mode usually has "difficulties" working with editable ajaxy 'DIV''s like this Site apparently is using and the Workaround is usually to use the 'EVENT' Mode:

VERSION BUILD=8820413 RECORDER=FX
TAB T=1
URL GOTO=https://edubirdie.com/plagiarism-checker

'Title:
'EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>SECTION>DIV>DIV>DIV>DIV:nth-of-type(3)>DIV" BUTTON=0
EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>SECTION>DIV>DIV>DIV>DIV:nth-of-type(3)>DIV" CHARS="iMacros cannot insert content in to text field"

'Content:
'EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>SECTION>DIV>DIV>DIV>DIV:nth-of-type(4)>DIV>DIV" BUTTON=0
EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>SECTION>DIV>DIV>DIV>DIV:nth-of-type(4)>DIV>DIV" CHARS="I want to input data from csv to form on website through iMacros."
EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>SECTION>DIV>DIV>DIV>DIV:nth-of-type(4)>DIV>DIV" KEYS="[13,13]"
EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>SECTION>DIV>DIV>DIV>DIV:nth-of-type(4)>DIV>DIV" CHARS="While recording iMacros, I got this code"
EVENT TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>SECTION>DIV>DIV>DIV>DIV:nth-of-type(4)>DIV>DIV" KEY=13

(在iMacros上针对FF v8.8.2,Pale Moon v26.3.3(= FF47),Win10_x64进行了测试.)

(Tested on iMacros for FF v8.8.2, Pale Moon v26.3.3 (=FF47), Win10_x64.)

但是...!,您的FF(免费"/"PE")版本的v10.0.2不支持(不再)活动"模式.您可能需要切换到Chrome,其中CR的v10.0.5支持该模式,或者要返回"适用于FF的v8.9.7(适用于FF v55.0.3或PM27/28).

BUT...!, the 'EVENT' Mode is not supported (anymore) in your v10.0.2 for FF ('Free'/'PE') Version. You would need to switch to Chrome where v10.0.5 for CR supports that Mode, or to "go back" to v8.9.7 for FF which works on FF v55.0.3 or PM27/28.

这篇关于iMacros无法将内容插入文本字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆