Hi,
My basic outline of my workflow consists of ;
- Scraping text data from a webpage via html elements.
- Info of those texts are saved as variables and inserted into a csv file as a string. To then be later searchable like a database for later retrieval.
Now at this point i would like to take a screen shot of said webpage with the correlating variables as a whole. Then save and attach that image to that string of data in that csv file somehow with one of the text variables such as a “order number” to be used as the images file name.
Regards Bradley Mckinnon