Hey,
how would you go and get the total number of option values in a form on a website? i want to use that to randomnly select a category on a website, but since it's a universal template the websites all have different categories of course.
So I need a way to do that dynamically.
my first idea was to simply scrape all occurences of value="XY" of the parent tag, but upon further insepction I realized that you can not create files with zenno to my knowledge, to create cache txt files that contain all the values so I can use the count strings in file macro on it and then delete the file again.
Also using global storage wouldn't be so good I think because I couldn't find an option to add values to global storage and then delete them again, so I would have to do that manually or live with thousands of dead entries in my global storage.
Anybody having solved something similar already, or has simply a better idea than me?
how would you go and get the total number of option values in a form on a website? i want to use that to randomnly select a category on a website, but since it's a universal template the websites all have different categories of course.
So I need a way to do that dynamically.
my first idea was to simply scrape all occurences of value="XY" of the parent tag, but upon further insepction I realized that you can not create files with zenno to my knowledge, to create cache txt files that contain all the values so I can use the count strings in file macro on it and then delete the file again.
Also using global storage wouldn't be so good I think because I couldn't find an option to add values to global storage and then delete them again, so I would have to do that manually or live with thousands of dead entries in my global storage.
Anybody having solved something similar already, or has simply a better idea than me?