検索:get-web-attribute

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

43件のうち1 - 10 次のページ » ページ 1 2 3 4 5

Get XML Node Attributes (en)

VuNH54が2023/04/21 11:38に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.GetXMLNodeAttributes Description The Get XMLNode Attributes activity allows you to retrieve the attributes of an XML Node. (* for Mandatory) In the body of activity Enter
. E.g: Get XML Node Attributes Output Attributes (IEnumerable< XAttribute >) - The output variable
タイトル
Get XML Node Attributes
添付ファイルの名称
get xml node attributes.jpg
保存場所
Get XML Node Attributes
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.GetXMLNodeAttributes == **Description** == The Get XMLNode Attributes activity allows you to retrieve the attributes
attributes you want to retrieve. XNode variable supported only. == **Properties** == **Input** * **Existing XML Node (XNode)*** - The XML Node whose attributes you want to retrieve. XNode variable supported

[10]Get Text (en)

Tuan Nguyenが2022/05/13 02:25に最終更新
表示されるドキュメントの内容
RCA.Activities.Browser.GetText Description The Get Text activity extracts on a webpage and saves
the field to get text. This activity will generate a string variable (Selector) to specify the location
the activity is executed. It is actually a XML fragment specifying attributes of the GUI element you
タイトル
[10]Get Text
保存場所
[10]Get Text
ドキュメントの内容のソース
" %) ((( RCA.Activities.Browser.GetText == **Description** == The Get Text activity extracts on a webpage and saves it in a String
"]] (* For Mandatory) == **In the body of the activity** == * **Pick target element*** - Chooses the field to get
element when the activity is executed. It is actually a XML fragment specifying attributes of the GUI

[13]Get Web Attribute (en)

Tuan Nguyenが2022/05/13 02:26に最終更新
表示されるドキュメントの内容
RCA.Activities.Browser.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
] Get Web Attribute Public (Checkbox) - Check if you want to public it. Remember to consider data
タイトル
[13]Get Web Attribute
保存場所
[13]Get Web Attribute
ドキュメントの内容のソース
" %) ((( RCA.Activities.Browser.GetWebAttribute == **Description** == The Get Web Attribute activity allows you to get the value of an attribute that belongs to the native browser element. [[image:71d320f-Screenshot_2021-05-25_155928.jpg
] Get Web Attribute * **Public (Checkbox) **- Check if you want to public it. Remember to consider data

[24]Set Web Attribute (en)

Tuan Nguyenが2022/05/13 02:31に最終更新
表示されるドキュメントの内容
RCA.Activities.Browser.SetWebAttribute Description The Set Web Attribute sets the value for an attribute of a web element. (* For Mandatory) In the body of the activity Pick target element
of the activity to organize and structure your code better. E.g: [366546456] Set Web Attribute Public (Checkbox
タイトル
[24]Set Web Attribute
保存場所
[24]Set Web Attribute
ドキュメントの内容のソース
" %) ((( RCA.Activities.Browser.SetWebAttribute == **Description** == The Set Web Attribute sets the value for an attribute of a web element
of the activity to organize and structure your code better. E.g: [366546456] Set Web Attribute * **Public
a string variable (Selector) to specify the location of that field. * **Attribute Name (String

[29]Wait Web Attribute (en)

Tuan Nguyenが2022/05/13 03:23に最終更新
表示されるドキュメントの内容
RCA.Activities.Browser.WaitWebAttribute Description The Wait Web Attribute waits for the value of a specified web attribute to be enabled. (* For Mandatory) In the body of the activity Pick target
to organize and structure your code better. E.g: [134324235] Wait Web Attribute Public (Checkbox) - Check
タイトル
[29]Wait Web Attribute
保存場所
[29]Wait Web Attribute
ドキュメントの内容のソース
" %) ((( RCA.Activities.Browser.WaitWebAttribute == **Description** == The Wait Web Attribute waits for the value of a specified web attribute to be enabled. [[image:image-20220505141415-2.png]] (* For Mandatory) == **In the body
your code better. E.g: [134324235] Wait Web Attribute * **Public (Checkbox)** - Check if you want

[01]File Change Trigger (en)

Tuan Nguyenが2022/05/13 03:58に最終更新
表示されるドキュメントの内容
System.Activities.Core.FileChangeTrigger Description This activity allows you to get the change information of a file. This can only be used in monitoring events. (* for Mandatory) Properties Event
, Attributes, Size, LastWrite, LastAccess, CreationTime, Security. File File Name (String) - The name
ドキュメントの内容のソース
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( System.Activities.Core.FileChangeTrigger == **Description** == This activity allows you to get the change information of a file
available: FileName, DirectoryName, Attributes, Size, LastWrite, LastAccess, CreationTime, Security

HTTP Client with Body Factory (en)

Nhan Nguyenが2022/05/13 03:16に最終更新
表示されるドキュメントの内容
to a specified web API. When first dragging this activity to the Designer panel, the HTTP Request Wizard window
Accepted Format (AcceptedHeaderType) - The format in which to receive the web server's response
to be used when calling the API. The following HTTP verbs are supported: GET, POST, PUT, DELETE, HEAD
ドキュメントの内容のソース
** == This HTTP Client with Body Factory activity enables you to perform HTTP requests to a specified web API
Format (AcceptedHeaderType) **- The format in which to receive the web server's response. The following
are supported: **GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH** and **MERGE.** By default, the **GET** method

Get Web Attribute (en)

Nhan Nguyenが2022/05/13 03:42に最終更新
表示されるドキュメントの内容
RCA.Activities.IE.GetWebAttribute Description The Get Web Attribute activity allows you to get
and structure your code better. Ex: [3552929] Get Web Attribute Options From Element (IEElement) - Variable
) In the body of the activity Pick Target Element* - Chooses the field to get the attribute. This activity
タイトル
Get Web Attribute
保存場所
Get Web Attribute
ドキュメントの内容のソース
" %) ((( RCA.Activities.IE.GetWebAttribute == **Description** == The Get Web Attribute activity allows you to get the value
of the activity to organize and structure your code better. Ex: [3552929] Get Web Attribute **Options
)*** - String of characters that identifies the element to get the value of the attribute from. **Misc

Get Text (en)

Nhan Nguyenが2022/05/13 03:42に最終更新
表示されるドキュメントの内容
that identifies the element to get the value of an attribute from. Only support for IEElement type. Output Text
RCA.Activities.IE.GetText Description The Get Text activity extracts on a webpage and saves
the field to get the text. This activity will generate a string variable (Selector) to specify the location
タイトル
Get Text
保存場所
Get Text
ドキュメントの内容のソース
Element (IEElement)** - Variable that identifies the element to get the value of an attribute from. Only
" %) ((( RCA.Activities.IE.GetText == **Description** == The Get Text activity extracts on a webpage and saves it in a String
** * **Pick Target Element*** - Chooses the field to get the text. This activity will generate a string

Set Web Attribute (en)

Nhan Nguyenが2022/05/13 03:46に最終更新
表示されるドキュメントの内容
RCA.Activities.IE.SetWebAttribute Description Sets the value of a specified web attribute
. Ex: [78923423] Set Web Attribute Options From Element (IEElement) - Variable that identifies the element to get value of attribute from. Only support for IEElement type. Target Scroll Height (Int32
タイトル
Set Web Attribute
保存場所
Set Web Attribute
ドキュメントの内容のソース
" %) ((( RCA.Activities.IE.SetWebAttribute == **Description** == Sets the value of a specified web attribute. [[image:image
of the activity to organize and structure your code better. **Ex**: [78923423] Set Web Attribute **Options** * **From Element (IEElement) **- Variable that identifies the element to get value of attribute from. Only
次のページ » ページ 1 2 3 4 5
[get-web-attribute]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成