←back to thread

707 points namukang | 8 comments | | HN request time: 1.152s | source | bottom
Show context
jonshariat ◴[] No.29257328[source]
If this could take screenshots, I would signup in a heartbeat.

Here is my need (and I've had this need my whole working career": What does production look like?

If a tool could automate loggin in, browsing specific flows, take screenshots of every page, and add them to a folder of the day, it would invaluable.

replies(9): >>29257405 #>>29257440 #>>29257706 #>>29258081 #>>29258443 #>>29261404 #>>29264139 #>>29267419 #>>29273692 #
1. dkthehuman ◴[] No.29257440[source]
You're in luck! Browserflow can take screenshots and save them to Google Drive every day. :)

Take a look at the "Take Screenshot" command and feel free to message me on the Browserflow Discord if you need help.

replies(1): >>29257671 #
2. KennyBlanken ◴[] No.29257671[source]
> and save them to Google Drive

No, thank you. Please offer a local save option.

replies(4): >>29257865 #>>29257959 #>>29258114 #>>29258282 #
3. soperj ◴[] No.29257865[source]
How much are you offering for this feature?
4. RandomBookmarks ◴[] No.29257959[source]
Such a thing already exists. The ui.vision extension is roughly the same, but it runs locally (no cloud):

https://ui.vision/rpa/docs/selenium-ide/capturescreenshot

5. dkthehuman ◴[] No.29258114[source]
If you run the flow locally, it'll save locally.

If you run the flow in the cloud, it'll need some place to persist it so I've chosen Google Drive to start. If there's enough demand, I'd be open to storing it on Browserflow's servers and providing an API to access the files but I'd want to make sure that's something enough customers want before sinking my time into it.

replies(2): >>29260725 #>>29262892 #
6. kyawzazaw ◴[] No.29258282[source]
Do you think you would buy this if it does? Seems pricing is high
7. toomuchtodo ◴[] No.29260725{3}[source]
Something to consider is to support an s3 compatible target [1], so a user could target AWS, Backblaze, their own minio instance, etc.

Of course don’t spend the cycles building until demand presents itself.

[1] https://developers.cloudflare.com/logs/get-started/enable-de...

8. dotancohen ◴[] No.29262892{3}[source]
I'm not (yet) a Browserflow user, but it's something that I'm going to either pitch or just skunk into my workflow. But when that time comes, I will absolutely need a first-party way to download screenshots. I'd be open to pulling them from an S3 bucket, but absolutely not from Google Drive.

That time is at least a few weeks off, though, probably after the new year.