What are some ways I can simulate real websites using Avalanche? Preferably, I want the clients to randomly pick from a pool of websites and get all resources from that site.
What I had in mind was to save a bunch of webpages on Chrome (so I'll get a site.html and a sites_files folder with all the resources that site contains). In the actions list, could it be like:
for each file in site_files
1 get https://1.2.3.4/site_files/file
end for each
I do not know the exact syntax so I'll have to figure that out.
Or would 1 get https://1.2.3.4/site.html actually grab everything the site has if it's in the sites_file folder?
If anyone has any suggestions, I really appreciate it.
Thanks!