検索:element-exists-1

adminが2022/04/24 04:58に最終更新

15件のうち1 - 10 次のページ » ページ 1 2

Type Secure Text (en)

DatPTが2023/04/19 12:57に最終更新
表示されるドキュメントの内容
of an indicated window. (* is mandatory) In the body of activity Indicate on screen - Chooses the element to verify its existence. This activity will generate a string variable (Selector) to specify the location of that element. Properties Common Continue On Error (Boolean) - A Boolean variable has two possible values
保存場所
Common Element
ドキュメントの内容のソース
. [[image:image-20230419123015-1.png]] (* is mandatory) == **In the body of activity** == * **Indicate on screen** - Chooses the element to verify its existence. This activity will generate a string variable (Selector) to specify the location of that element. == **Properties** == **Common** * **Continue On Error

Get Position (en)

DatPTが2023/04/19 13:01に最終更新
表示されるドキュメントの内容
of a specified UI element. (* is mandatory) In the body of activity Indicate on screen - Chooses the element to verify its existence. This activity will generate a string variable (Selector) to specify the location of that element. Properties Common Continue On Error (Boolean) - A Boolean variable has two possible values
保存場所
Common Element
ドキュメントの内容のソース
== **Description** == This activity is used to retrieve the bounding rectangle of a specified UI element. [[image:image-20230419125632-1.png]] (* is mandatory) == **In the body of activity** == * **Indicate on screen** - Chooses the element to verify its existence. This activity will generate a string variable

Get Attribute (en)

DatPTが2023/04/19 12:58に最終更新
表示されるドキュメントの内容
of a specified attribute of an UI element. (* is mandatory) In the body of activity Indicate on screen - Chooses the element to verify its existence. This activity will generate a string variable (Selector) to specify the location of that element. Text (String)* - The name of the attribute to be retrieved
保存場所
Common Element
ドキュメントの内容のソース
of an UI element. [[image:image-20230419124053-1.png]] (* is mandatory) == **In the body of activity** == * **Indicate on screen** - Chooses the element to verify its existence. This activity will generate a string variable (Selector) to specify the location of that element. * **Text (String)* **- The name

[2] About Activities Packages (en)

DatPTが2023/04/12 16:57に最終更新
表示されるドキュメントの内容
steps explain how to add more packages and customize the list of activities: Step 1: Open akaBot Studio and create a new Process. Step 2: Verify the existing activities packages by clicking the Package Manager button located in the top ribbon. Installing a Package Step 1: Click the All Packages option
保存場所
[1] Introduction
ドキュメントの内容のソース
and customize the list of activities: **Step 1:** Open **akaBot Studio** and create a new **Process**. **Step 2:** Verify the existing activities packages by clicking the **Package Manager** button located
"]] == **Installing a Package** == **Step 1:** Click the **All Packages** option and type in the **Search** bar

[03]Exists In Collection (en)

DatPTが2023/04/17 13:17に最終更新
表示されるドキュメントの内容
you to check whether the item exists in a collection or not. (* for Mandatory) Properties Misc Collection (ICollection)* - The collection in which to check if the item exists. This collection is of type
to organize and structure your code better. E.g: “Exists In Collection” Item (TypeArgument)* - The item whose
タイトル
[03]Exists In Collection
保存場所
[04]Exists In Collection
ドキュメントの内容のソース
" %) ((( System.Activities.Statements.ExistsInCollection<System.Int32> == **Description** == This activity allows you to check whether the item exists in a collection or not. [[image:image-20220505155730-1.png]] (* for Mandatory) == **Properties** == **Misc** * **Collection (ICollection)*** - The collection in which to check if the item exists. This collection is of type

Directory Exists (en)

DatPTが2023/04/17 15:08に最終更新
表示されるドキュメントの内容
the directory has been existed in FTP server or not. (* is mandatory) Properties Common Continue
directory in which to check whether the indicated directory exists. E.g: “/myftpurl.com/wwwroot
of the activity to organize and structure your code better. E.g: “Directory Exist” Output Exist (Boolean
タイトル
Directory Exists
ドキュメントの内容のソース
" %) ((( RCA.Activities.FTP.DirectoryExists == **Description** == This activity allows you to check whether the directory has been existed in FTP server or not. [[image:image-20220505152153-1.png]] (* is mandatory) == **Properties
exists. E.g: “/myftpurl.com/wwwroot/myRemoteFolder/” **Misc** * **Public (Checkbox)** - Check if you

File Exists (en)

DatPTが2023/04/17 16:11に最終更新
表示されるドキュメントの内容
been existed in FTP server or not. (* is mandatory) Properties Common Continue On Error
you want to check whether the indicated file exists. E.g: “/root/Foldername/FileThatNeedcheck.txt
of the activity to organize and structure your code better. E.g: “FTP File Exist” Output Exist (Boolean
タイトル
File Exists
ドキュメントの内容のソース
" %) ((( RCA.Activities.FTP.FileExists == **Description** == * This activity allows you to check whether the file has been existed in FTP server or not. [[image:image-20220505152334-1.png]] (* is mandatory) == **Properties
the indicated file exists. E.g: “/root/Foldername/FileThatNeedcheck.txt” **Misc** * **Public (Checkbox

Write Text File (en)

DatPTが2023/04/17 10:01に最終更新
表示されるドキュメントの内容
text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. (* for Mandatory) In the body of activity File name (String)* - The path
[Input] text to the file specified in [File Name]. If file don’t exists, will create file [FileName
保存場所
[1] Core Activities
ドキュメントの内容のソース
. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. [[image:image-20220513111351-1.png]] (* for Mandatory) == **In the body of activity** == * **File name
in [File Name]. If file don’t exists, will create file [FileName]. If file have value, Overwrite [input

Wait Attribute (en)

DatPTが2023/04/19 12:58に最終更新
表示されるドキュメントの内容
RCA.Activities.Common.WaitAttribute Description This activity is used to wait for the value of the specified UI element's attribute to be equal to an object. (* is mandatory) In the body of activity
(String)* - The expected value of the attribute. Element (UIElement) - The UI element that should contain
保存場所
Common Element
ドキュメントの内容のソース
" %) ((( RCA.Activities.Common.WaitAttribute == **Description** == This activity is used to wait for the value of the specified UI element's attribute to be equal to an object. [[image:image-20230419124551-1.png]] (* is mandatory
)* **- The expected value of the attribute. * **Element (UIElement)** - The UI element that should contain

Input Dialog (en)

DatPTが2023/04/12 18:03に最終更新
表示されるドキュメントの内容
from instead of textbox. If set to contain only one element, a text box appears to write text. If set to contain 2 or 3 elements, they appear as radio button to select from. If select more than 3, they appear
保存場所
[1] Core Activities
ドキュメントの内容のソース
message and an input field. [[image:image-20230412175405-1.png]] == **Properties** == **Input
[]) **- Provides an array of options to choose from instead of textbox. If set to contain only one element, a text box appears to write text. If set to contain 2 or 3 elements, they appear as radio button to select
次のページ » ページ 1 2
[element-exists-1]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成