Operate a Page

NO IMAGE

Japanese may be displayed on some pages.

 Home > User guide > BOT > How to use the BOT editor > Operate a page

This page explains how to operate an element in the Page.

Click an element

Operating Instructions  

Click and Select the element. The operation menu appears by clicking again while the element is selected. Click "Click" on the operation menu.

Watch a Video   No audio.

Watch in HD

Get a value in the element

Operating Instructions  

Click and select the element. The operation menu appears by clicking again while the element is selected. Click "Copy" on the operation menu, and then click "copy the text". Input the data name, and then click "Copy".

Watch a Video   No audio.

Watch in HD

Get a URL of the link

Operating Instructions  

Click and select the element. The operation menu appears by clicking again while the element is selected. Click "Copy" on the operation menu, and then click "Copy the link URL". Input the data name, and then click "Copy".

Watch a Video   No audio.

Watch in HD

Get an attribute value in the element

Operating Instructions  

Click and select the element. The operation menu appears by clicking again while the element is selected. Click "Copy" on the operation menu, and then click "Copy the attribute value", the list of attribute values will appear. Select an attribute value out of them. Input the data name, and then click "Copy".

Watch a Video   No audio.

Watch in HD

Get the overview of the selection range

Operating Instructions  

Click and select the element. The operation menu appears by clicking again while the element is selected. Click "Copy" on the operation menu, and then click "Copy the selection range". Input the data name, and then click "Copy".

Watch a Video   No audio.

Watch in HD

Extend a selection and Undo a selection

Operating Instructions  

The range of the selected elements can be adjusted.

  1. Click to select an element.
  2. Click again to display the action menu.
  3. Select "Selection menu" from the action menu.
  4. Adjust using "Extend a selection" or "Undo a selection."

Input a value in the text box

Input any string

Operating Instructions  

Click and select the element. The operation menu appears by clicking again while the element is selected. Click "Input" on the operation menu. Input characters, and then press the button.

Watch a Video   No audio.

Watch in HD

Pasting data

Pasting the value stored as data within the BOT into the text box.

Operating Instructions  
  1. Select "Paste data" from the operation menu.
  2. Select the desired data for pasting.

Differences by data type

Data type Pasting content
Text Pasting plain text.
Multiple text Pasting multiple text items separated by commas.
Files Pasting the URL of the file.

Input a value in the select box

Input any string

Operating Instructions  

Click and select the element. The operation menu appears by clicking again while the element is selected. Click "Input" on the operation menu. Click the select box, then the pull-down menu appears. Select a value.

Watch a Video   No audio.

Watch in HD

Select by pasting data

Values stored as data within the BOT can be pasted into the select box to make a selection.
If there is data that matches the value attribute of an option within the select box, that option will be selected.

Differences by data type

Data type Select by pasting
Text Will be selected if the data matches the value attribute of an option in the select box.
Multiple text Will be selected if the first data matches the value attribute of an option in the select box.
Files Pasting is not possible.

Input a value in the checkbox

Input any string

Operating Instructions  

Click and select the element. The operation menu appears by clicking again while the element is selected. Click "Input" on the operation menu. Confirm that the checkbox is checked, and then press the button.

Watch a Video   No audio.

Watch in HD

Select by pasting data

Values stored as data within the BOT can be pasted into the checkboxes to make a selection.
If there is data that matches the value attribute of a checkbox, that checkbox will be selected.

Differences by data type

Data type Select by pasting
Text Will be selected if the data matches the value attribute of a checkbox.
Multiple text All will be selected if multiple data items match the value attributes of multiple checkboxes.
Files Pasting is not possible.

Input a value in the radio button

Input any string

Operating Instructions  

Click and select the element. The operation menu appears by clicking again while the element is selected. Click "Input" on the operation menu. Confirm that the radio button is checked, and then press the button.

Watch a Video   No audio.

Watch in HD

Select by pasting data

Values stored as data within the BOT can be pasted into the radio buttons to make a selection.
If there is data that matches the value attribute of a radio button, that radio button will be selected.

Differences by data type

Data type Select by pasting
Text Will be selected if the data matches the value attribute of a radio button.
Multiple text Will be selected if the first data matches the value attribute of a radio button.
Files Pasting is not possible.

Specifying an element selector

The currently selected element is confirmed. The element selector for the selected element will be shown in the "Specify an element selector" field.
* For adjusting the range of the selected element, refer to "Extend a selection and Undo a selection."

Operating Instructions  
  1. Select "Selection menu" from the action menu.
  2. Choose "Specify an element selector."

* This can also be selected from the menu at the top right of the screen.

How to Specify an element selector

Operating Instructions  

In "Specify an element selector," the element selector for the selected element is checked.
It is also possible to input any element selector to reselect an element.

Specify by HTML structure
Express the element selector using the hierarchical structure of HTML leading to the element.
Example: html > body > div > section:nth-of-type(2) > div > div > div > div > div > h2

Specify by ID attribute
Express the element selector starting from an element with a specified ID attribute.
Example: div#app > section:nth-of-type(2) > div > div > div > div > div > h2

Specify by any selector
Input any element selector to specify an element.
When specifying with any selector, it is also possible to reference data stored in Cloud BOT.

Record the operation by specifying the ID

Operating Instructions  

Select the operation you want to record (click, copy, etc.). Click "How to specify an element" at the bottom left of the confirmation dialog. Click "Convert to ID attribute specification".

Watch a Video   No audio.

Watch in HD

Other functions

Download

Download the linked file or image file.

  • For instructions on how to download linked files, click here.
  • For instructions on how to download image files, click here.

Right-click

Right-click an element.

Operating Instructions  
  1. Click "Other functions" from the operation menu.
  2. Click "Right-click."

Wait until the element is displayed

Wait until the element is displayed.
This is used when there are images displayed after the page loads or buttons that are displayed later by JavaScript, and waiting until they are displayed is necessary.

Operating Instructions  
  1. Click "Other functions" from the operation menu.
  2. Click "Wait until the element is displayed."

* The waiting time until the selected element is displayed can be adjusted with the "Timeout" setting. For more information about task timeouts, click here.

Create a condition with the element

Create a condition expression using the target element as a template.

Verify element existence

Verify the existence of the selected element.

Operating Instructions  
  1. Click the element to verify its existence.
  2. Click "Other functions."
  3. Click "Create a condition with the element."
  4. Click "Verify element existence."
  5. Click "OK." A conditional branch for the existence of the element will be inserted into the tasks in the side menu.

Export/Import cookie

Cookie from the virtual browser can be exported and imported. Exporting and importing can be recorded as tasks.
Additionally, cookie information can be checked and copied to the clipboard.

Operating Instructions  
  • Click the "Cookie" button in the side menu or click "Cookie" in the top-right corner of the screen to open the cookie modal window.

About cookie information

Checking cookie information

Cookie information of the virtual browser can be checked.
* Cookie is displayed as data in JSON format.

Copying cookie

Cookie from the virtual browser can be copied to the clipboard.

Operating Instructions  
  • Click the copy icon to copy the cookie values.

Exporting cookie

Export the currently displayed virtual browser cookie and store it as data.

Operating Instructions  
  1. Select "Destination data".
    * Choose either "New data" or the name of the destination data.
  2. Click the "Export" button. The task of exporting the cookie will be added.

Importing cookie

Import JSON data stored in the data as a cookie.
* If the imported cookie is not valid JSON data, an error will occur.

Operating Instructions  
  1. Select the data name from "Data to be imported".
  2. Click the "Import" button. The task of importing the cookie will be added.