-
Notifications
You must be signed in to change notification settings - Fork 1
/
Claim Reward.xaml
312 lines (312 loc) · 24.1 KB
/
Claim Reward.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
<Activity mc:Ignorable="sap sap2010" x:Class="Claim_Reward" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:njl="clr-namespace:Newtonsoft.Json.Linq;assembly=Newtonsoft.Json" xmlns:s="clr-namespace:System;assembly=System.Private.CoreLib" 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: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="CurrentGame" Type="InArgument(njl:JObject)" />
</x:Members>
<VisualBasic.Settings>
<x:Null />
</VisualBasic.Settings>
<sap:VirtualizedContainerService.HintSize>1036,2157</sap:VirtualizedContainerService.HintSize>
<sap2010:WorkflowViewState.IdRef>Claim_Reward_1</sap2010:WorkflowViewState.IdRef>
<TextExpression.NamespacesForImplementation>
<scg:List x:TypeArguments="x:String" Capacity="90">
<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.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.Reflection</x:String>
<x:String>System.Collections.ObjectModel</x:String>
<x:String>Newtonsoft.Json.Linq</x:String>
<x:String>Newtonsoft.Json</x:String>
<x:String>System.Dynamic</x:String>
<x:String>System.ComponentModel</x:String>
<x:String>System.Collections.Specialized</x:String>
<x:String>UiPath.UIAutomationCore.Contracts</x:String>
<x:String>System.Runtime.Serialization</x:String>
<x:String>UiPath.UIAutomationNext.Enums</x:String>
<x:String>UiPath</x:String>
<x:String>UiPath.Vision.OCR</x:String>
<x:String>UiPath.OCR.Contracts</x:String>
<x:String>UiPath.OCR.Contracts.Activities</x:String>
<x:String>UiPath.Core.Activities.OCR.Engines</x:String>
<x:String>UiPath.UIAutomationNext.Activities</x:String>
<x:String>UiPath.Platform.ObjectLibrary</x:String>
<x:String>UiPath.Shared.Activities</x:String>
<x:String>UiPath.Platform.ResourceHandling</x:String>
<x:String>UiPath.Web</x:String>
<x:String>System.Security</x:String>
<x:String>UiPath.Web.Activities</x:String>
<x:String>System.Activities.Runtime.Collections</x:String>
<x:String>UiPath.UIAutomationNext.Contracts</x:String>
<x:String>UiPath.UIAutomationNext.Models.CV</x:String>
</scg:List>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<scg:List x:TypeArguments="AssemblyReference" Capacity="63">
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>System.Private.CoreLib</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System.Data.DataSetExtensions</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Drawing</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>UiPath.System.Activities</AssemblyReference>
<AssemblyReference>UiPath.UiAutomation.Activities</AssemblyReference>
<AssemblyReference>UiPath.Studio.Constants</AssemblyReference>
<AssemblyReference>System.Reflection.DispatchProxy</AssemblyReference>
<AssemblyReference>System.Reflection.TypeExtensions</AssemblyReference>
<AssemblyReference>System.ObjectModel</AssemblyReference>
<AssemblyReference>System.Reflection.Metadata</AssemblyReference>
<AssemblyReference>NPOI</AssemblyReference>
<AssemblyReference>System.Memory.Data</AssemblyReference>
<AssemblyReference>System.ComponentModel.TypeConverter</AssemblyReference>
<AssemblyReference>System.Console</AssemblyReference>
<AssemblyReference>System.Configuration.ConfigurationManager</AssemblyReference>
<AssemblyReference>System.Security.Permissions</AssemblyReference>
<AssemblyReference>System.ComponentModel</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>System.Private.Uri</AssemblyReference>
<AssemblyReference>System.Private.ServiceModel</AssemblyReference>
<AssemblyReference>System.Collections</AssemblyReference>
<AssemblyReference>netstandard</AssemblyReference>
<AssemblyReference>Newtonsoft.Json</AssemblyReference>
<AssemblyReference>System.Linq.Expressions</AssemblyReference>
<AssemblyReference>System.ComponentModel.EventBasedAsync</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
<AssemblyReference>Microsoft.Win32.Primitives</AssemblyReference>
<AssemblyReference>System.ComponentModel.Primitives</AssemblyReference>
<AssemblyReference>System.Collections.Specialized</AssemblyReference>
<AssemblyReference>System.Collections.NonGeneric</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationCore</AssemblyReference>
<AssemblyReference>UiPath.Workflow</AssemblyReference>
<AssemblyReference>System.Linq.Parallel</AssemblyReference>
<AssemblyReference>System.Collections.Immutable</AssemblyReference>
<AssemblyReference>System.Linq</AssemblyReference>
<AssemblyReference>System.Linq.Queryable</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Formatters</AssemblyReference>
<AssemblyReference>System.Private.DataContractSerialization</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Primitives</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext</AssemblyReference>
<AssemblyReference>UiPath.System.Activities.Design</AssemblyReference>
<AssemblyReference>UiPath.OCR.Core</AssemblyReference>
<AssemblyReference>UiPath.Vision.Core</AssemblyReference>
<AssemblyReference>UiPath.OCR.Contracts</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext.Activities</AssemblyReference>
<AssemblyReference>UiPath.Platform</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities</AssemblyReference>
<AssemblyReference>UiPath.Mail.Activities</AssemblyReference>
<AssemblyReference>UiPath.Testing.Activities</AssemblyReference>
<AssemblyReference>UiPath.Web.Activities</AssemblyReference>
<AssemblyReference>UiPath.OCR.Activities</AssemblyReference>
<AssemblyReference>UiPath.Web</AssemblyReference>
<AssemblyReference>System.Runtime.InteropServices</AssemblyReference>
</scg:List>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="Claim_Reward" sap:VirtualizedContainerService.HintSize="668,2092" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="GameName" />
<Variable x:TypeArguments="x:String" Name="URL" />
<Variable x:TypeArguments="x:Boolean" Default="False" Name="Claimed" />
<Variable x:TypeArguments="ui:Browser" Name="GameBrowser" />
</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="Parse Game Data" sap:VirtualizedContainerService.HintSize="606,80" sap2010:WorkflowViewState.IdRef="Sequence_2">
<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>
<Assign sap:VirtualizedContainerService.HintSize="434,82" sap2010:WorkflowViewState.IdRef="Assign_1">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[GameName]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">[CurrentGame.Properties(0).Name]</InArgument>
</Assign.Value>
</Assign>
<Assign sap:VirtualizedContainerService.HintSize="434,82" sap2010:WorkflowViewState.IdRef="Assign_2">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[URL]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">[CurrentGame.Properties(0).Value.ToString]</InArgument>
</Assign.Value>
</Assign>
</Sequence>
<Delay Duration="00:00:02" sap:VirtualizedContainerService.HintSize="606,90" sap2010:WorkflowViewState.IdRef="Delay_1" />
<uix:NApplicationCard AttachMode="ByInstance" DisplayName="Use Browser Chrome: Prime Gaming - Home Page" sap:VirtualizedContainerService.HintSize="606,1731" sap2010:WorkflowViewState.IdRef="NApplicationCard_1" InteractionMode="DebuggerApi" ScopeGuid="08666aa5-0eb4-461f-9d48-f55007b42599" 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="572,1514" sap2010:WorkflowViewState.IdRef="Sequence_6">
<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:MaximizeWindow Window="{x:Null}" DisplayName="Maximize Window" sap:VirtualizedContainerService.HintSize="510,25" sap2010:WorkflowViewState.IdRef="MaximizeWindow_1" />
<Assign sap:VirtualizedContainerService.HintSize="510,82" sap2010:WorkflowViewState.IdRef="Assign_4">
<Assign.To>
<OutArgument x:TypeArguments="x:Boolean">[Claimed]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Boolean">False</InArgument>
</Assign.Value>
</Assign>
<ui:UiElementExists DisplayName="Element Exists 'SVG'" Exists="[Claimed]" sap:VirtualizedContainerService.HintSize="510,107" sap2010:WorkflowViewState.IdRef="UiElementExists_5">
<ui:UiElementExists.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="b21c645c-b4b4-4891-a14a-19e04c35161d" InformativeScreenshot="67fba2e434fc1c645822a58f1ba3c4f4" Selector="<wnd app='chrome.exe' cls='Chrome_WidgetWin_1' title='Prime Gaming*' /><ctrl name='Prime Gaming*' role='document' /><ctrl name='NotificationSuccess' role='grouping' /><ctrl role='graphic' />" TimeoutMS="2000" WaitForReady="COMPLETE" />
</ui:UiElementExists.Target>
</ui:UiElementExists>
<If Condition="[Claimed]" DisplayName="If Claimed" sap:VirtualizedContainerService.HintSize="510,1065" sap2010:WorkflowViewState.IdRef="If_2">
<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>
<If.Then>
<Sequence DisplayName="Log & Continue" sap:VirtualizedContainerService.HintSize="376,308" sap2010:WorkflowViewState.IdRef="Sequence_3">
<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>
<WriteLine DisplayName="Write Line" sap:VirtualizedContainerService.HintSize="334,90" sap2010:WorkflowViewState.IdRef="WriteLine_2" Text="["You have already claimed reward for:" + GameName]" />
<ui:MinimizeWindow Window="{x:Null}" DisplayName="Minimize Window" sap:VirtualizedContainerService.HintSize="334,25" sap2010:WorkflowViewState.IdRef="MinimizeWindow_1" />
<ui:CommentOut DisplayName="Comment Out" sap:VirtualizedContainerService.HintSize="334,25" sap2010:WorkflowViewState.IdRef="CommentOut_4">
<ui:CommentOut.Body>
<Sequence DisplayName="Ignored Activities" sap:VirtualizedContainerService.HintSize="450,198" sap2010:WorkflowViewState.IdRef="Sequence_13">
<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:CloseApplication DisplayName="Close Application" sap:VirtualizedContainerService.HintSize="388,87" sap2010:WorkflowViewState.IdRef="CloseApplication_2">
<ui:CloseApplication.Target>
<ui:Target ClippingRegion="{x:Null}" Selector="{x:Null}" Element="[GameBrowser]" Id="7d2ad90f-a1dd-46a1-ac1f-fa643010fdf8" WaitForReady="COMPLETE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:CloseApplication.Target>
</ui:CloseApplication>
</Sequence>
</ui:CommentOut.Body>
<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>
</ui:CommentOut>
</Sequence>
</If.Then>
<If.Else>
<Sequence DisplayName="Claim Reward" sap:VirtualizedContainerService.HintSize="476,607" sap2010:WorkflowViewState.IdRef="Sequence_4">
<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>
<TryCatch DisplayName="Try Catch" sap:VirtualizedContainerService.HintSize="434,389" sap2010:WorkflowViewState.IdRef="TryCatch_3">
<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>
<TryCatch.Try>
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'Claim Now'" sap:VirtualizedContainerService.HintSize="334,107" sap2010:WorkflowViewState.IdRef="Click_1" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="58a459bd-8658-4bdb-828e-c6191f197b26" InformativeScreenshot="4ef92f36e7cbdd5033487d1dc13c6f81" Selector="<html app='chrome.exe' omit:title='Prime Gaming - Fall Guys' /><webctrl aaname='Claim now' tag='BUTTON' />" TimeoutMS="5000">
<ui:Target.WaitForReady>
<InArgument x:TypeArguments="ui:WaitForReady" />
</ui:Target.WaitForReady>
</ui:Target>
</ui:Click.Target>
</ui:Click>
</TryCatch.Try>
<TryCatch.Catches>
<Catch x:TypeArguments="s:Exception" sap:VirtualizedContainerService.HintSize="400,226" sap2010:WorkflowViewState.IdRef="Catch`1_4">
<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>
<ActivityAction x:TypeArguments="s:Exception">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="s:Exception" Name="exception" />
</ActivityAction.Argument>
<uix:NClick ClickType="Single" DisplayName="Click 'Claim'" sap:VirtualizedContainerService.HintSize="334,157" sap2010:WorkflowViewState.IdRef="NClick_2" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="08666aa5-0eb4-461f-9d48-f55007b42599" Version="V3">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="https://gaming.amazon.com/overwatch2/gp/amzn1.pg.game.ee907232-58fd-463d-86e3-12504e2cee8f" DesignTimeRectangle="311, 1027, 44, 29" DesignTimeScaleFactor="1" ElementType="Text" FriendlyName="'Claim'" FullSelectorArgument="<webctrl aaname='Claim' tag='P' />" FuzzySelectorArgument="<webctrl aaname='Claim' tag='P' type='' class='tw-pd-x-05 tw-pd-y-05' check:innerText='Claim' />" Guid="7ffcf1bf-88b5-4bed-9e3a-e3a48f6fff1d" ImageBase64="iVBORw0KGgoAAAANSUhEUgAAADAAAAAhCAYAAACfiCi5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH1SURBVFhH7ZVbK4RBGMd9OrfufQQpkVy5kpQLihSFUOSsXCCH5NQ6HzanyHlzXtuyjmvt3/57mvb1Nu86FENG/bI7z8w885t5ZjatIh34y1gB01gB01gB01gB0/xvgak6YLUPaM/Rx3+CdwW4uL0Z4D4MPN0DjxEg4AfasoGjJWkbLNWPdTLdBDw/AjtT+vhXSSnAhd2FgNgTcLoBbI7IAgLLQGfe5wT6i4HjVcDXqI9/FU+B6gzgfCuxwFtgtFLfRyfQXQBM1ACLXUBv4dv+OuozgZFyOSGeKts4x2yz5OU63GOceApwxx5ugJN1fZy4BQ7mgJcYEE20sVzi8UTbvMTYh33XBuT71aHMz5KMPsg4blYoICeuxh8uJPPp8BQYq5KJd336OHELdOTKjvIzd45lF7mUHdUJ8F4NlMh3nhglmI9zcHzwIDmefXR4CvBIY1FgY0gfJ7oSYuK+IknKeCoB5+JYMrHnZJw4x6s2N54CKmFgRR8nboG5lmT58H/8xaAAL9T1WeoJnAJ8ldiXZaMuntETIP5eqcvwCTBZC7RmSXn4GuT3gQm408NlksQp0J0PXOwYFiDLPfJSOP/4evDyqR8ndQrb41I2vDtsD+7/AgGFWsR7bzv7UU69Rt/NhwV+K1bANFbANFbANFbANFbALMArlhY34Cti2HIAAAAASUVORK5CYII=" InformativeScreenshot="880bf560d415358ba576d87f4a61cf3e.png" ScopeSelectorArgument="<html app='chrome.exe' title='Prime Gaming - Overwatch 2' />" SearchSteps="FuzzySelector, Image" Version="V2" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="4">
<uix:Target DesignTimeRectangle="304, 1022, 59, 37" ElementType="Button" FriendlyName="'Claim'" FullSelectorArgument="<webctrl aaname='Claim' tag='BUTTON' />" FuzzySelectorArgument="<webctrl aaname='Claim' tag='BUTTON' type='' class='tw-interactive tw-button' check:innerText='Claim' />" ImageBase64="iVBORw0KGgoAAAANSUhEUgAAAD8AAAApCAYAAACC0PFZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJrSURBVGhD7ZpdSxRhFMf9EF1Kt/sBAj9BeBt02UcIRRLxyquIwAsDRTDIKCFJKwMvVNRFepG11reWVSMxX1ra3kws09V13X/75/C443DQjZmQmXkW/uzMc86Z5/k958yZhZ2q6gsxRFUW3ujSxauor4mj7XIO7bUIhchCJrI5WaljeBrDBO0W2dwbcAzP3dGCwiQyqvBhzroRGVV4zTmMsvAW3sJbeNUxjLLwFt7C/x/4yW4gPQT0N+j285Jv8ARbfQPsbQMHe8D+DpBJAX11wKc5GRtt1WOdmuoBDveBlUnd7qd8gSfU7hZQOAC+LAHv47L4zDzwtPHf4IdvAZ/TQOKhbvdTnuG7rgDfPpTg/gATHbqPBj/QDLy6C8w+AwZbTvprun8NiN+RymA1cYzXePtI5uU63DFnyTM8M5X7DWQXdTvlhl9PAkcFIF8aY4kXi6WxabHRh74LI3L+c0Ouz9son5M4bvRWRirNxG/MlOerVJ7hX3TKoj4mdDvlhn9yQzLJY2aMt8rOD8mkBs8+MnJbzlkp3ADOx2swfnO9HE+fSuUZnmVYyANLY7qd0sqeix66KQum/TR4JxjLvHBYtlPOeDNWiTzDm8Vm3ul2yg2f7C2XPL+LRwGFZ/P59fX0yZ3w7P70ZambJhXYzFOpQbkPt7PA63vA4+tS0okH8vzn4pjh8TZZoBN+oAn4vhJgeGr+uXRk54ddmo3K/HAx2V9+KaXOXsHxzbWAwxsZgLOe3fTjxpiufx7yHT5IsvAW3sJbeNUxjLLwFt7Cy0Gk/6KO9MsJkX4thaKRuxOmTSALmdzg1An4aCmGv6mC+pL161NaAAAAAElFTkSuQmCC" SearchSteps="FuzzySelector, Image" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NClick.Target>
</uix:NClick>
</ActivityAction>
</Catch>
</TryCatch.Catches>
</TryCatch>
<WriteLine DisplayName="Write Line" sap:VirtualizedContainerService.HintSize="434,90" sap2010:WorkflowViewState.IdRef="WriteLine_3" Text="["Successfully claimed reward for: " + GameName]" />
</Sequence>
</If.Else>
</If>
</Sequence>
</ActivityAction>
</uix:NApplicationCard.Body>
<uix:NApplicationCard.TargetApp>
<uix:TargetApp Area="0, 0, 0, 0" BrowserType="Chrome" IconBase64="iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC6SURBVDhPzdLbCcIwGIbhgjdFULxQHEPBHVxHN/CwQRXXcAIXEHdRwQOe4/uFFJqgFxFBf3ja/Dl8zUWT/66sa8ri2tfFhpIbesV8FRmmGrtpr+xZHj14X6GvYIKbM4MXQq/b9TXYYYzULeSHrzCOF8I7xQgHNVo8YYgGdO3i4TCkiQF0xigg37zHEnbhjTNW0F71j2LAJ2zAJZiM8pWAYzgZ4a6AOdbYRtpgoYAaWuhEaqOu/+KXlSRPEU2gKgK7ImwAAAAASUVORK5CYII=" InformativeScreenshot="8b2f7ad5b81c875f533b857ac976e9bc.jpg" Selector="<html app='chrome.exe' title='Prime Gaming - Home Page' />" Url="[URL]" />
</uix:NApplicationCard.TargetApp>
</uix:NApplicationCard>
</Sequence>
</Activity>