ワークフロー内のアクティビティを1個だけ試しに動作させることはできないでしょうか?
具体例としては、ブラウザ上で添付画像のクリックアクティビティをクリックさせたり、項目を選択アクティビティで項目を選択させたりするイメージです。
それとも、ブレークポイントを設定するしか手がありませんか?
ご指示のとおり、テストしたいアクティビティの上で、右クリックメニューで「アクティビティをテスト」実行したら下記のエラーが出ました。
Could not find file ‘C:\Users\kojih\OneDrive\ドキュメント\UiPath研修資料\Web勤怠\04 WorkFlow\Print Screen.xaml’.
作成中のxamlファイルは上のxamlファイルを下記のファイル名に変更して修正して作成中です。何らかの理由で、上のxamlファイルの情報が残っているようです。
“C:\Users\kojih\OneDrive\ドキュメント\UiPath研修資料\Web勤怠\04 WorkFlow\Web勤怠.xaml”
どこをどう直せばよいでしょうか。
無関係かもしれませんが、ご参考までにproject.jsonファイルを下記に貼り付けます。
{
“name”: “空のプロセス1”,
“description”: “空のプロジェクト”,
“main”: “Web勤怠.xaml”,
“dependencies”: {
“UiPath.Excel.Activities”: “[2.16.0]”,
“UiPath.Mail.Activities”: “[1.16.0-preview]”,
“UiPath.System.Activities”: “[22.10.3]”,
“UiPath.Testing.Activities”: “[22.10.0]”,
“UiPath.UIAutomation.Activities”: “[22.7.0-preview]”
},
“webServices”: ,
“entitiesStores”: ,
“schemaVersion”: “4.0”,
“studioVersion”: “22.7.0.0”,
“projectVersion”: “1.0.0”,
“runtimeOptions”: {
“autoDispose”: false,
“netFrameworkLazyLoading”: false,
“isPausable”: true,
“isAttended”: false,
“requiresUserInteraction”: true,
“supportsPersistence”: false,
“excludedLoggedData”: [
“Private:*”,
“password”
],
“executionType”: “Workflow”,
“readyForPiP”: false,
“startsInPiP”: false,
“mustRestoreAllDependencies”: true,
“pipType”: “ChildSession”
},
“designOptions”: {
“projectProfile”: “Developement”,
“outputType”: “Process”,
“libraryOptions”: {
“includeOriginalXaml”: false,
“privateWorkflows”:
},
“processOptions”: {
“ignoredFiles”:
},
“fileInfoCollection”: ,
“modernBehavior”: false
},
“expressionLanguage”: “VisualBasic”,
“entryPoints”: [
{
“filePath”: “Web勤怠.xaml”,
“uniqueId”: “832d3ac9-5f2c-415c-a425-f49a18473c41”,
“input”: ,
“output”:
}
],
“isTemplate”: false,
“templateProjectData”: {},
“publishData”: {},
“targetFramework”: “Windows”
}