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.
UI object recognition: IEWaitAppear, IEWaitDisappear, IEFind, IEIsExist
Mouse operation: IEClick
Keyboard operation: IESetText, IETextInput
Run browser, Move URL and exit: IEOpen, IEClose, IENavigate
Check box setting: IESetCheckState, IEGetCheckState
Import data: IEGetData, IEGetTableData, IEGetListData
Credential related: CredentialIESetText, CredentialIETextInput
Other: IESelectListItem, IEScreenshot, IERunAction
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
Set the attributes associated with the target (UI object).
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
ACTIVE_PAGE means Internet Explorer screen that is activated at the time of execution.
IE library does not support XPath, only Selector.
IE library does not support document mode 8.
TARGET - ExecuteQuery
You can edit the entered ExecuteQuery contents.
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
Enter the browser ID in the [Output]browser. (Default: RESULT)
Enter the URL to connect to the URL. If there is no input, the empty browser opens.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. |
Example of utilization
Open Naver page(naver.com) with Internet Explorer, wait 3 seconds and exit Internet Explorer.
Sample file
Menu > Help > Sample > Sample > IE > P_IEOpen
Used variable
None
Used properties
[Output] Browser = RESULT
URL = 'naver.com'
Maximize = On
Remarks
* The specified ID ([Output] Browser) can be used on the IEClose activity card. (It is not available on the CloseApp activity card. )
Related/Similar activities
IEClose
IEClose
Overview
Exit the specified Internet Explorer browser.
Application procedure
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. |
Example of utilization
Open Naver page with Internet Explorer, wait 3 seconds, and exit Internet Explorer.
Sample file
Menu > Help > Sample > Sample > IE > P_IEClose
Used variable
None
Used properties
[Input] Browser : RESULT
Related/Similar activities
IENavigate
IENavigate
Overview
Moves to the URL page entered by the specified Internet Explorer browser.
Application procedure
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IENavigate
Used variable
None
Used properties
[Input] Browser : RESULT
URL : 'google.com'
Related/Similar activities
IEWaitAppear
IEWaitAppear
Overview
Wait for the specified time until the target object is displayed.
Application procedure
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEWaitAppear
Used variable
this.isAppear
Used properties
[Output] Result : this.isAppear
[Input] Browser : ACTIVE_PAGE
Related/Similar activities
IEWaitDisappear
IEWaitDisappear
Overview
Wait for the specified time until the specified object disappears.
Application procedure
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEWaitDisappear
Used variable
this.isAppear
Used properties
[Output] Result : this.isAppear
[Input] Browser : ACTIVE_PAGE
Related/Similar activities
IEFind
IEFind
Overview
Returns the specified object on the specified page.
Application procedure
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEFind
Used variable
this.element
Used properties
[Output] Element : this.element
[Input] Browser : ACTIVE_PAGE
Remarks
A page without a URL cannot recognize objects normally.
Related/Similar activities
IEIsExist
IEIsExist
Overview
Verify that the specified object exists on the specified page.
Application procedure
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable to save the [Output] result in Result.
Enter a variable that stores the ID of the Internet Explorer browser to search for [Input] Browser. (Default: ACTIVE_PAGE)
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEIsExist
Used variable
this.isExist
Used properties
[Output] Result : this.isExist
[Input] Browser : ACTIVE_PAGE
Related/Similar activities
IEClick
IEClick
Overview
On the specified page, click the specified object.
Application procedure
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEClick
Used variable
None
Used properties
[Input] Browser : ACTIVE_PAGE
Related/Similar activities
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
Double-click No Target on the activity card.
Specify the desired object in the Chrome browser.
Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)
Enter a character to select from the object specified in Text.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IESelectListItem
Used variable
None
Used propeties
[Input] Browser : ACTIVE_PAGE
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
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable to store the data values imported from the [Output] data.
Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)
Specify the data type to import in DataType.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEGetData
Used variable
this.data
Used properties
[Output] Data : this.data
[Input] Browser : ACTIVE_PAGE
Related/Similar activities
IESetText
IESetText
Overview
Enter the desired text for the specified object.
Application procedure
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)
Enter the desired text in the input text.
In Done (Enter), enter a character in the object and specify whether to enter the Enter key.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IESetText
Used variable
None
Used properties
[Input] Browser : ACTIVE_PAGE
Remarks
A page without a URL cannot recognize objects normally.
Related/Similar activities
IETextInput
IETextInput
Overview
Enter the desired text for the specified object.
Application procedure
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)
Enter the desired text in the input text.
Clear Before selects whether to delete the existing text before entering a character in the object.
In Done (Enter), enter a character in the object and specify whether to enter the Enter key.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IESetText
Used variable
None
Used properties
[Input] Browser : ACTIVE_PAGE
Remarks
A page without a URL cannot recognize objects normally.
Related/Similar activities
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.
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)
Select public resources of Creative type in Input Text.
In Done (Enter), enter a character in the object and specify whether to enter the Enter key.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. |
Remarks
A page without a URL cannot recognize objects normally.
Related/Similar activities
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.
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)
Select public resources of Creative type in Input Text.
Clear Before specifies whether to delete existing text before entering characters in the object.
In Done (Enter), enter a character in the object and specify whether to enter the Enter key.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. |
Remarks
A page without a URL cannot recognize objects normally.
Related/Similar activities
IEScreenshot
IEScreenshot
Overview
Capture the specified page and save it as a file.
Application procedure
Enter a variable to save the file path where the screen captured in the [Output] Result is stored.
Enter a variable that saved the ID of the Internet Explorer browser running on [Input] Browser. (Default: ACTIVE_PAGE)
Specify the entire path to which the file captured in FolderPath will be saved.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEScreenshot
Used variable
this.screenshot
Used properties
[Input] Browser = ACTIVE_PAGE
[Output] Result = this.screenshot
FolderPath = 'C:\\'
Remarks
A page without a URL cannot recognize the object normally.
When capturing the screen, if there is another screen on the browser, it does not work normally.
IERunAction
IERunAction
Overview
Perform the specified behavior using the specified object.
Application procedure
Enter a variable to save the result of the event in [Output] Result.
Enter a variable that stores the ID of the Internet Explorer browser to generate or search for events in [Input] Browser. (Default: ACTIVE_PAGE)
Enter the variable of the target object where the event will occur in the [Input] element.
Select the event (action method) to run on Command.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IERunAction
Used variable
this.output
this.element
Used properties
[Output] Result = this.output
[Input] Element = this.element
[Input] Browser = ACTIVE_PAGE
Command = Click
Remarks
The '[Output] Element attribute variable in the IEFind activity card must be specified as' [Input] Element variable.
Command
Click: Click the object.
MoveToElement: Performs the same function as mouse Hover. (Do not move the actual mouse. )
GetParentElement: Returns the parent object information of the object.
GetChildElement: Returns the first child object information of the object.
GetNextElement: Returns the object's next object information.
GetPreviousElement: Returns the object's previous object information.
Related/Similar activities
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.
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter the variable that saved the ID of the Internet Explorer browser to select the checkbox for [Input] Browser. (Default: ACTIVE_PAGE)
Select either Checked (Select checkbox) or Unchecked (Unselected checkbox) in Command.
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IESetCheckState
Used variable
None
Used properties
[Input] Browser : ACTIVE_PAGE
Remarks
A page that does not have a used property URL cannot recognize objects normally.
Related/Similar activities
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.
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable to store the status information of the checkbox in the [Output] Result.
Enter a variable that saved the ID of the Internet Explorer browser to get checkbox status information to [Input] Browser. (Default: ACTIVE_PAGE)
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEGetCheckState
Used variable
this.output
Used properties
[Output] Result : this.output
[Input] Browser : ACTIVE_PAGE
Remarks
A page without a URL cannot recognize objects usually.
Related/Similar activities
IEGetTableData
IEGetTableData
Overview
Import data from the target object into a two-dimensional array form (table) in the specified data format.
Application procedure
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable to store the object information in the [Output] data.
Enter a variable that saved the ID of the Internet Explorer browser to get object information to [Input] Browser. (Default: ACTIVE_PAGE)
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEGetTableData
Used variable
this.data
Used properties
[Output] Data : this.data
[Input] Browser : ACTIVE_PAGE
Related/Similar activities
IEGetListData
IEGetListData
Overview
Import data from the target object into a one-dimensional array form (table) in the specified data format.
Application procedure
Double-click No Target on the activity card.
Specify the desired object in the Internet Explorer browser.
Enter a variable to store the object information in the [Output] data.
Enter a variable that saved the ID of the Internet Explorer browser to get object information to [Input] Browser. (Default: ACTIVE_PAGE)
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 | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | Common property of the IE library. | |
Y | - | - | - | - | 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.
Sample file
Menu > Help > Sample > Sample > IE > P_IEGetListData
Used variable
this.data
Used properties
[Output] Data : this.data
[Input] Browser : ACTIVE_PAGE
Related/Similar activities