iMacros: How do you TAG an element that has no attributes -


i have following html element in document:

<select><option value="0">first</option></select> 

the select element not have attributes. how tag imacros?

i've tried

tag pos=1 type=select content=%0 (-910 wrong format) tag pos=1 type=select attr= content=%0 (-910 wrong format) tag pos=1 type=select attr=% content=%0 (-910 wrong format) tag pos=1 type=select attr=*:* content=%0 (-910 wrong format) tag pos=1 type=select attr=* content=%0 (-910 can not parse macro line) 

extensive googling did not help. site: http://www.iopus.com/imacros/support/html2tag.htm says attr=* used ignore attr gave runtime "can not parse" error.

how ignore attr in imacros? or there workaround?

edit: apparently attr=* correct. think file corrupted or something.

solution: had "attr=*" line on bottom of file. problem solved.

use this

tag pos=1 type=select attr=*  

i work content=%0 (-910 can not parse macro line) tagged in code source of errors remove it


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -