We have seen the Robot Run log information which tells us that the robot is running, now let's take a look at the data that the robot has extracted; this is done in the Management Console's Data View.
Click on the Data tab to navigate there; it should look like on the picture below:
Note: The Data View requires a special license, so you may not be able to access it.

When we configured the Store in Database action in our robot, we set it to store data in the objectdb database.
In the Database Navigation tree we see a database named
objectdb. Click on the
next to objectdb (or double
click on the name). This will show us the schemas inside the
Database.
We now see a number of Schemas, one of which is named objectdb. Click this to reveal the tables.
Now we see a table named TIP, which is where the extracted data is stored. Click it to load the Tip data into the grid to the right. You should see the following:

We can see that the table contains the four tips extracted by our robot.
Note that regardless of how many time this robot is run, we only see 4 rows in the table. This is because the primary key is based on the URL, which remains the same. Thus, the second time the robot is run, the existing data is updated.
You can find detailed information on the Data View in the Management Console's Users Guide.