@Moastafi74 said in load and show page using http client ?:
@Fox why doesn't load full page?
Open the console in the browser on the network tab and go to the page. You will see that multiple requests are used to load the page, not just one.
Each post will have multiple images. I want the folder that it grabs the images from to be random every time, within a certain directory.
So it would be:
Thread 1: Posting photos from folder 7
Thread 2: Posting photos from folder 2
Thread 3: Posting photos from folder 4
Thread 4: Posting photos from folder 9
Completely random folder for each thread and each folder can be reused as well.
How do I get BAS to open file result from a random subfolder within a main folder?
I probably figured it out. I read the main directories folders with "read file info" then pick random element from that, then use that as a variable for open file result, with the name of the image or video of the file you want to post directly after the variable in the text box for "open file result". You have to prename your files to have this run and choose random folders within a folder.
If anyone has a better way, please let me know! Thanks!