-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHash Client Info.xaml
More file actions
213 lines (213 loc) · 17 KB
/
Copy pathHash Client Info.xaml
File metadata and controls
213 lines (213 loc) · 17 KB
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
<Activity mc:Ignorable="sap sap2010" x:Class="Hash_Client_Info" 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:sd="clr-namespace:System.Drawing;assembly=System.Drawing.Common" xmlns:sd1="clr-namespace:System.Drawing;assembly=System.Drawing.Primitives" 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">
<x:Members>
<x:Property Name="str_ClientID" Type="InArgument(x:String)" />
<x:Property Name="str_ClientCountry" Type="InArgument(x:String)" />
<x:Property Name="str_clientName" Type="InArgument(x:String)" />
<x:Property Name="str_hashedClientDetails" Type="OutArgument(x:String)" />
</x:Members>
<sap2010:ExpressionActivityEditor.ExpressionActivityEditor>C#</sap2010:ExpressionActivityEditor.ExpressionActivityEditor>
<sap2010:WorkflowViewState.IdRef>ActivityBuilder_1</sap2010:WorkflowViewState.IdRef>
<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.Linq</x:String>
<x:String>System.Net.Mail</x:String>
<x:String>System.Xml</x:String>
<x:String>System.Text</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.Drawing</x:String>
<x:String>System.Runtime.Serialization</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>UiPath.Platform.SyncObjects</x:String>
<x:String>System.Reflection</x:String>
<x:String>System.Linq.Expressions</x:String>
<x:String>System.Security</x:String>
<x:String>System.ComponentModel</x:String>
<x:String>UiPath.UIAutomationNext.Activities.Models</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<sco:Collection x:TypeArguments="AssemblyReference">
<AssemblyReference>Microsoft.CSharp</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>System.ComponentModel.TypeConverter</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System.Data.Common</AssemblyReference>
<AssemblyReference>System.Linq</AssemblyReference>
<AssemblyReference>System.Net.Mail</AssemblyReference>
<AssemblyReference>System.ObjectModel</AssemblyReference>
<AssemblyReference>System.Private.CoreLib</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
<AssemblyReference>System.ServiceModel.Activities</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>UiPath.System.Activities</AssemblyReference>
<AssemblyReference>UiPath.UiAutomation.Activities</AssemblyReference>
<AssemblyReference>UiPath.Studio.Constants</AssemblyReference>
<AssemblyReference>System.Drawing.Primitives</AssemblyReference>
<AssemblyReference>System.Drawing.Common</AssemblyReference>
<AssemblyReference>System.Private.ServiceModel</AssemblyReference>
<AssemblyReference>System.Private.DataContractSerialization</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Formatters</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Primitives</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationCore</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext.Activities</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities</AssemblyReference>
<AssemblyReference>UiPath.Testing.Activities</AssemblyReference>
<AssemblyReference>UiPath.OCR.Activities</AssemblyReference>
<AssemblyReference>UiPath.Platform</AssemblyReference>
<AssemblyReference>System.Reflection.DispatchProxy</AssemblyReference>
<AssemblyReference>System.Reflection.TypeExtensions</AssemblyReference>
<AssemblyReference>System.Reflection.Metadata</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities.Design</AssemblyReference>
<AssemblyReference>System.Console</AssemblyReference>
<AssemblyReference>System.Security.Permissions</AssemblyReference>
<AssemblyReference>System.Configuration.ConfigurationManager</AssemblyReference>
<AssemblyReference>System.ComponentModel</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>System.Private.Uri</AssemblyReference>
<AssemblyReference>NPOI.Core</AssemblyReference>
<AssemblyReference>System.Collections</AssemblyReference>
<AssemblyReference>System.Collections.NonGeneric</AssemblyReference>
<AssemblyReference>System.Linq.Expressions</AssemblyReference>
<AssemblyReference>System.Runtime.InteropServices</AssemblyReference>
<AssemblyReference>System.ComponentModel.EventBasedAsync</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
<AssemblyReference>System.ComponentModel.Primitives</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="Hash_Client_Info" sap:VirtualizedContainerService.HintSize="850,1140.6666666666667" sap2010:WorkflowViewState.IdRef="Sequence_1">
<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="Hash Client Sequence" sap:VirtualizedContainerService.HintSize="486,1118" sap2010:WorkflowViewState.IdRef="Sequence_2">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="str_SHAWebsite" />
</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:GetRobotAsset TimeoutMS="{x:Null}" AssetName="SHA Website" CacheStrategy="None" DisplayName="Get Asset" FolderPath="REFramework_Security_Hash_Process" sap:VirtualizedContainerService.HintSize="452,187.33333333333334" sap2010:WorkflowViewState.IdRef="GetRobotAsset_1">
<ui:GetRobotAsset.Value>
<OutArgument x:TypeArguments="x:String">
<CSharpReference x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpReference`1_1">str_SHAWebsite</CSharpReference>
</OutArgument>
</ui:GetRobotAsset.Value>
</ui:GetRobotAsset>
<uix:NApplicationCard AttachMode="ByInstance" DisplayName="Use Browser Edge: SHA1 online" HealingAgentBehavior="Job" sap:VirtualizedContainerService.HintSize="452,848" sap2010:WorkflowViewState.IdRef="NApplicationCard_2" InteractionMode="DebuggerApi" IsDisplayNameAuto="True" ScopeGuid="c2d28043-0ed2-4a41-964f-cea574133dc7" Version="V2">
<uix:NApplicationCard.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="WSSessionData" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="450,653.3333333333334" 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:NTypeInto ActivateBefore="True" ClickBeforeMode="Single" ClipboardMode="Never" DisplayName="Type Into 'SHA1 and other hash fun…'" EmptyFieldMode="SingleLine" HealingAgentBehavior="SameAsCard" sap:VirtualizedContainerService.HintSize="416,252" sap2010:WorkflowViewState.IdRef="NTypeInto_1" InteractionMode="SameAsCard" ScopeIdentifier="c2d28043-0ed2-4a41-964f-cea574133dc7" Version="V5">
<uix:NTypeInto.Target>
<uix:TargetAnchorable BrowserURL="sha1-online.com" CVScreenId="52a7a1b0-0746-4691-ac17-1fd537d3e38a" CvElementArea="514, 458, 498, 34" CvType="InputBox" DesignTimeRectangle="514, 459, 499, 32" ElementType="InputBox" ElementVisibilityArgument="Interactive" FullSelectorArgument="<webctrl id='textToHashId' tag='INPUT' />" Guid="85c3e172-10a0-427d-ba34-74a8b868f802" InformativeScreenshot="297ee7edb50a38276d55bb04ff2eb16f.png" ScopeSelectorArgument="<html app='msedge.exe' title='SHA1 online' />" SearchSteps="Selector, CV" Version="V6" WaitForReadyArgument="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target DesignTimeRectangle="414, 344, 770, 84" ElementType="Text" FuzzySelectorArgument="<webctrl tag='H1' type='' class='' aaname='SHA1 and other hash functions online generator' matching:class='fuzzy' fuzzylevel:class='0.0' matching:aaname='fuzzy' fuzzylevel:aaname='0.0' check:innerText='SHA1 and other hash functions online generator' />" Guid="cbf3a700-a7ef-4e62-8db2-166c0f308b80" SearchSteps="FuzzySelector" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NTypeInto.Target>
<uix:NTypeInto.Text>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_4">$"{str_ClientID}-{str_clientName}-{str_ClientCountry}"</CSharpValue>
</InArgument>
</uix:NTypeInto.Text>
</uix:NTypeInto>
<uix:NClick ActivateBefore="True" ClickType="Single" DisplayName="Click 'hash'" HealingAgentBehavior="SameAsCard" sap:VirtualizedContainerService.HintSize="416,199.33333333333334" sap2010:WorkflowViewState.IdRef="NClick_1" InteractionMode="SameAsCard" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="c2d28043-0ed2-4a41-964f-cea574133dc7" Version="V5">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="sha1-online.com" CVScreenId="94dafb9d-0f64-4948-bc13-fce313c17657" CvTextArea="1023, 463, 49, 19" CvTextArgument="hash" CvType="Text" DesignTimeRectangle="1013, 459, 71, 32" ElementType="Button" ElementVisibilityArgument="Interactive" FullSelectorArgument="<webctrl tag='INPUT' type='submit' />" Guid="d3d89ad5-77d3-4b03-8b82-551cc99b3f8a" InformativeScreenshot="2dc811ef55e27101b51a8222da42ad21.png" ScopeSelectorArgument="<html app='msedge.exe' title='SHA1 online' />" SearchSteps="Selector, CV" Version="V6" WaitForReadyArgument="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="94dafb9d-0f64-4948-bc13-fce313c17657" CvElementArea="731, 522, 134, 31" CvType="InputBox" DesignTimeRectangle="734, 524, 130, 26" ElementType="DropDown" FullSelectorArgument="<webctrl tag='SELECT' />" Guid="c688f54b-3dbd-4f1c-9373-55b830ea8605" SearchSteps="Selector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NClick.Target>
</uix:NClick>
<uix:NGetText DisplayName="Get Text '738190df28ac7a95f55780d…'" HealingAgentBehavior="SameAsCard" sap:VirtualizedContainerService.HintSize="416,138" sap2010:WorkflowViewState.IdRef="NGetText_1" ScopeIdentifier="c2d28043-0ed2-4a41-964f-cea574133dc7" Version="V5">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="sha1-online.com" CVScreenId="e8602c02-ae07-4cfa-8bf2-2ad471f82cf5" CvType="AnyWordGroup" DesignTimeRectangle="129, 471, 722, 33" ElementType="Text" ElementVisibilityArgument="Interactive" FullSelectorArgument="<webctrl id='result-sha1' tag='SPAN' />" Guid="d4cc60aa-2619-4132-abfc-19d8a92fd062" InformativeScreenshot="c5e538c3d4deb31709caa7143ce437d4.png" ScopeSelectorArgument="<html app='msedge.exe' title='SHA1 online' />" SearchSteps="Selector, CV" Version="V6" WaitForReadyArgument="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="e8602c02-ae07-4cfa-8bf2-2ad471f82cf5" CvElementArea="26, 382, 135, 31" CvType="InputBox" DesignTimeRectangle="29, 385, 130, 26" ElementType="DropDown" FullSelectorArgument="<webctrl tag='SELECT' />" Guid="b0cf6cfb-39b5-40d1-ab6a-43c2e8510474" SearchSteps="Selector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
<uix:NGetText.TextString>
<OutArgument x:TypeArguments="x:String">
<CSharpReference x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpReference`1_2">str_hashedClientDetails</CSharpReference>
</OutArgument>
</uix:NGetText.TextString>
</uix:NGetText>
</Sequence>
</ActivityAction>
</uix:NApplicationCard.Body>
<uix:NApplicationCard.OCREngine>
<ActivityFunc x:TypeArguments="sd:Image, scg:IEnumerable(scg:KeyValuePair(sd1:Rectangle, x:String))">
<ActivityFunc.Argument>
<DelegateInArgument x:TypeArguments="sd:Image" Name="Image" />
</ActivityFunc.Argument>
</ActivityFunc>
</uix:NApplicationCard.OCREngine>
<uix:NApplicationCard.TargetApp>
<uix:TargetApp Area="317, 0, 1620, 1089" BrowserType="Edge" IconBase64="iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAABbSURBVDhPY3h1VOw/DHOoHyEZM8A0Us0AUl2E1QBkmhAmaAAhFxFlADKNjkk2AN1FZBmATFNkAAiTbQAMk2QADJNlAC6M1wBsNqJjnAYQi1EMIMZGdAw3gFwMAAOUOX1CmNE5AAAAAElFTkSuQmCC" InformativeScreenshot="19b1ddbcf7a57e82ce4114d23e73965d.jpg" Selector="<html app='msedge.exe' title='SHA1 online' />" Version="V2">
<uix:TargetApp.Arguments>
<InArgument x:TypeArguments="x:String" />
</uix:TargetApp.Arguments>
<uix:TargetApp.Url>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_2">str_SHAWebsite</CSharpValue>
</InArgument>
</uix:TargetApp.Url>
<uix:TargetApp.WorkingDirectory>
<InArgument x:TypeArguments="x:String" />
</uix:TargetApp.WorkingDirectory>
</uix:TargetApp>
</uix:NApplicationCard.TargetApp>
</uix:NApplicationCard>
</Sequence>
</Sequence>
</Activity>