webshot icon indicating copy to clipboard operation
webshot copied to clipboard

Capture multiple images after setting session

Open krnbatta opened this issue 5 years ago • 0 comments

Hi Is there any way I can capture multiple pages after a session?

ws = Webshot::Screenshot.instance
ws.start_session do
#set session code
end.capture()#array of urls and array of output images.

Or alternatively, using the same session?

krnbatta avatar Nov 19 '18 14:11 krnbatta