検索:element-exists-1

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

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

[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

[2] How to use akaBot Studio (en)

VuNH54が2023/04/13 15:54に最終更新
表示されるドキュメントの内容
project. 2. Open a Project To open an existed workflow project, you can follow below actions: Step 1
allows you to easily access to specific functionalities as below: # Panel Description 1 File Display
Description 1 New Create a new workflow project. Refer to section: 2.2.1 Create a new workflow project
ドキュメントの内容のソース
process. [[image:image-20220506161325-1.png]] === **akaBot Studio User Interface** === akaBot Studio
: |=#|=Panel|=Description |1|File|Display the functionalities which you can use to operate on the file. |2|Home
panel allows you to perform some below actions: |=#|=Tab|=Description |**1**|**New**|Create a new

Path Exists (en)

Giang Tranが2022/05/13 04:00に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.PathExists Description This activity allows you to open a dialog and check if the specified path of file or folder/directory exists. (* for Mandatory) In the body of activity Path type
Exists Output Path Exists (Boolean) - The result of the check. Only return True or False.
タイトル
Path Exists
保存場所
[1] Core Activities
Path Exists
ドキュメントの内容のソース
path of file or folder/directory exists. [[image:image-20220505093138-1.jpeg]] (* for Mandatory
: [791440496] Path Exists **Output** * **Path Exists (Boolean) **-** **The result of the check. Only

Image Exists (en)

Giang Tranが2022/05/13 03:46に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.ImageFound Description This activity allows you to check if an image exists
Exists Options Confident (Double) - The ratio that the Bot recognize the image. The default ratio is 0.7. Output Result (Boolean) – The result of the check, indicated if the image exists or not. Only
タイトル
Image Exists
保存場所
[1] Core Activities
Image Exists
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.ImageFound == **Description** == This activity allows you to check if an image exists or not (% class="wikigeneratedid" id="H" %) [[image:image-20220505093941-1.jpeg]] (* for Mandatory
. E.g: [639993019] Image Exists **Options** * **Confident (Double)** - The ratio that the Bot

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

Excel Save As Workbook (en)

VuNH54が2023/04/20 09:45に最終更新
表示されるドキュメントの内容
of activity File Path (String)* - Input the full path of the file or click “…” button to choose an existed
or click “…” button to choose an existed file that you want to write over it. This field accepts only
ドキュメントの内容のソース
be used in Excel Application Scope Activity. [[image:image-20220505135028-1.jpeg]] (* for mandatory
to choose an existed file that you want to write over it. This field accepts only strings and String
)*** - Input the full path of the file or click “…” button to choose an existed file that you want to write

Excel Write Cell (en)

VuNH54が2023/04/20 10:39に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ExcelWriteCell Description This activity allows writing a value or formula into a specified spreadsheet cell or a range. If the sheet does not exist, a new one is created with the name specified in the Sheet Name property. If a value exists, it is overwritten. Changes are immediately saved
ドキュメントの内容のソース
spreadsheet cell or a range. If the sheet does not exist, a new one is created with the name specified in the Sheet Name property. If a value exists, it is overwritten. Changes are immediately saved. Can only be used in the Excel Application Scope activities. [[image:image-20220505113619-1.jpeg]] (* is mandatory

Excel Application Scope (en)

VuNH54が2023/04/19 16:56に最終更新
表示されるドキュメントの内容
are supported. Use Existing Workbook Existing Workbook (WorkbookApplication) - Use the data from an Excel file
ドキュメントの内容のソース
for Excel Activities. [[image:image-20220505111836-1.jpeg]] (* for mandatory) == **In the body
WorkbookApplication variables are supported. **Use Existing Workbook** * **Existing Workbook (WorkbookApplication

Append CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
RCA.Activities.CSV.AppendCSVFile Description This activity allows you to append the specific DataTable to a CSV file, creating the file if it does not already exist. (* is mandatory) In the body of activity File path (String) - You can add the file path of the CSV here. String supported only. Data Table
ドキュメントの内容のソース
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Activities.CSV.AppendCSVFile == **Description** == This activity allows you to append the specific DataTable to a CSV file, creating the file if it does not already exist. [[image:image-20220505104655-1.jpeg

Append Line (en)

DatPTが2023/04/14 13:59に最終更新
表示されるドキュメントの内容
RCA.Core.Activities.AppendLine Description This activity allows you to append the specified string to a file, creating the file if it does not already exist. (* for Mandatory) In the body of activity File name (String)* - The path of the file to append the line to, if the file is not created
保存場所
[1] Core Activities
ドキュメントの内容のソース
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Core.Activities.AppendLine == **Description** == This activity allows you to append the specified string to a file, creating the file if it does not already exist. [[image:image-20220513103343-1.png]] (* for Mandatory
次のページ » ページ 1 2
[element-exists-1]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成