I would like to write a c# script that captures images from a browser every second until I press stop. Does anyone have any ideas of how I can do this? Or if there are some existing examples?
Asked
Active
Viewed 39 times
0
-
`captures images from a browser every second until I press stop` = can you clarify, please? – Marco Aurelio Fernandez Reyes Feb 20 '20 at 22:40
-
I want to Take a print screen every second (but only for a given window frame, not the whole screen). I want to capture images in order to record a workflow. I am looking for ideas of how I can write this in code – Sofia Malmsten Feb 21 '20 at 06:51
-
Check [this](https://stackoverflow.com/a/53218064/10216583) post. – Feb 21 '20 at 08:10