Skip to main content

How to train your robot to capture screenshots

Using Robot Studio, you can capture selections, the entire page, and/or the visible part of the page.

Nick Simard avatar
Written by Nick Simard
Updated this week

In addition to capturing text, your robot can capture screenshots. Here's how to train your robot to do so:

  • Open Robot Studio

  • In the right sidebar, click on Capture screenshot

  • Choose between:

  • After choosing the option(s) you want, give the screenshot(s) a name

Viewing/downloading screenshots

You can access the captured screenshots via your robot's task.

  • Click the History tab for your robot

  • Click into the specific task

  • See all of the screenshots you've trained your robot to capture

Screenshot examples

From left to right:

Selection: We selected the section that contained the companies.

Selection: We selected the section that contained the page title and description.

Visible part: What the robot saw when it visited the website.

Entire page: That's the whole webpage from top to bottom.

Capturing selections

When capturing selections from the page, move your mouse around and watch parts of the page get highlighted.

When you've identified the appropriate section, click on it and name your screenshot.

Capturing the entire page

When capturing the entire page, simply choose that option then give the screenshot a name. Since you're not selecting anything, there are no decisions to make besides what to name the screenshot.

Capturing the visible part

As with the Entire page option, the only thing you need to do is give the screenshot a name. The robot will automatically capture the part of the page that's visible.


FAQs

Q. Do screenshots show up in the robot's Table?

A. As of now, your captured screenshots will appear in the task's history but not in the data table.

Q. Are screenshots accessible via Zapier?

Q. Are screenshots accesisble via the Browse AI API?

A. Yes, you can access captured screenshots via our API. The screenshots are available as URLs in the API response, typically beginning with https://prod-browseai-captured-data. These URLs can be used to download or further process the screenshots as needed.

Q. Is it possible to see what changed in a captured screenshot?

A. Yes, you can read this article: How to see what changed in a captured screenshot

Did this answer your question?