-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.xaml
463 lines (463 loc) · 43.1 KB
/
Main.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<Activity mc:Ignorable="sap sap2010" x:Class="Main" VisualBasic.Settings="{x:Null}" sap:VirtualizedContainerService.HintSize="847,5527" sap2010:WorkflowViewState.IdRef="Main_1" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=System.Private.CoreLib" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=System.Private.CoreLib" xmlns:ss="clr-namespace:System.Security;assembly=System.Private.CoreLib" xmlns:ui="http://schemas.uipath.com/workflow/activities" xmlns:uix="http://schemas.uipath.com/workflow/activities/uix" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TextExpression.NamespacesForImplementation>
<sco:Collection x:TypeArguments="x:String">
<x:String>System.Activities</x:String>
<x:String>System.Activities.Statements</x:String>
<x:String>System.Activities.Expressions</x:String>
<x:String>System.Activities.Validation</x:String>
<x:String>System.Activities.XamlIntegration</x:String>
<x:String>Microsoft.VisualBasic</x:String>
<x:String>Microsoft.VisualBasic.Activities</x:String>
<x:String>System</x:String>
<x:String>System.Collections</x:String>
<x:String>System.Collections.Generic</x:String>
<x:String>System.Collections.ObjectModel</x:String>
<x:String>System.Data</x:String>
<x:String>System.Diagnostics</x:String>
<x:String>System.Drawing</x:String>
<x:String>System.IO</x:String>
<x:String>System.Linq</x:String>
<x:String>System.Net.Mail</x:String>
<x:String>System.Xml</x:String>
<x:String>System.Xml.Linq</x:String>
<x:String>UiPath.Core</x:String>
<x:String>UiPath.Core.Activities</x:String>
<x:String>System.Windows.Markup</x:String>
<x:String>GlobalVariablesNamespace</x:String>
<x:String>GlobalConstantsNamespace</x:String>
<x:String>System.Linq.Expressions</x:String>
<x:String>System.Runtime.Serialization</x:String>
<x:String>System.Reflection</x:String>
<x:String>UiPath.UIAutomationNext.Enums</x:String>
<x:String>UiPath.UIAutomationCore.Contracts</x:String>
<x:String>UiPath.UIAutomationNext.Models</x:String>
<x:String>UiPath.UIAutomationNext.Activities</x:String>
<x:String>UiPath.Shared.Activities</x:String>
<x:String>UiPath.Platform.ObjectLibrary</x:String>
<x:String>System.Security</x:String>
<x:String>System.ComponentModel</x:String>
<x:String>UiPath.UIAutomationNext.Contracts</x:String>
<x:String>UiPath.UIAutomationNext.Models.CV</x:String>
<x:String>System.Numerics</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<sco:Collection x:TypeArguments="AssemblyReference">
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic.Core</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic.Forms</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>System.CodeDom</AssemblyReference>
<AssemblyReference>System.Collections</AssemblyReference>
<AssemblyReference>System.Collections.NonGeneric</AssemblyReference>
<AssemblyReference>System.ComponentModel</AssemblyReference>
<AssemblyReference>System.ComponentModel.EventBasedAsync</AssemblyReference>
<AssemblyReference>System.ComponentModel.Primitives</AssemblyReference>
<AssemblyReference>System.ComponentModel.TypeConverter</AssemblyReference>
<AssemblyReference>System.Configuration.ConfigurationManager</AssemblyReference>
<AssemblyReference>System.Console</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System.Data.Common</AssemblyReference>
<AssemblyReference>System.Data.DataSetExtensions</AssemblyReference>
<AssemblyReference>System.Drawing</AssemblyReference>
<AssemblyReference>System.Drawing.Common</AssemblyReference>
<AssemblyReference>System.Drawing.Primitives</AssemblyReference>
<AssemblyReference>System.Linq</AssemblyReference>
<AssemblyReference>System.Linq.Expressions</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>System.Memory.Data</AssemblyReference>
<AssemblyReference>System.Net.Mail</AssemblyReference>
<AssemblyReference>System.ObjectModel</AssemblyReference>
<AssemblyReference>System.Private.CoreLib</AssemblyReference>
<AssemblyReference>System.Private.DataContractSerialization</AssemblyReference>
<AssemblyReference>System.Private.ServiceModel</AssemblyReference>
<AssemblyReference>System.Private.Uri</AssemblyReference>
<AssemblyReference>System.Reflection.DispatchProxy</AssemblyReference>
<AssemblyReference>System.Reflection.Metadata</AssemblyReference>
<AssemblyReference>System.Reflection.TypeExtensions</AssemblyReference>
<AssemblyReference>System.Runtime.InteropServices</AssemblyReference>
<AssemblyReference>System.Runtime.Numerics</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Formatters</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Primitives</AssemblyReference>
<AssemblyReference>System.Security.Permissions</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>UiPath.OCR.Activities</AssemblyReference>
<AssemblyReference>UiPath.Platform</AssemblyReference>
<AssemblyReference>UiPath.Studio.Constants</AssemblyReference>
<AssemblyReference>UiPath.System.Activities</AssemblyReference>
<AssemblyReference>UiPath.System.Activities.Design</AssemblyReference>
<AssemblyReference>UiPath.System.Activities.ViewModels</AssemblyReference>
<AssemblyReference>UiPath.UiAutomation.Activities</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationCore</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext.Activities</AssemblyReference>
<AssemblyReference>UiPath.Workflow</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="Main" sap:VirtualizedContainerService.HintSize="857,5462" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="x:Int32" Default="0" Name="intDelayInSeconds" />
<Variable x:TypeArguments="x:String" Name="strDialogLabel">
<Variable.Default>
<Literal x:TypeArguments="x:String" Value="" />
</Variable.Default>
</Variable>
<Variable x:TypeArguments="x:String" Name="strDialogTitle">
<Variable.Default>
<Literal x:TypeArguments="x:String" Value="" />
</Variable.Default>
</Variable>
<Variable x:TypeArguments="x:String" Name="strWebURL">
<Variable.Default>
<Literal x:TypeArguments="x:String" Value="" />
</Variable.Default>
</Variable>
<Variable x:TypeArguments="x:String" Name="strDialogValue">
<Variable.Default>
<Literal x:TypeArguments="x:String" Value="" />
</Variable.Default>
</Variable>
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:LogMessage DisplayName="Log Message RPADev-S06P03-Highlight-TypeItems-VB.Main.Begin;" sap:VirtualizedContainerService.HintSize="795,173" sap2010:WorkflowViewState.IdRef="LogMessage_1" Level="[UiPath.Core.Activities.LogLevel.Info]" Message="["RPADev-S06P03-Highlight-TypeItems-VB.Main.Begin;"]" />
<Sequence sap2010:Annotation.AnnotationText="Practice 3 - Highlight WFT Type Items on ACME

Create a workflow that can highlight each specific type of workflow on the ACME Test website (www.acme-test.com). 

Notes: 

You will need an ACME account for this exercise. If you don’t have it, make sure you create it
Before starting the exercise, make sure you go to User Options and Reset Test Data.
Give the user the option to choose between the WI1, WI2, WI3, WI4 and WI5 types of workflows" DisplayName="Sequence Initialization" sap:VirtualizedContainerService.HintSize="795,1424" sap2010:WorkflowViewState.IdRef="Sequence_2">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="strDialogSelections">
<Variable.Default>
<Literal x:TypeArguments="x:String" Value="" />
</Variable.Default>
</Variable>
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsAnnotationDocked">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:MultipleAssign DisplayName="Multiple Assign Initialization" sap:VirtualizedContainerService.HintSize="530,272" sap2010:WorkflowViewState.IdRef="MultipleAssign_1">
<ui:MultipleAssign.AssignOperations>
<scg:List x:TypeArguments="ui:AssignOperation" Capacity="8">
<ui:AssignOperation sap2010:WorkflowViewState.IdRef="AssignOperation_1">
<ui:AssignOperation.To>
<OutArgument x:TypeArguments="x:Int32">[intDelayInSeconds]</OutArgument>
</ui:AssignOperation.To>
<ui:AssignOperation.Value>
<InArgument x:TypeArguments="x:Int32">3</InArgument>
</ui:AssignOperation.Value>
</ui:AssignOperation>
<ui:AssignOperation sap2010:WorkflowViewState.IdRef="AssignOperation_2">
<ui:AssignOperation.To>
<OutArgument x:TypeArguments="x:String">[strDialogLabel]</OutArgument>
</ui:AssignOperation.To>
<ui:AssignOperation.Value>
<InArgument x:TypeArguments="x:String">Select a work item type.</InArgument>
</ui:AssignOperation.Value>
</ui:AssignOperation>
<ui:AssignOperation sap2010:WorkflowViewState.IdRef="AssignOperation_3">
<ui:AssignOperation.To>
<OutArgument x:TypeArguments="x:String">[strDialogSelections]</OutArgument>
</ui:AssignOperation.To>
<ui:AssignOperation.Value>
<InArgument x:TypeArguments="x:String">WI1;WI2;WI3;WI4;WI5</InArgument>
</ui:AssignOperation.Value>
</ui:AssignOperation>
<ui:AssignOperation sap2010:WorkflowViewState.IdRef="AssignOperation_4">
<ui:AssignOperation.To>
<OutArgument x:TypeArguments="x:String">[strDialogTitle]</OutArgument>
</ui:AssignOperation.To>
<ui:AssignOperation.Value>
<InArgument x:TypeArguments="x:String">WFT Type Select</InArgument>
</ui:AssignOperation.Value>
</ui:AssignOperation>
<ui:AssignOperation sap2010:WorkflowViewState.IdRef="AssignOperation_5">
<ui:AssignOperation.To>
<OutArgument x:TypeArguments="x:String">[strWebURL]</OutArgument>
</ui:AssignOperation.To>
<ui:AssignOperation.Value>
<InArgument x:TypeArguments="x:String">https://acme-test.uipath.com/login</InArgument>
</ui:AssignOperation.Value>
</ui:AssignOperation>
</scg:List>
</ui:MultipleAssign.AssignOperations>
</ui:MultipleAssign>
<ui:InputDialog Options="{x:Null}" DisplayName="Input Dialog WFT Type Select" sap:VirtualizedContainerService.HintSize="530,324" sap2010:WorkflowViewState.IdRef="InputDialog_1" IsPassword="False" Label="[strDialogLabel]" OptionsString="[strDialogSelections]" Title="[strDialogTitle]">
<ui:InputDialog.Result>
<OutArgument x:TypeArguments="x:String">[strDialogValue]</OutArgument>
</ui:InputDialog.Result>
</ui:InputDialog>
<If Condition="[strDialogValue = ""]" DisplayName="If Validate Input Selection" sap:VirtualizedContainerService.HintSize="530,546" sap2010:WorkflowViewState.IdRef="If_1">
<If.Then>
<Sequence DisplayName="Then" sap:VirtualizedContainerService.HintSize="496,363" sap2010:WorkflowViewState.IdRef="Sequence_5">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Assign DisplayName="Assign Set Dialog Value" sap:VirtualizedContainerService.HintSize="434,114" sap2010:WorkflowViewState.IdRef="Assign_1">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[strDialogValue]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">["WI1"]</InArgument>
</Assign.Value>
</Assign>
<ui:LogMessage DisplayName="Log Message RPADev-S06P03-Highlight-TypeItems-VB.Main.EmptyInput;" sap:VirtualizedContainerService.HintSize="434,164" sap2010:WorkflowViewState.IdRef="LogMessage_3" Level="[UiPath.Core.Activities.LogLevel.Warn]" Message="["RPADev-S06P03-Highlight-TypeItems-VB.Main.EmptyInput; The input value was empty. Setting the input to 'WI1.'"]" />
</Sequence>
</If.Then>
<If.Else>
<Sequence DisplayName="Else" sap:VirtualizedContainerService.HintSize="416,22" sap2010:WorkflowViewState.IdRef="Sequence_6">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</Sequence>
</If.Else>
</If>
</Sequence>
<Sequence DisplayName="Sequence Operation" sap:VirtualizedContainerService.HintSize="795,3329" sap2010:WorkflowViewState.IdRef="Sequence_3">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<uix:NApplicationCard AttachMode="ByInstance" CloseMode="IfOpenedByAppBrowser" DisplayName="Use Browser Firefox: New Tab" sap:VirtualizedContainerService.HintSize="733,3209" sap2010:WorkflowViewState.IdRef="NApplicationCard_1" InteractionMode="Simulate" OpenMode="IfNotOpen" ScopeGuid="502485b8-30f6-4199-a130-9c51777c850d" Version="V2">
<uix:NApplicationCard.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="WSSessionData" />
</ActivityAction.Argument>
<Sequence DisplayName="Do Brrowser Operations" sap:VirtualizedContainerService.HintSize="699,2969" sap2010:WorkflowViewState.IdRef="Sequence_7">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="strUserrname">
<Variable.Default>
<Literal x:TypeArguments="x:String" Value="" />
</Variable.Default>
</Variable>
<Variable x:TypeArguments="ss:SecureString" Default="[New SecureString]" Name="secStrPassword" />
<Variable x:TypeArguments="ui:UiElement" Name="uiElementIsLoggedIn" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Sequence DisplayName="Sequence Log In" sap:VirtualizedContainerService.HintSize="637,1764" sap2010:WorkflowViewState.IdRef="Sequence_11">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:WaitUiElementAppear WaitActive="{x:Null}" WaitVisible="{x:Null}" ContinueOnError="True" DisplayName="Find Element 'A https://acme-test.ui...'" FoundElement="[uiElementIsLoggedIn]" sap:VirtualizedContainerService.HintSize="450,139" sap2010:WorkflowViewState.IdRef="WaitUiElementAppear_2">
<ui:WaitUiElementAppear.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="4449b839-9879-4fab-b9c2-b12ec79b4be0" InformativeScreenshot="344e31d4358766479ef44010f23c4357" Selector="<html app='firefox.exe' title='ACME System 1 - Work Items' /><webctrl aaname='Log Out' parentid='bs-example-navbar-collapse-1' tag='A' />" TimeoutMS="[intDelayInSeconds]">
<ui:Target.WaitForReady>
<InArgument x:TypeArguments="ui:WaitForReady" />
</ui:Target.WaitForReady>
</ui:Target>
</ui:WaitUiElementAppear.Target>
</ui:WaitUiElementAppear>
<If Condition="[Not IsNothing(uiElementIsLoggedIn)]" DisplayName="If Validate Logged In" sap:VirtualizedContainerService.HintSize="450,457" sap2010:WorkflowViewState.IdRef="If_2">
<If.Then>
<Sequence DisplayName="Then" sap:VirtualizedContainerService.HintSize="416,265" sap2010:WorkflowViewState.IdRef="Sequence_9">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<uix:NClick ActivateBefore="True" ClickType="Single" DelayAfter="[intDelayInSeconds]" DisplayName="Click 'Log Out'" sap:VirtualizedContainerService.HintSize="354,180" sap2010:WorkflowViewState.IdRef="NClick_2" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="502485b8-30f6-4199-a130-9c51777c850d" Version="V3">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="https://acme-test.uipath.com/home" CvTextArea="1178, 103, 53, 16" CvTextArgument="Log Out" CvType="Text" DesignTimeRectangle="1164, 85, 81, 50" DesignTimeScaleFactor="1" ElementType="Text" FullSelectorArgument="<webctrl aaname='Log Out' parentid='bs-example-navbar-collapse-1' tag='A' />" FuzzySelectorArgument="<webctrl aaname='Log Out' parentid='bs-example-navbar-collapse-1' tag='A' type='' class='' check:innerText='Log Out' />" Guid="07bf6b3b-fb84-4750-806b-60e194fa90c0" InformativeScreenshot="344c04b6e7bd2073afd96c5a246d1400.png" ScopeSelectorArgument="<html app='firefox.exe' title='ACME System 1 - Dashboard' />" SearchSteps="FuzzySelector, CV" Version="V3" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CvTextArea="954, 103, 38, 13" CvTextArgument="Home" CvType="Text" DesignTimeRectangle="940, 85, 66, 50" ElementType="Text" FullSelectorArgument="<webctrl parentid='bs-example-navbar-collapse-1' tag='A' />" FuzzySelectorArgument="<webctrl parentid='bs-example-navbar-collapse-1' tag='A' type='' class='' aaname='Home' check:innerText='Home' />" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NClick.Target>
</uix:NClick>
</Sequence>
</If.Then>
<If.Else>
<Sequence DisplayName="Else" sap:VirtualizedContainerService.HintSize="416,22" sap2010:WorkflowViewState.IdRef="Sequence_10">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</Sequence>
</If.Else>
</If>
<ui:GetRobotCredential TimeoutMS="{x:Null}" AssetName="acme-test.uipath.com" CacheStrategy="None" DisplayName="Get Credential acme-test.uipath.com" FolderPath="DEV" sap:VirtualizedContainerService.HintSize="450,175" sap2010:WorkflowViewState.IdRef="GetRobotCredential_1" Password="[secStrPassword]" Username="[strUserrname]" />
<uix:NTypeInto ActivateBefore="True" ClickBeforeMode="None" DisplayName="Type Into 'Email'" EmptyFieldMode="SingleLine" sap:VirtualizedContainerService.HintSize="450,250" sap2010:WorkflowViewState.IdRef="NTypeInto_1" ScopeIdentifier="502485b8-30f6-4199-a130-9c51777c850d" Text="[strUserrname]" Version="V3">
<uix:NTypeInto.Target>
<uix:TargetAnchorable BrowserURL="https://acme-test.uipath.com/login" CvElementArea="159, 380, 488, 39" CvType="InputBox" DesignTimeRectangle="160, 382, 485, 34" DesignTimeScaleFactor="1" ElementType="InputBox" FullSelectorArgument="<webctrl id='email' tag='INPUT' />" FuzzySelectorArgument="<webctrl id='email' tag='INPUT' type='email' class='form-control ' aaname='Email:' />" Guid="4f5c7d9e-9646-4548-8748-45fc7b39bb9a" InformativeScreenshot="3a359a4b7a438963967475d41c4324b3.png" IsResponsive="True" ScopeSelectorArgument="<html app='firefox.exe' title='ACME System 1 - Log In' />" SearchSteps="FuzzySelector, CV" Version="V3" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CvTextArea="159, 360, 42, 13" CvTextArgument="Email:" CvType="Text" DesignTimeRectangle="160, 357, 41, 20" ElementType="Text" FullSelectorArgument="<webctrl tag='LABEL' />" FuzzySelectorArgument="<webctrl tag='LABEL' type='' class='' aaname='Email:' check:innerText='Email:' />" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NTypeInto.Target>
</uix:NTypeInto>
<uix:NTypeInto ActivateBefore="True" ClickBeforeMode="None" DisplayName="Type Into 'Password'" EmptyFieldMode="SingleLine" sap:VirtualizedContainerService.HintSize="450,250" sap2010:WorkflowViewState.IdRef="NTypeInto_2" IsPassword="True" ScopeIdentifier="502485b8-30f6-4199-a130-9c51777c850d" SecureText="[secStrPassword]" Version="V3">
<uix:NTypeInto.Target>
<uix:TargetAnchorable BrowserURL="https://acme-test.uipath.com/login" CvElementArea="157, 454, 489, 38" CvType="InputBox" DesignTimeRectangle="160, 456, 485, 34" DesignTimeScaleFactor="1" ElementType="InputBoxPassword" FullSelectorArgument="<webctrl id='password' tag='INPUT' />" FuzzySelectorArgument="<webctrl id='password' tag='INPUT' type='password' class='form-control ' aaname='Password:' />" Guid="c293cfa8-4992-4eb7-9a7c-b182f6391bc6" InformativeScreenshot="2258fe603b5f6aaf04704783a139763b.png" ScopeSelectorArgument="<html app='firefox.exe' title='ACME System 1 - Log In' />" SearchSteps="FuzzySelector, CV" Version="V3" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CvTextArea="159, 434, 73, 13" CvTextArgument="Password:" CvType="Text" DesignTimeRectangle="160, 431, 72, 20" ElementType="Text" FullSelectorArgument="<webctrl aaname='Password:' tag='LABEL' />" FuzzySelectorArgument="<webctrl aaname='Password:' tag='LABEL' type='' class='' check:innerText='Password:' />" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NTypeInto.Target>
</uix:NTypeInto>
<uix:NClick ActivateBefore="True" ClickType="Single" DelayAfter="[intDelayInSeconds]" DisplayName="Click 'Login'" sap:VirtualizedContainerService.HintSize="450,189" sap2010:WorkflowViewState.IdRef="NClick_1" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="502485b8-30f6-4199-a130-9c51777c850d" Version="V3">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="https://acme-test.uipath.com/login" CvElementArea="158, 545, 64, 37" CvTextArea="172, 557, 36, 16" CvTextArgument="Login" CvType="Button" DesignTimeRectangle="160, 547, 61, 34" DesignTimeScaleFactor="1" ElementType="Button" FullSelectorArgument="<webctrl tag='BUTTON' type='submit' />" FuzzySelectorArgument="<webctrl tag='BUTTON' type='submit' class='btn btn-primary' aaname=' Login ' check:innerText='Login' />" Guid="3915052a-a375-40eb-bd84-5375ecedef89" InformativeScreenshot="a99de9e404c181276c36dbc4598b2932.png" ScopeSelectorArgument="<html app='firefox.exe' title='ACME System 1 - Log In' />" SearchSteps="FuzzySelector, CV" Version="V3" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CvElementArea="223, 545, 177, 36" CvTextArea="237, 556, 149, 17" CvTextArgument="Forgot Your Password?" CvType="Button" DesignTimeRectangle="225, 547, 174, 34" ElementType="Text" FullSelectorArgument="<webctrl aaname=' Forgot Your Password? *' tag='A' />" FuzzySelectorArgument="<webctrl aaname=' Forgot Your Password? *' tag='A' type='' class='btn bg-warning' check:innerText='Forgot Your Password?' />" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NClick.Target>
</uix:NClick>
<uix:NClick ActivateBefore="True" ClickType="Single" DelayAfter="[intDelayInSeconds]" DisplayName="Click 'Work Items'" sap:VirtualizedContainerService.HintSize="450,182" sap2010:WorkflowViewState.IdRef="NClick_3" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="502485b8-30f6-4199-a130-9c51777c850d" Version="V3">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="https://acme-test.uipath.com/home" CvElementArea="158, 454, 204, 50" CvTextArea="225, 470, 94, 16" CvTextArgument="Work Items" CvType="Button" DesignTimeRectangle="160, 456, 200, 46" DesignTimeScaleFactor="1" ElementType="Button" FullSelectorArgument="<webctrl aaname=' Work Items' parentid='dashmenu' tag='BUTTON' />" FuzzySelectorArgument="<webctrl aaname=' Work Items' parentid='dashmenu' tag='BUTTON' type='button' class='btn btn-default btn-lg' check:innerText='Work Items' />" Guid="818c8581-5090-4e33-85b9-81bb4439dd58" InformativeScreenshot="07183f6a0acc37e86775215aae3b1173.png" ScopeSelectorArgument="<html app='firefox.exe' title='ACME System 1 - Dashboard' />" SearchSteps="FuzzySelector, CV" Version="V3" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CvElementArea="158, 398, 203, 49" CvTextArea="219, 414, 102, 20" CvTextArgument="User options" CvType="Button" DesignTimeRectangle="160, 400, 200, 46" ElementType="Button" FullSelectorArgument="<webctrl parentid='dashmenu' tag='BUTTON' />" FuzzySelectorArgument="<webctrl parentid='dashmenu' tag='BUTTON' type='button' class='btn btn-default btn-lg dropdown-toggle' aaname=' User options' check:innerText='User options' />" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NClick.Target>
</uix:NClick>
</Sequence>
<Sequence DisplayName="Sequence Find Children" sap:VirtualizedContainerService.HintSize="637,1120" sap2010:WorkflowViewState.IdRef="Sequence_12">
<Sequence.Variables>
<Variable x:TypeArguments="scg:IEnumerable(ui:UiElement)" Name="uiElementChildren" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:FindChildren Children="[uiElementChildren]" DisplayName="Find Children 'DIV'" Filter="["<webctrl aaname='"+ strDialogValue +"'/>"]" sap:VirtualizedContainerService.HintSize="575,139" sap2010:WorkflowViewState.IdRef="FindChildren_1" Scope="FIND_DESCENDANTS">
<ui:FindChildren.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="fb074100-1ca7-4b39-a617-85af49766cf5" InformativeScreenshot="dd14695b4987e50f0cc79fb01a601978" Selector="<html app='firefox.exe' title='ACME System 1 - Work Items' /><webctrl class='main-container' tag='DIV' />">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
<ui:Target.WaitForReady>
<InArgument x:TypeArguments="ui:WaitForReady" />
</ui:Target.WaitForReady>
</ui:Target>
</ui:FindChildren.Target>
</ui:FindChildren>
<ui:ForEach x:TypeArguments="ui:UiElement" CurrentIndex="{x:Null}" DisplayName="For Each Descendants" sap:VirtualizedContainerService.HintSize="575,868" sap2010:WorkflowViewState.IdRef="ForEach`1_1" Values="[uiElementChildren]">
<ui:ForEach.Body>
<ActivityAction x:TypeArguments="ui:UiElement">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="ui:UiElement" Name="currentUiElement" />
</ActivityAction.Argument>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="541,681" sap2010:WorkflowViewState.IdRef="Sequence_13">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="strAttributeAaName" />
<Variable x:TypeArguments="x:String" Name="strAttributeInnerText" />
<Variable x:TypeArguments="x:String" Name="strAttributeTableColumn" />
<Variable x:TypeArguments="x:String" Name="strAttributeTableRow" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:MultipleAssign DisplayName="Multiple Assign Attributes" sap:VirtualizedContainerService.HintSize="479,241" sap2010:WorkflowViewState.IdRef="MultipleAssign_2">
<ui:MultipleAssign.AssignOperations>
<scg:List x:TypeArguments="ui:AssignOperation" Capacity="4">
<ui:AssignOperation sap2010:WorkflowViewState.IdRef="AssignOperation_6">
<ui:AssignOperation.To>
<OutArgument x:TypeArguments="x:String">[strAttributeAaName]</OutArgument>
</ui:AssignOperation.To>
<ui:AssignOperation.Value>
<InArgument x:TypeArguments="x:String">[currentUiElement.Get("aaname", false).ToString()]</InArgument>
</ui:AssignOperation.Value>
</ui:AssignOperation>
<ui:AssignOperation sap2010:WorkflowViewState.IdRef="AssignOperation_7">
<ui:AssignOperation.To>
<OutArgument x:TypeArguments="x:String">[strAttributeInnerText]</OutArgument>
</ui:AssignOperation.To>
<ui:AssignOperation.Value>
<InArgument x:TypeArguments="x:String">[currentUiElement.Get("innertext", false).ToString()]</InArgument>
</ui:AssignOperation.Value>
</ui:AssignOperation>
<ui:AssignOperation sap2010:WorkflowViewState.IdRef="AssignOperation_8">
<ui:AssignOperation.To>
<OutArgument x:TypeArguments="x:String">[strAttributeTableColumn]</OutArgument>
</ui:AssignOperation.To>
<ui:AssignOperation.Value>
<InArgument x:TypeArguments="x:String">[currentUiElement.Get("tablecol", false).ToString()]</InArgument>
</ui:AssignOperation.Value>
</ui:AssignOperation>
<ui:AssignOperation sap2010:WorkflowViewState.IdRef="AssignOperation_9">
<ui:AssignOperation.To>
<OutArgument x:TypeArguments="x:String">[strAttributeTableRow]</OutArgument>
</ui:AssignOperation.To>
<ui:AssignOperation.Value>
<InArgument x:TypeArguments="x:String">[currentUiElement.Get("tablerow", false).ToString()]</InArgument>
</ui:AssignOperation.Value>
</ui:AssignOperation>
</scg:List>
</ui:MultipleAssign.AssignOperations>
</ui:MultipleAssign>
<ui:LogMessage DisplayName="Log Message RPADev-S06P03-Highlight-TypeItems-VB.Main.Attributes;" sap:VirtualizedContainerService.HintSize="479,175" sap2010:WorkflowViewState.IdRef="LogMessage_4" Level="[UiPath.Core.Activities.LogLevel.Info]" Message="["RPADev-S06P03-Highlight-TypeItems-VB.Main.Attributes;" + Environment.NewLine + "AaName: " + strAttributeAaName + Environment.NewLine + "Inner Text: " + strAttributeInnerText + Environment.NewLine + "Table Column: " + strAttributeTableColumn + Environment.NewLine + "Table Row: " + strAttributeTableRow + Environment.NewLine]" />
<uix:NHighlight Color="CadetBlue" DisplayName="Highlight 'WI2'" HighlightTime="1" sap:VirtualizedContainerService.HintSize="479,180" sap2010:WorkflowViewState.IdRef="NHighlight_1" ScopeIdentifier="502485b8-30f6-4199-a130-9c51777c850d" Version="V3">
<uix:NHighlight.Target>
<uix:TargetAnchorable BrowserURL="https://acme-test.uipath.com/work-items" CvTextArea="830, 472, 27, 13" CvTextArgument="[strDialogValue]" CvType="Text" DesignTimeRectangle="801, 461, 87, 39" DesignTimeScaleFactor="1" ElementType="Text" FullSelectorArgument="[string.Format("<webctrl tag='TABLE' /><webctrl isleaf='1' tableCol='4' tableRow='{0}' tag='TD' aaname='{1}' />", strAttributeTableRow, strDialogValue)]" Guid="44041691-d053-4f52-94f8-aecae647bdca" InformativeScreenshot="7412406340bed2ce3ed6559f909ef802.png" ScopeSelectorArgument="<html app='firefox.exe' title='ACME System 1 - Work Items' />" SearchSteps="Selector" Version="V3">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CvTextArea="808, 435, 33, 16" CvTextArgument="Type" CvType="Text" DesignTimeRectangle="801, 424, 87, 37" ElementType="Text" FullSelectorArgument="<webctrl tag='TABLE' /><webctrl aaname='Type' tableRow='1' tag='TH' />" FuzzySelectorArgument="<webctrl tag='TABLE' /><webctrl aaname='Type' type='' tag='TH' class='' check:innerText='Type' />" SearchSteps="Selector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NHighlight.Target>
</uix:NHighlight>
</Sequence>
</ActivityAction>
</ui:ForEach.Body>
</ui:ForEach>
</Sequence>
</Sequence>
</ActivityAction>
</uix:NApplicationCard.Body>
<uix:NApplicationCard.TargetApp>
<uix:TargetApp Area="2511, 10, 1320, 1922" BrowserType="Firefox" IconBase64="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" InformativeScreenshot="a65eb470e2d65a981efa5fa35bcd76e9.png" Selector="<html app='firefox.exe' title='New Tab' />" Title="New Tab" Url="[strWebURL]" />
</uix:NApplicationCard.TargetApp>
</uix:NApplicationCard>
</Sequence>
<Sequence DisplayName="Sequence Result" sap:VirtualizedContainerService.HintSize="795,284" sap2010:WorkflowViewState.IdRef="Sequence_4">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:LogMessage DisplayName="Log Message RPADev-S06P03-Highlight-TypeItems-VB.Main.OperationCompleted;" sap:VirtualizedContainerService.HintSize="388,164" sap2010:WorkflowViewState.IdRef="LogMessage_5" Level="[UiPath.Core.Activities.LogLevel.Info]" Message="["RPADev-S06P03-Highlight-TypeItems-VB.Main.OperationCompleted;"]" />
</Sequence>
<ui:LogMessage DisplayName="Log Message RPADev-S06P03-Highlight-TypeItems-VB.Main.End;" sap:VirtualizedContainerService.HintSize="795,164" sap2010:WorkflowViewState.IdRef="LogMessage_2" Level="[UiPath.Core.Activities.LogLevel.Info]" Message="["RPADev-S06P03-Highlight-TypeItems-VB.Main.End;"]" />
</Sequence>
</Activity>