I Need to check to see if an html field exists in a website using iMacro plugin for firefox. If the field does not exist, then I need to perform a different opperation
相关问题
- iMacros randomly stops in a loop
- imacros how do I play another javascript file afte
- Fill up fields with random names with iMacro
- How to extract javascript variable value using ima
- imacros: javascript i get www._undefined_.com erro
相关文章
- Click a button if text exist in page with iMacros
- imacros: submitting textarea form (enter key maybe
- include jQuery into javascript and use it in imacr
- How to automate saving webpages?
- 如何内iMacro加载jQuery和引导(How to load jQuery and Bootst
- 我怎样才能建立与iMacros的24小时的工作?(How can I set up a 24 hou
- Javascript和iMacros的环(Javascript and imacros loop)
- iMacros的:点击按钮或不点击(随机选择)(iMacros: click button or d
TAG POS=
Which A class do yo want.Type=
To find your text in that classATTR=
What do want from that class. (TXT, HREF...)TXT(or something different):
You can use*
to find anything in class. İt marks the object. Or you want to search example:This code means find the first bold item which is in text:I am a text, and mark it.