検索:get-elements

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

54件のうち41 - 50 « 前のページ 次のページ » ページ 1 2 3 4 5 6

Get Web Attribute (NB) (en)

Nga Nguyenが2022/05/16 03:54に最終更新
表示されるドキュメントの内容
RCA.Activities.NativeBrowser.GetWebAttribute Description The Get Web Attribute activity allows you to get the value of an attribute that belongs to the native browser element. (*For Mandatory) In the body of activity Pick target element* - Chooses the element to verify its existence. This activity
タイトル
Get Web Attribute (NB)
保存場所
Get Web Attribute (NB)
ドキュメントの内容のソース
" %) ((( RCA.Activities.NativeBrowser.GetWebAttribute == **Description** == The Get Web Attribute activity allows you to get the value of an attribute that belongs to the native browser element. [[image:image-20220505150017-1.png]] (*For Mandatory) == **In the body of activity** == * **Pick target element*** - Chooses the element to verify its existence

Activities (en)

adminが2022/06/30 14:05に最終更新
表示されるドキュメントの内容
Open Browser Start Browser For Attach Attach Browser Browser Scope Navigate To Go Back Go Forward Refresh Click Get Text Type Into Send Hot Keys Get Web Attribute Close Tab Quit Extract Data Extract
Attribute Wait Element Exist Element Exist Wait Element Vanishes Wait Page Load Complete Wait Web Attribute
ドキュメントの内容のソース
/Activities/%5B09%5DClick/]] * [[Get Text>>url:https://docs.akabot.com/bin/view/Activities/Browser
/view/Activities/Browser%20Activities/Activities/%5B12%5DSend%20Hot%20Keys/]] * [[Get Web Attribute
%20Attribute/]] * [[Wait Element Exist>>url:https://docs.akabot.com/bin/view/Activities/Browser%20Activities

[1] Release Notes (en)

保存場所
Nga Nguyenが2022/05/16 02:33に最終更新
表示されるドキュメントの内容
RCA.Activities.Windows Version 2.1.2.1 Bug Fixes Fixed an issue in Show Window activity which check HideWindow before ShowWindow with Element: incorrect. Fixed an issue in Take Screenshot activity
[Duration] is nagetive integer. Fixed an issue in Get Active Window activity which can not get active
ドキュメントの内容のソース
** activity which check HideWindow before ShowWindow with Element: incorrect. ))) * ((( Fixed an issue
in **Get Active Window** activity which can not get active window. ))) * ((( Fixed an issue in **Move

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
タイトル
Get Attribute
保存場所
Get Attribute
ドキュメントの内容のソース
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

[30]Attach Process (en)

Tuan Nguyenが2022/05/13 06:20に最終更新
表示されるドキュメントの内容
or multiple processes simultaneously. After getting the process name, it will take action. (*For Mandatory) In the body of activity Pick target element* - Chooses the window to attach. This activity will generate
). Element (AutomationElement) - Uses variable with type = ‘AutomationElement’ as input instead of selector
ドキュメントの内容のソース
simultaneously. After getting the process name, it will take action. [[image:image-20220505171448-1.png]] (*For Mandatory) == **In the body of activity** == * **Pick target element* **- Chooses the window to attach
(UIA2 or UIA3). * **Element (AutomationElement) **- Uses variable with type = ‘AutomationElement

[1] Release Notes (en)

adminが2023/09/15 15:25に最終更新
表示されるドキュメントの内容
RCA.Activities.IE Version 2.1.2.3 Bugs Fixed In the Microsoft Edge environment with IE 5 compatibility, when using the "get text" activity, it used to retrieve an empty string. Currently, it correctly
.). In the Microsoft Edge environment with IE 5 compatibility, when indicating an element on a website structured
ドキュメントの内容のソース
environment with IE 5 compatibility, when using the "get text" activity, it used to retrieve an empty string
, etc.). ))) * ((( In the Microsoft Edge environment with IE 5 compatibility, when indicating an element

CV Get Text (en)

Nga Nguyenが2022/05/16 04:28に最終更新
表示されるドキュメントの内容
RCA.Activities.ComputerVision.CVGetText Description Extracts the text from a specified UI element. (*For mandatory) In the body of activity Indicate On Screen* - Chooses the element to extract the text. This activity will generate a string variable (Selector) to specify the location of that element. Properties
タイトル
CV Get Text
保存場所
CV Get Text
ドキュメントの内容のソース
" %) ((( RCA.Activities.ComputerVision.CVGetText == **Description** == Extracts the text from a specified UI element. [[image:image
the element to extract the text. This activity will generate a string variable (Selector) to specify the location of that element. == **Properties** == **Common** * **Continue On Error (Boolean)** - A Boolean

Type Into (NB) (en)

Nga Nguyenが2022/05/16 04:01に最終更新
表示されるドキュメントの内容
into any text field within the webpage. (*For mandatory) In the body of activity Pick target element* - 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 text to type into. This property supports
ドキュメントの内容のソース
** == * **Pick target element*** - 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 text
Focus (Checkbox)** - If selected, the field will get focused before typing. By default

Click Image (en)

DatPTが2023/04/14 14:19に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.ClickImage Description This activity allows you to search for an image and click it within a UI element. (* for Mandatory) In the body of activity Take a Screenshot - The Image Selector. You can get a screenshot by clicking to this option. Text will be extracted using
ドキュメントの内容のソース
element. [[image:image-20220505092211-1.jpeg]] (* for Mandatory) == **In the body of activity** == * **Take a Screenshot** - The Image Selector. You can get a screenshot by clicking to this option. Text

Custom Activity (en)

保存場所
adminが2023/04/27 18:24に最終更新
表示されるドキュメントの内容
: CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set; } protected override void
, Description Figure 2 Edit Author, Description Add file element for any file the user desires to be copied
ドキュメントの内容のソース
class SumInt : CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set
"]] (% style="font-size:12px" %)//Figure 2 Edit Author, Description// * Add file element for any file
[get-elements]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成