Thanks to your recent update, I am able to shoot queries on the Viajar.com website but I have great difficulties to capture the cheapest price.
In fact when I use the webrecorder functions, I grab all reference to the cheapest price, but when replaying the macro, depending on with tag I keep either it does not return anything or macrosheduler crashes with millions of popup errors until i kill the process.
Some others are more stable but given the destination the tag may target another part of the table and return useless text.
Apparently the following tags are generating errors:
//Modify buffer size if required ...
Let>FORM3_SIZE=255
LibFunc>hIE,ExtractTag,r,%IE[1]%,,FORM,3,0,FORM3
Let>FORM3=r_6
Let>TABLE12_SIZE=255
LibFunc>hIE,ExtractTag,r,%IE[0]%,,TABLE,12,0,TABLE12
Let>TABLE12=r_6
I don't understand why basic script made with webrecorder and untouched should crash all the program
