IE library

Overview

Overview

The IE library is no longer supported (Deprecated).

Therefore, manuals and samples for the IE library and all sub-cards may not be valid.

Use the features provided by the IE library to control the Internet Explorer screen.

The features available in the IE library are as follows.

Samples for IE libraries can be referenced using a designer or window explorer.

Designer path: Menu > Help > Sample > Sample > IE

• Window explorer path: C:\Users\user\AppData\Roaming\Brity Works Designer\samples\IE


[IE sample project name and related library]

IE: IESetCheckState, IEGetCheckState, IEClick, CredentialIESetText, CredentialIETextInput, IEFind, IEGetData, IEGetListData, IEGetTableData, IEIsExist, IENavigate, IEOpen, IEClose, IERunAction, IEScreenshot, IESelectListItem, IESetText, IETextInput, IEWaitAppear, IEWaitDisappear

Common Attribute

Common attribute

TARGET

카드 속성

Properties

Type

Required

Unit

Auto-setting

Description

URL

Character

Y

-

N

After running the browser, type the URL you want to connect to in a single quotation mark.

(Default: 'about: blank' (blank browser))

Maximize

Toggle Button

N

-

Y

Sets whether to maximize the browser when running chrome. (Default: On)

IEUrl

String

N

-

Y

Enter the page URL at the time the object was recorded.

Title

String

N

-

Y

The IE browser title at the time of recording.

ExecuteQuery

String

Y

-

Y

Enter an XPath or Selector to locate objects during execution.

Image

Image

N

-

Y

The ambient screen image appears based on the location of the specified object.

Remarks

TARGET - ExecuteQuery

1The ExecuteQuery name to be used when executing activity is displayed.

2Displays how many of the currently set ExecuteQuery in the page, and how many items are currently displayed in the HTML View.

3Explore the next or previous of the ExecuteQuery existing on the page.

4Displays the contents of the page when recording.

5Displays the tag (TAG) from the selected object to the top when recording.

6Select whether to reflect the tag in ExecuteQuery.

7Displays the attributes that belong to the selected tag and reflects them in the ExecuteQuery by changing the contents or selecting whether the properties are active or inactive.

8Automatically generate ExecuteQuery for the selected object during recording.

9Display the selected object in the browser. The Internet Explorer only works when the page is active.

MORE OPTIONS

카드 속성

Properties

Type

Required

Unit

Auto-setting

Description

WaitTime(Sec)

Number

N

Sec

Y

Enter the maximum latency (seconds) required to open the browser.

IframeSrc

Character

N

-

Y

If the specified object is inside the IFrame, enter the src property of the IFrame.

Iframe Index

Character

N

-

Y

If there is no result or two or more frames are retrieved by searching for frames with the Iframe Src property, the frame is searched with the value of the Iframe Index property.

If one frame is retrieved with the Iframe Src property, the Iframe Index property is not used.

On Error

ComboBox

N

-

N

Specifies the behavior to be performed when an error occurs at the time of execution.

- Unspecified: Displays an error and ends the operation.

- Ignore: Ignore the corresponding error.- Retry: Re-try the activity once.

- _Event: Select the event created within the project.

DESCRIPTION

카드 속성

Properties

Type

Required

Unit

Auto-setting

Description

Description

Text

N

-

N

Adds a description of that activity card.

When a description is entered, it is displayed in the corresponding activity description of the flowchart. If there is no description, a signpost is displayed in the corresponding activity description.

IEOpen

IEOpen

Overview

Run the Internet Explorer browser. If a URL is entered in the URL property, the URL is connected when executed.
The specified ID ([Output] Browser) can be used on the IEClose activity card.

Application procedure

  1. Enter the browser ID in the [Output]browser. (Default: RESULT)

  2. Enter the URL to connect to the URL. If there is no input, the empty browser opens.

  3. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: RESULT)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open Naver page(naver.com) with Internet Explorer, wait 3 seconds and exit Internet Explorer.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Remarks

Related/Similar activities

IEClose, IENavigate

IEClose

IEClose

Overview

Exit the specified Internet Explorer browser.

Application procedure

  1. Enter a variable that saved the ID of the Internet Explorer browser from terminating with [Input]Browser. (Default: RESULT)

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: LATEST _ BROWSER)

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open Naver page with Internet Explorer, wait 3 seconds, and exit Internet Explorer.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Related/Similar activities

IEOpen, IENavigate

IENavigate

IENavigate

Overview

Moves to the URL page entered by the specified Internet Explorer browser.

Application procedure

  1. Enter the variable that saved the ID of the Internet Explorer browser running on [Intput] Browser. (Default: RESULT)

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: RESULT)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open Naver page (naver.com) with Internet Explorer, go to Google page (google.com) after 3 seconds, and close the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Related/Similar activities

IEOpen, IEClose

IEWaitAppear

IEWaitAppear

Overview

Wait for the specified time until the target object is displayed.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Result

Variable

Y

-

Y

A variable to store the missing values that you checked to see if the target object appeared. (Default: RESULT)

If a target object is found within a specified time, it is returned as True. If it is not found, it is returned as False.

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

The Internet Explorer opens the Naver page (naver.com), checks whether the login button exists, outputs it as a message, moves to Google page (google.com), checks if the Naver login button exists, outputs it as a message, and exits the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Related/Similar activities

IEWaitDisappear, IEIsExist

IEWaitDisappear

IEWaitDisappear

Overview

Wait for the specified time until the specified object disappears.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Result

Variable

Y

-

Y

Enter a variable to store the missing values that you checked to see if the target object appeared. (Default: RESULT)

If a target object is found within a specified time, it is returned as True. If it is not found, it is returned as False.

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the Naver page (naver.com) as an Internet Explorer, check for 10 seconds whether the login button does not exist, print a message as to whether the login button does not exist, move to Google page (google.com), check if the login button does not exist, then print a message as to whether the login button does not exist, and exit the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Related/Similar activities

IEWaitAppear, IEIsExist

IEFind

IEFind

Overview

Returns the specified object on the specified page.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Element

Variable

Y

-

Y

Specifies the variable for storing the specified object. (Default: RESULT)

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

Multiple

Toggle Button

N

-

Y

If two or more objects are corresponding to ExecuteQuery, all are imported when activated, and only one is imported when disabled.

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the Naver page (naver.com) as an Internet Explorer, output a message box that means the login button search, find and click the login button, wait 3 seconds, and exit the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Remarks

A page without a URL cannot recognize objects normally.

Related/Similar activities

IERunAction

IEIsExist

IEIsExist

Overview

Verify that the specified object exists on the specified page.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable to save the [Output] result in Result.

  4. Enter a variable that stores the ID of the Internet Explorer browser to search for [Input] Browser. (Default: ACTIVE_PAGE)

  5. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Result

Variable

Y

-

Y

Enter a variable to store the results of the test for the target object. (Default: RESULT)

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the Naver page with Internet Explorer, check if there is a login button, and display it as a message box.
Go to the Google page, check if there is a Naver login button, display it as a message box, and exit the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Related/Similar activities

IEWaitAppear, IEWaitDisappear

IEClick

IEClick

Overview

On the specified page, click the specified object.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)

  4. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the Naver page with the Internet Explorer, click the login button, wait 3 seconds, and exit the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Related/Similar activities

IERunAction

IESelectListItem

IESelectListItem

Overview

Locate and select the value entered in the object (DropDown) of the Select type. Objects other than Select tags are not selectable.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Chrome browser.

  3. Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)

  4. Enter a character to select from the object specified in Text.

  5. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

Y

[TARGET] Text

String

Y

-

N

Enter a character to select from the specified object.

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the sample page to the Internet Explorer, output the message that you select Audi, select Audi from the combo box, and exit the browser after 3 seconds.

Excel_NewExcel_1K

Sample file

Used variable

Used propeties

Remarks

Only objects created with Select tags can be specified as targets.

IEGetData

IEGetData

Overview

Gets the data value of the specified object.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable to store the data values imported from the [Output] data.

  4. Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)

  5. Specify the data type to import in DataType.

  6. Specify the desired value for other properties.

Card output properties

Property

Type

Additional comments

Description

Example

Data

string

-

The imported object information is returned.

'https://mail.daum.net/'

Card input properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

DataType

Combo Box

N

-

Y

Specifies the data type to return for the object. (Default: Text)

Data type shows the types that exist in the selected object.

※ Data type type


- Text, Element, href, class, data-tiara-layer, data-tiara-action-name

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the Amazon page to the Internet Explorer, fetch the text of the 'Customer Service' button, output it as a message, fetch the link address of that button, output it as a message, and exit the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Related/Similar activities

IERunAction

IESetText

IESetText

Overview

Enter the desired text for the specified object.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)

  4. Enter the desired text in the input text.

  5. In Done (Enter), enter a character in the object and specify whether to enter the Enter key.

  6. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

Input Text

String

Y

-

N

Specifies the character to enter into the object.

Select the 'Secure' tab to avoid displaying phrases such as passwords.

N

Done(Enter)

Toggle Button

N

-

Y

Enter a character in the object and specify whether to enter the Enter key. (Default: Off)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the Google page with Internet Explorer, type 'samsungSDS' in the search box, and enter an entry.
Wait 3 seconds and exit the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Remarks

A page without a URL cannot recognize objects normally.

Related/Similar activities

CredentialIESetText

IETextInput

IETextInput

Overview

Enter the desired text for the specified object.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)

  4. Enter the desired text in the input text.

  5. Clear Before selects whether to delete the existing text before entering a character in the object.

  6. In Done (Enter), enter a character in the object and specify whether to enter the Enter key.

  7. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

Input Text

String

Y

-

N

Specifies the character to enter into the object.

Select the 'Secure' tab to avoid displaying phrases such as passwords.

N

Clear Before

Toggle Button

N

-

Y

Specifies whether to delete existing text before entering text into an object. (Default: On)

Disable (Off), the string entered in the existing phrase is added.

N

Done(Enter)

Toggle Button

N

-

Y

Enter a character in the object and specify whether to enter the Enter key. (Default: Off)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the Google page with Internet Explorer, type 'samsungSDS' in the search box, and enter an entry.
Wait 3 seconds and exit the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Remarks

A page without a URL cannot recognize objects normally.

Related/Similar activities

CredentialIETextInput

CredentialIESetText

CredentialIESetText

Overview

Specifies the type of data that is pre-assigned to the desired object.
In addition to using the credential resource, the default user is the same as the IESetText activity card.

Application procedure

Can not be used as input data except for the critical resource.

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)

  4. Select public resources of Creative type in Input Text.

  5. In Done (Enter), enter a character in the object and specify whether to enter the Enter key.

  6. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

Done (Enter)

Toggle Button

N

-

Y

Enter a character in the object and specify whether to enter the Enter key. (Default: Off)

N

Input Text

String

Y

-

N

Specifies the resource of the critical type to enter into the object.

(You must be registered with the server in advance. )

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Remarks

A page without a URL cannot recognize objects normally.

Related/Similar activities

IESetText

CredentialIETextInput

CredentialIETextInput

Overview

Specifies the type of data that is pre-assigned to the desired object.
In addition to using critical resources, the default usage is the same as the IETextInput activity card.

Application procedure

Can not be used as input data except for the critical resource.

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)

  4. Select public resources of Creative type in Input Text.

  5. Clear Before specifies whether to delete existing text before entering characters in the object.

  6. In Done (Enter), enter a character in the object and specify whether to enter the Enter key.

  7. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

Done(Enter)

Toggle Button

N

-

Y

Enter a character in the object and specify whether to enter the Enter key. (Default: Off)

N

Clear Before

Toggle Button

N

-

Y

Specifies whether to delete existing text before entering text into an object. (Default: On)

Disable (Off), the string entered in the existing phrase is added.

N

Input Text

String

Y

-

N

Specifies the resource of the critical type to enter into the object.

(You must be registered with the server in advance. )

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Remarks

A page without a URL cannot recognize objects normally.

Related/Similar activities

IETextInput

IEScreenshot

IEScreenshot

Overview

Capture the specified page and save it as a file.

Application procedure

  1. Enter a variable to save the file path where the screen captured in the [Output] Result is stored.

  2. Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)

  3. Specify the entire path to which the file captured in FolderPath will be saved.

  4. Specify the desired value for other properties.

Card output properties

Property

Type

Additional comments

Description

Example

Result

String

-

The file path where the screenshot is saved is returned.Path : (FilePath)\\Screenshot_yyyyMMddHHmmss.png

'C:\\Screenshot_20210708170805.png'

Card input properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the ID variable for the Internet Explorer that was executed. (Default: ACTIVE_PAGE)

N

FolderPath

String

Y

-

N

Specify the folder path to which the captured file will be saved.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the Google page with the Internet Explorer, save the screenshot to the 'C:\\' location, and exit the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Remarks

IERunAction

IERunAction

Overview

Perform the specified behavior using the specified object.

Application procedure

  1. Enter a variable to save the result of the event in [Output] Result.

  2. Enter a variable that stores the ID of the Internet Explorer browser to generate or search for events in [Input] Browser. (Default: ACTIVE_PAGE)

  3. Enter the variable of the target object where the event will occur in the [Input] element.

  4. Select the event (action method) to run on Command.

  5. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Result

Variable

Y

-

Y

Enter a variable to store the missing values that performed the event. (Default: RESULT)

Click, MovetoElement, etc. during command may not return the execution result.

N

[Input] Element

Variable

Y

-

N

Enter a variable for the target object where the event will occur.

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

Command

Combinationo Box

Y

-

Y

Select the event to run (how to act). (Default: Click)

Please refer to the following special note for the type of events that can be executed.

N

Script

String

N

-

N

If the command is' ExecuteScript script ', enter the script to be executed.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of Utilization

Open the Naver page with the Internet Explorer and click the login button.
Exit the browser after 3 seconds.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Remarks

The '[Output] Element attribute variable in the IEFind activity card must be specified as' [Input] Element variable.

Command

Related/Similar activities

IEFind, IEClick, IEGetData

IESetCheckState

IESetCheckState

Overview

Select or disable the specified checkbox.
Depending on how the page is implemented, it may appear as a checkbox but may not be selected, and a page without a URL cannot usually read the object.

Application procedure

Only the checkbox type can be specified.

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter the variable that saved the ID of the Internet Explorer browser to select the checkbox for [Input] Browser. (Default: ACTIVE_PAGE)

  4. Select either Checked (Select checkbox) or Unchecked (Unselected checkbox) in Command.

  5. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

Command

Combination Box

N

-

Y

Set the checkbox to Checked or Unchecked. (Default: Checked)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the next login page with Internet Explorer, display the 'set login' message, and check 'Keep login status.' Check 'keep login status' after outputting 'login set unregistered' message.
Exit the browser after 3 seconds.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Remarks

A page that does not have a used property URL cannot recognize objects normally.

Related/Similar activities

IEGetCheckState

IEGetCheckState

IEGetCheckState

Overview

Gets the status information of the specified checkbox as a string. There are three types of status information: 'Checked', 'UnChecked', and 'Unknown'.

Application procedure

Only the checkbox type can be specified.

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable to store the status information of the checkbox in the [Output] Result.

  4. Enter a variable that saved the ID of the Internet Explorer browser to get checkbox status information to [Input] Browser. (Default: ACTIVE_PAGE)

  5. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Result

Variable

Y

-

Y

Enter a variable to store the status information in the checkbox. (Default: RESULT)


missing values include 'Checked', 'UnChecked', and 'Unknown'.

N

[Input] Browser

Variable

Y

-

Y

Specifies the ID variable for the Internet Explorer that was executed. (Default: ACTIVE_PAGE)

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the next login page with Internet Explorer and fetch the 'Keep Login Status' check status, and output it as a message. Next, check 'Maintain login status,' import the check status, and display it as a message.
Exit the browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Remarks

A page without a URL cannot recognize objects usually.

Related/Similar activities

IESetCheckState

IEGetTableData

IEGetTableData

Overview

Import data from the target object into a two-dimensional array form (table) in the specified data format.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable to store the object information in the [Output] data.

  4. Enter a variable that saved the ID of the Internet Explorer browser to get object information to [Input] Browser. (Default: ACTIVE_PAGE)

  5. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Data

Variable

Y

-

Y

Specifies the variable for storing imported object information. (Default: RESULT)

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

DataType

Combo box

N

-

Y

Specifies the data type to return. (Default: Text)



※ Data type type

- Text, Element

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the 'https://www.w3schools.com/html/html_tables.asp' page with an Internet Explorer, and store the text values of the cell objects in the table (table) in the variable. Then, output the variable's value to the message box, and exit the Internet Explorer browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Related/Similar activities

IEGetListData

IEGetListData

IEGetListData

Overview

Import data from the target object into a one-dimensional array form (table) in the specified data format.

Application procedure

  1. Double-click No Target on the activity card.

  2. Specify the desired object in the Internet Explorer browser.

  3. Enter a variable to store the object information in the [Output] data.

  4. Enter a variable that saved the ID of the Internet Explorer browser to get object information to [Input] Browser. (Default: ACTIVE_PAGE)

  5. Specify the desired value for other properties.

Card properties

카드 속성

Common

Properties

Type

Required

Unit

Auto-setting

Description

N

[Output] Data

Variable

Y

-

Y

Specifies the variable for storing imported object information. (Default: RESULT)

N

[Input] Browser

Variable

Y

-

Y

Specifies the variable that stores the ID of the executed Internet Explorer browser. (Default: ACTIVE_PAGE)

N

Data Type

Combo box

N

-

Y

Specifies the data type to return. (Default: Text)


※ Data type type

- Text, Element

Y

TARGET

-

-

-

-

Common property of the IE library.

Y

MORE OPTIONS

-

-

-

-

Common property of the IE library.

Y

DESCRIPTION

-

-

-

-

Common property of the IE library.

Example of utilization

Open the ‘ https://www.w3schools.com/html/html_tables.asp ’ page with an Internet Explorer, and store the text values of the cell objects in the table (table) in the variable. Output the value of the variable to the message box, and exit the Internet Explorer browser.

Excel_NewExcel_1K

Sample file

Used variable

Used properties

Related/Similar activities

IEGetTableData