IMacros TAG Case-Insensitive
Posted: Sat Jan 03, 2015 5:39 pm
Hi!
Is there a way to use Case InSenSitive TAG's ?
I am using iMacros to look for specific words on a webpage.
Currently, I have to do variations of each keyword which results in the script having to timeout for each TAG not found.
TAG POS=1 TYPE=A ATTR=TXT:mortgage EXTRACT=txt
TAG POS=1 TYPE=A ATTR=TXT:Mortgage EXTRACT=txt
TAG POS=1 TYPE=A ATTR=TXT:MORTGAGE EXTRACT=txt
Is there a way to possibly do TAG with Case InSensitive Tags or possibly have the TAG look for more than 1 version of TXT. Something like
TAG POS=1 TYPE=A ATTR=TXT:(MORTGAGE|Mortgage|mortgage) EXTRACT=txt
Thank you for your help!!!
Is there a way to use Case InSenSitive TAG's ?
I am using iMacros to look for specific words on a webpage.
Currently, I have to do variations of each keyword which results in the script having to timeout for each TAG not found.
TAG POS=1 TYPE=A ATTR=TXT:mortgage EXTRACT=txt
TAG POS=1 TYPE=A ATTR=TXT:Mortgage EXTRACT=txt
TAG POS=1 TYPE=A ATTR=TXT:MORTGAGE EXTRACT=txt
Is there a way to possibly do TAG with Case InSensitive Tags or possibly have the TAG look for more than 1 version of TXT. Something like
TAG POS=1 TYPE=A ATTR=TXT:(MORTGAGE|Mortgage|mortgage) EXTRACT=txt
Thank you for your help!!!