検索:get-active-window

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

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

Close Window (en)

VuNH54が2023/09/16 00:57に最終更新
表示されるドキュメントの内容
RCA.Activities.Common.CloseWindow Description The Close Window activity allows you to close an application window on the screen. (* is mandatory) In the body of activity Indicate on screen- Allows you
of the window. Timeout MS (Int32) - The maximum amount of time (in milliseconds) to wait for the activity
タイトル
Close Window
保存場所
Close Window
ドキュメントの内容のソース
" %) ((( RCA.Activities.Common.CloseWindow == **Description** == The Close Window activity allows you to close an application window
Window:** Use output variable from Open Window or Window Scope to scope for activity (similar to From
the name of the activity to organize and structure your code better. E.g: [3424325] Close Window

Move Window (en)

VuNH54が2023/09/16 00:58に最終更新
表示されるドキュメントの内容
RCA.Activities.Common.MoveWindow Description The Move Window manipulates the position of the selected window. (* is mandatory) Properties Common Continue On Error (Boolean) - A Boolean variable
the execution even an error occurs within the activity. - False : blocks the process from continuing
タイトル
Move Window
保存場所
Move Window
ドキュメントの内容のソース
" %) ((( RCA.Activities.Common.MoveWindow == **Description** == The Move Window manipulates the position of the selected window
of the process to continue the execution even an error occurs within the activity. **- False** : blocks the process from continuing the execution. **Input** * **Height (Int32)*** - The new height of the window

Show Window (en)

VuNH54が2023/09/16 00:58に最終更新
表示されるドキュメントの内容
RCA.Activities.Common.ShowWindow Description The Show Window activity allows you to bring to the front a specified window. (* is mandatory) Properties Common Continue On Error (Boolean
to continue the execution even an error occurs within the activity. - False : blocks the process from
タイトル
Show Window
保存場所
Show Window
ドキュメントの内容のソース
" %) ((( RCA.Activities.Common.ShowWindow == **Description** == The Show Window activity allows you to bring to the front a specified window. [[image:image-20230417163559-1.png]] (* is mandatory) == **Properties** == **Common
** : allows the rest of the process to continue the execution even an error occurs within the activity

Restore Window (en)

VuNH54が2023/09/16 00:58に最終更新
表示されるドキュメントの内容
RCA.Activities.Common.RestoreWindow Description The Restore Window activity allows you to restore
within the activity. - False : blocks the process from continuing the execution. Input Window
of the activity to organize and structure your code better. E.g: [3424325] Restore Window
タイトル
Restore Window
保存場所
Restore Window
ドキュメントの内容のソース
" %) ((( RCA.Activities.Common.RestoreWindow == **Description** == The Restore Window activity allows you to restore a window to its previous
an error occurs within the activity. **- False** : blocks the process from continuing the execution. **Input** * **Window (WindowApp)* **- Input WindowApp for the Attach Window to attach with type

Open Application (en)

VuNH54が2023/09/16 00:58に最終更新
表示されるドキュメントの内容
of activity Indicate window on screen- Allows you to automatically open an application by selecting its window. Do - The activities you want to execute within the application. Properties Common Continue
of the activity to organize and structure your code better. E.g: [3424325] Open Window Options Working Directory
ドキュメントの内容のソース
) == **In the body of activity** == * **Indicate window on screen**- Allows you to automatically open an application by selecting its window. * **Do** - The activities you want to execute within the application. == **Properties
)*** - Output of the activity with type = ‘WindowApp’. Output variable can be used in another Attach Window

Maximize Window (en)

VuNH54が2023/09/16 00:58に最終更新
表示されるドキュメントの内容
RCA.Activities.Common.MaximizeWindow Description The Maximize Window activity allows you to select a window and maximizes it. (* is mandatory) Properties Common Continue On Error (Boolean
to continue the execution even an error occurs within the activity. - False : blocks the process from
タイトル
Maximize Window
保存場所
Maximize Window
ドキュメントの内容のソース
" %) ((( RCA.Activities.Common.MaximizeWindow == **Description** == The Maximize Window activity allows you to select a window and maximizes
of the process to continue the execution even an error occurs within the activity. **- False** : blocks the process from continuing the execution. **Input** * **Window** - Use a WindowApp variable as input

Hide Window (en)

VuNH54が2023/09/16 00:58に最終更新
表示されるドキュメントの内容
RCA.Activities.Common.HideWindow Description The Hide Window activity allows you to make a window
the execution even an error occurs within the activity. - False : blocks the process from continuing the execution. Input Window - Use a WindowApp variable as input. Misc Public (Checkbox) - Check if you want
タイトル
Hide Window
保存場所
Hide Window
ドキュメントの内容のソース
" %) ((( RCA.Activities.Common.HideWindow == **Description** == The Hide Window activity allows you to make a window completely invisible
of the process to continue the execution even an error occurs within the activity. **- False** : blocks the process from continuing the execution. **Input** * **Window** - Use a WindowApp variable as input

Minimize Window (en)

VuNH54が2023/04/17 16:39に最終更新
表示されるドキュメントの内容
RCA.Activities.Common.MinimizeWindow Description The Minimize Window activity allows you to select a window and minimizes it. (* is mandatory) Properties Common Continue On Error (Boolean
to continue the execution even an error occurs within the activity. - False : blocks the process from
タイトル
Minimize Window
保存場所
Minimize Window
ドキュメントの内容のソース
" %) ((( RCA.Activities.Common.MinimizeWindow == **Description** == The Minimize Window activity allows you to select a window and minimizes
of the process to continue the execution even an error occurs within the activity. **- False** : blocks the process from continuing the execution. **Input** * **Window** - Use a WindowApp variable as input

[14]Send Hot Key (en)

Tuan Nguyenが2022/05/13 04:15に最終更新
表示されるドキュメントの内容
RCA.Activities.Windows.SendHotKey Description The Send Hot Key activity allows you to send a keyboard shortcuts to a window element (*For mandatory) In the body of activity Pick target element* - Chooses the field to select the item. This activity will generate a string variable (Selector) to specify
保存場所
Window
ドキュメントの内容のソース
Window or Window Scope to scope for activity (similar to From). **Wait** * **Wait For Disable
" %) ((( RCA.Activities.Windows.SendHotKey == **Description** == The Send Hot Key activity allows you to send a keyboard shortcuts to a window element [[image:image-20220505170329-1.png]] (*For mandatory) == **In the body

Get Text (en)

Nhan Nguyenが2022/05/13 02:24に最終更新
表示されるドキュメントの内容
RCA.Activities.Java.GetText Description This activity allows you to get text from a Java file. (* is mandatory) In the body of the activity Pick target element - Chooses the field to select the item. This activity will generate a string variable (Selector) to specify the location of that field. Properties
タイトル
Get Text
添付ファイルの名称
get text.png
保存場所
Get Text
ドキュメントの内容のソース
" %) ((( RCA.Activities.Java.GetText == **Description** == This activity allows you to get text from a Java file. [[[[image:get text.png]]>>attach:get text.png]] (* is mandatory) **In the body of the activity** * **Pick target element** - Chooses the field to select the item. This activity will generate a string
次のページ » ページ 1 2 3 4 5 6
[get-active-window]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成