I want to make my ont of my template more universal. I know I can use -1 for document and form#. What about attribute name, tag and match#? Can I use something like input:.* or -1 here? I just want to search for an element only by value.
Create a list of all attributes it might be found in. Take a line and loop trough them one at the time.OK, but can I made it work for all attributes - it's a common situation that field name is sometimes in id, name or inner/outer html - it's waste of time to go through 4 elements instead of one.
You create 1 loop in the project, which loops up to 30 times.Yes, I also think about that - but as I will have 30 objects I have to make 30 loops in the project? And at least one "if" to go to next object when all vales are checked.
Have authors never considered letting us to use regex in match, attribute and tag fields? Would it be very hard to implement?