-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.xaml
500 lines (500 loc) · 66.7 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
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<Activity mc:Ignorable="sap sap2010" x:Class="Main" VisualBasic.Settings="{x:Null}" sap:VirtualizedContainerService.HintSize="843.2,7087.2" sap2010:WorkflowViewState.IdRef="ActivityBuilder_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:sd="clr-namespace:System.Data;assembly=System.Data.Common" 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.ComponentModel</x:String>
<x:String>System.Runtime.Serialization</x:String>
<x:String>System.Xml.Serialization</x:String>
<x:String>UiPath.UIAutomationNext.Models.ExtractData</x:String>
<x:String>UiPath.UIAutomationNext.Enums</x:String>
<x:String>UiPath.UIAutomationCore.Contracts</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>UiPath.UIAutomationNext.Models</x:String>
<x:String>UiPath.UIAutomationNext.Contracts</x:String>
<x:String>UiPath.UIAutomationNext.Models.CV</x:String>
<x:String>UiPath.DataTableUtilities</x:String>
<x:String>System.Linq.Expressions</x:String>
<x:String>UiPath.UIAutomationNext.Activities.Models</x:String>
<x:String>UiPath.Web</x:String>
<x:String>UiPath.Platform.ResourceHandling</x:String>
<x:String>System.Security</x:String>
<x:String>UiPath.Web.Activities</x:String>
<x:String>UiPath.Excel</x:String>
<x:String>UiPath.Excel.Activities</x:String>
<x:String>System.Numerics</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<sco:Collection x:TypeArguments="AssemblyReference">
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>NPOI</AssemblyReference>
<AssemblyReference>PresentationCore</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Activities</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.Data.SqlClient</AssemblyReference>
<AssemblyReference>System.Drawing</AssemblyReference>
<AssemblyReference>System.Drawing.Common</AssemblyReference>
<AssemblyReference>System.Drawing.Primitives</AssemblyReference>
<AssemblyReference>System.Linq</AssemblyReference>
<AssemblyReference>System.Linq.Async</AssemblyReference>
<AssemblyReference>System.Linq.Expressions</AssemblyReference>
<AssemblyReference>System.Memory</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.Private.Xml</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.Excel</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities.Design</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.Web</AssemblyReference>
<AssemblyReference>UiPath.Web.Activities</AssemblyReference>
<AssemblyReference>UiPath.Workflow</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="ShouldCollapseAll">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Sequence DisplayName="Main Sequence" sap:VirtualizedContainerService.HintSize="784,7022.4" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="sd:DataTable" Default="[New System.Data.DataTable]" Name="dt_Temp" />
<Variable x:TypeArguments="sd:DataTable" Name="dt_Main" />
<Variable x:TypeArguments="sd:DataColumn[]" Default="[{New System.Data.DataColumn("Price in €"), New System.Data.DataColumn("Color"), New System.Data.DataColumn("Size"), New System.Data.DataColumn("Design"), New System.Data.DataColumn("DeliveredPer"), New System.Data.DataColumn("Style"), New System.Data.DataColumn("Toplayer"), New System.Data.DataColumn("Collection"), New System.Data.DataColumn("OtherColor"), New System.Data.DataColumn("SubsetMaterial"), New System.Data.DataColumn("Advice"), New System.Data.DataColumn("Hight"), New System.Data.DataColumn("ImgPath")}]" Name="MainArrc" />
<Variable x:TypeArguments="sd:DataColumn[]" Default="[{New System.Data.DataColumn("Price in €"), New System.Data.DataColumn("Color"), New System.Data.DataColumn("Size"), New System.Data.DataColumn("Design"), New System.Data.DataColumn("DeliveredPer"), New System.Data.DataColumn("Style"), New System.Data.DataColumn("Toplayer"), New System.Data.DataColumn("Collection"), New System.Data.DataColumn("OtherColor"), New System.Data.DataColumn("SubsetMaterial"), New System.Data.DataColumn("Advice"), New System.Data.DataColumn("Hight"), New System.Data.DataColumn("ImgPath")}]" Name="TempArrc" />
<Variable x:TypeArguments="x:Object" Name="result">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:String x:Key="SourceIdRef">InvokeMethod_4</x:String>
<x:String x:Key="SourcePropertyName">Result</x:String>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</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:BuildDataTable DataTable="[dt_Main]" DisplayName="Build MainDataTable" sap:VirtualizedContainerService.HintSize="721.6,92" sap2010:WorkflowViewState.IdRef="BuildDataTable_1" TableInfo="<NewDataSet>
 <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
 <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:MainDataTable="TableName" msdata:UseCurrentLocale="true">
 <xs:complexType>
 <xs:choice minOccurs="0" maxOccurs="unbounded">
 <xs:element name="TableName">
 <xs:complexType>
 <xs:sequence>
 <xs:element name="Url" msdata:Caption="" minOccurs="0">
 <xs:simpleType>
 <xs:restriction base="xs:string">
 <xs:maxLength value="100" />
 </xs:restriction>
 </xs:simpleType>
 </xs:element>
 <xs:element name="ImgUrl" msdata:Caption="" type="xs:string" minOccurs="0" />
 <xs:element name="Name" msdata:Caption="" type="xs:string" minOccurs="0" />
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 </xs:choice>
 </xs:complexType>
 </xs:element>
 </xs:schema>
</NewDataSet>" />
<InvokeMethod DisplayName="Create Columns Main Data Table" sap:VirtualizedContainerService.HintSize="721.6,166.4" sap2010:WorkflowViewState.IdRef="InvokeMethod_5" MethodName="AddRange">
<InvokeMethod.TargetObject>
<InArgument x:TypeArguments="sd:DataColumnCollection">[dt_Main.Columns]</InArgument>
</InvokeMethod.TargetObject>
<InArgument x:TypeArguments="sd:DataColumn[]">[MainArrc]</InArgument>
</InvokeMethod>
<InvokeMethod DisplayName="Create Columns for Temp Table" sap:VirtualizedContainerService.HintSize="721.6,166.4" sap2010:WorkflowViewState.IdRef="InvokeMethod_4" MethodName="AddRange">
<InvokeMethod.Result>
<OutArgument x:TypeArguments="x:Object">[result]</OutArgument>
</InvokeMethod.Result>
<InvokeMethod.TargetObject>
<InArgument x:TypeArguments="sd:DataColumnCollection">[dt_Temp.Columns]</InArgument>
</InvokeMethod.TargetObject>
<InArgument x:TypeArguments="sd:DataColumn[]">[TempArrc]</InArgument>
</InvokeMethod>
<uix:NApplicationCard AttachMode="ByInstance" DisplayName="Browser" sap:VirtualizedContainerService.HintSize="721.6,6508.8" sap2010:WorkflowViewState.IdRef="NApplicationCard_1" InteractionMode="DebuggerApi" ScopeGuid="00158659-147e-4b59-af42-be53a80251f2" 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="688,6268.8" sap2010:WorkflowViewState.IdRef="Sequence_2">
<Sequence.Variables>
<Variable x:TypeArguments="x:Int32" Name="Index" />
<Variable x:TypeArguments="x:Int32" Name="DoWhileIndex" />
<Variable x:TypeArguments="x:Boolean" Name="IsPopUpFound" />
<Variable x:TypeArguments="x:Boolean" Name="IsCookiesFound" />
</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:MaximizeWindow Window="{x:Null}" DisplayName="Maximize the Browser" sap:VirtualizedContainerService.HintSize="625.6,56.8" sap2010:WorkflowViewState.IdRef="MaximizeWindow_1" />
<uix:NGetAttributeGeneric x:TypeArguments="x:Boolean" Attribute="relativeVisibility" DisplayName="Check for Language Pop-up" sap:VirtualizedContainerService.HintSize="625.6,240" sap2010:WorkflowViewState.IdRef="NGetAttributeGeneric`1_3" Result="[IsPopUpFound]" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" Version="V3">
<uix:NGetAttributeGeneric.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/behang?pagenumber=1" CVScreenId="6deee23b-1fdc-4bb8-a665-6eb1acd9ed02" CvElementArea="804, 777, 329, 58" CvTextArea="923, 796, 91, 21" CvTextArgument="Bevestigen" CvType="Button" DesignTimeRectangle="807, 778, 325, 55" DesignTimeScaleFactor="1.25" ElementType="Button" FullSelectorArgument="<webctrl aaname='Bevestigen' css-selector='body&gt;div&gt;div&gt;div&gt;header&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;button' tag='BUTTON' type='button' />" FuzzySelectorArgument="<webctrl aaname='Bevestigen' class='Button Button--default js-language-country-submit' tag='BUTTON' type='button' check:innerText='Bevestigen' />" Guid="c3cc6593-5ae1-462c-b7a2-0dec4e723411" InformativeScreenshot="c3f59401d3d828c3bb99c3d6bbad4c05.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - Behang - Eijffinger | Decorating the world' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="6deee23b-1fdc-4bb8-a665-6eb1acd9ed02" CvTextArea="805, 538, 109, 18" CvTextArgument="Kies een land" CvType="Text" DesignTimeRectangle="807, 535, 325, 28" ElementType="Text" FullSelectorArgument="<webctrl class='FlyoutLocalizationPicker-select-title' tag='DIV' />" FuzzySelectorArgument="<webctrl class='FlyoutLocalizationPicker-select-title' tag='DIV' type='' aaname='Kies een land' check:innerText='Kies een land' />" Guid="11b0a442-b6b3-400d-9018-254c3135fc41" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetAttributeGeneric.Target>
</uix:NGetAttributeGeneric>
<uix:NGetAttributeGeneric x:TypeArguments="x:Boolean" Attribute="relativeVisibility" DisplayName="Check for Cookies" sap:VirtualizedContainerService.HintSize="625.6,240" sap2010:WorkflowViewState.IdRef="NGetAttributeGeneric`1_5" Result="[IsCookiesFound]" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" Version="V3">
<uix:NGetAttributeGeneric.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-nl/behang?pagenumber=1" DesignTimeRectangle="9, 916, 1899, 113" DesignTimeScaleFactor="1.25" FullSelectorArgument="<webctrl css-selector='body&gt;div&gt;div&gt;div' idx='4' tag='DIV' />" FuzzySelectorArgument="<webctrl type='' class='CookieBar js-CookieBar' tag='DIV' aaname=' ' />" Guid="297fb321-3c28-48cc-911f-5c89e6ebcfd5" InformativeScreenshot="0c48fda3658564ac1b1da249dccbdf83.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - Behang - Eijffinger | Decorating the world' />" SearchSteps="FuzzySelector" Version="V4" Visibility="Interactive" />
</uix:NGetAttributeGeneric.Target>
</uix:NGetAttributeGeneric>
<If Condition="[IsPopUpFound=True]" DisplayName="If Language Popup Found" sap:VirtualizedContainerService.HintSize="625.6,580.8" sap2010:WorkflowViewState.IdRef="If_2">
<If.Then>
<Sequence DisplayName="Then Handle Language Popup" sap:VirtualizedContainerService.HintSize="416,305.6" sap2010:WorkflowViewState.IdRef="Sequence_8">
<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" DisplayName="Click 'Bevestigen'" sap:VirtualizedContainerService.HintSize="353.6,216.8" sap2010:WorkflowViewState.IdRef="NClick_1" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" Version="V3">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/behang?pagenumber=1" CVScreenId="94b57c04-ca3b-47bd-81cd-0bfceb9b3d43" CvElementArea="804, 777, 329, 58" CvTextArea="923, 796, 91, 21" CvTextArgument="Bevestigen" CvType="Button" DesignTimeRectangle="804, 776, 329, 60" DesignTimeScaleFactor="1.25" ElementType="Button" FullSelectorArgument="<webctrl aaname='Bevestigen' css-selector='body&gt;div&gt;div&gt;div&gt;header&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;button' tag='BUTTON' type='button' />" FuzzySelectorArgument="<webctrl aaname='Bevestigen' class='Button Button--default js-language-country-submit' tag='BUTTON' type='button' check:innerText='Bevestigen' />" Guid="885b6f0d-66b6-44e2-9496-838bf96a8315" InformativeScreenshot="e9ac259ad8f51017955212ba92ff154f.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - Behang - Eijffinger | Decorating the world' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive" />
</uix:NClick.Target>
<uix:NClick.VerifyOptions>
<uix:VerifyExecutionOptions DisplayName="{x:Null}" Mode="Appears">
<uix:VerifyExecutionOptions.Retry>
<InArgument x:TypeArguments="x:Boolean" />
</uix:VerifyExecutionOptions.Retry>
<uix:VerifyExecutionOptions.Timeout>
<InArgument x:TypeArguments="x:Double" />
</uix:VerifyExecutionOptions.Timeout>
</uix:VerifyExecutionOptions>
</uix:NClick.VerifyOptions>
</uix:NClick>
</Sequence>
</If.Then>
<If.Else>
<Sequence DisplayName="Else" sap:VirtualizedContainerService.HintSize="416,104.8" sap2010:WorkflowViewState.IdRef="Sequence_18">
<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>
</If.Else>
</If>
<If Condition="[IsCookiesFound = True]" DisplayName="If Cookies Found" sap:VirtualizedContainerService.HintSize="625.6,580.8" sap2010:WorkflowViewState.IdRef="If_3">
<If.Then>
<Sequence DisplayName="Then Handle Cookies" sap:VirtualizedContainerService.HintSize="416,305.6" sap2010:WorkflowViewState.IdRef="Sequence_15">
<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" DisplayName="Click 'Sluiten'" sap:VirtualizedContainerService.HintSize="353.6,216.8" sap2010:WorkflowViewState.IdRef="NClick_3" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" Version="V3">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-nl/behang?pagenumber=1" CVScreenId="24a9e2f1-fc30-4b41-a300-c3681a9dc4e1" CvElementArea="1630, 943, 117, 61" CvTextArea="1670, 962, 62, 17" CvTextArgument="Sluiten" CvType="Button" DesignTimeRectangle="1633, 945, 113, 56" DesignTimeScaleFactor="1.25" ElementType="Button" FullSelectorArgument="<webctrl aaname=' Sluiten' tag='BUTTON' type='button' />" FuzzySelectorArgument="<webctrl aaname=' Sluiten' tag='BUTTON' type='button' class='Button Button--primary js-CookieBar-button' check:innerText='Sluiten' />" Guid="37fa8f93-8d8e-45de-a63a-59df3e07cce8" InformativeScreenshot="69d7e36aef5816eeebe7504ed504f823.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - Behang - Eijffinger | Decorating the world' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="24a9e2f1-fc30-4b41-a300-c3681a9dc4e1" CvElementArea="1630, 943, 117, 61" CvTextArea="1670, 962, 62, 17" CvTextArgument="Sluiten" CvType="Button" DesignTimeRectangle="1674, 963, 58, 18" ElementType="Text" FullSelectorArgument="<webctrl aaname='Sluiten' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Sluiten' tag='SPAN' type='' class='' check:innerText='Sluiten' />" Guid="20caaed3-27f3-4da3-b06f-126708a323bc" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NClick.Target>
<uix:NClick.VerifyOptions>
<uix:VerifyExecutionOptions DisplayName="{x:Null}" Mode="Appears">
<uix:VerifyExecutionOptions.Retry>
<InArgument x:TypeArguments="x:Boolean" />
</uix:VerifyExecutionOptions.Retry>
<uix:VerifyExecutionOptions.Timeout>
<InArgument x:TypeArguments="x:Double" />
</uix:VerifyExecutionOptions.Timeout>
</uix:VerifyExecutionOptions>
</uix:NClick.VerifyOptions>
</uix:NClick>
</Sequence>
</If.Then>
<If.Else>
<Sequence DisplayName="Else" sap:VirtualizedContainerService.HintSize="416,104.8" sap2010:WorkflowViewState.IdRef="Sequence_16">
<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>
</Sequence>
</If.Else>
</If>
<ui:InterruptibleDoWhile Condition="[DoWhileIndex < 1]" CurrentIndex="[DoWhileIndex]" DisplayName="Scrape Subpage Details with Pagination" sap:VirtualizedContainerService.HintSize="625.6,4221.6" sap2010:WorkflowViewState.IdRef="InterruptibleDoWhile_5">
<ui:InterruptibleDoWhile.Body>
<Sequence DisplayName="Web Data Extraction from Main page" sap:VirtualizedContainerService.HintSize="592,4075.2" sap2010:WorkflowViewState.IdRef="Sequence_7">
<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:NMouseScroll KeyModifiers="{x:Null}" Direction="Down" DisplayName="Scroll Down Main Page for Data Fetch" sap:VirtualizedContainerService.HintSize="529.6,168.8" sap2010:WorkflowViewState.IdRef="NMouseScroll_1" InteractionMode="HardwareEvents" MovementUnits="25" Version="V3" />
<uix:NExtractData AppendResults="False" ContinueOnError="True" DataTable="[dt_Temp]" DisplayName="Extract Table Data (URLs, Img URLs, Names)" ExtractDataSettings="<Table xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' Type='Structured' AddCvHeader='true' IsScrollEnabled='false'>
	<Column xsi:type='DataColumn' ReferenceName='Column1' Name='Url'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>true</IsExtra>
		<CanExtractSimilar>true</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataColumn' ReferenceName='Column4' Name='ImgUrl'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>true</IsExtra>
		<CanExtractSimilar>true</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataColumn' ReferenceName='Column0' Name='Name'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>true</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
</Table>" ExtractMetadata="<extract><row exact='1'><webctrl tag='div' /><webctrl tag='div' idx='1' /></row><column exact='1' name='Column1' attr='href' name2='Column4' attr2='src'><webctrl tag='div' /><webctrl tag='div' idx='1' /><webctrl tag='div' idx='1' /><webctrl tag='a' idx='1' /><webctrl tag='div' idx='1' /><webctrl tag='picture' idx='1' /><webctrl tag='img' idx='1' /></column><column exact='1' name='Column0' attr='fulltext'><webctrl tag='div' /><webctrl tag='div' idx='1' /><webctrl tag='div' idx='2' /><webctrl tag='div' idx='1' /><webctrl tag='div' idx='1' /><webctrl tag='h3' idx='1' /><webctrl tag='a' idx='1' /><webctrl tag='span' idx='1' /></column><column exact='1' name='Column2' attr='fulltext'><webctrl tag='div' /><webctrl tag='div' idx='1' /><webctrl tag='div' idx='2' /><webctrl tag='div' idx='1' /><webctrl tag='div' idx='1' /><webctrl tag='h3' idx='1' /><webctrl tag='a' idx='1' /><webctrl tag='span' idx='2' /><webctrl tag='font' idx='1' /><webctrl tag='font' idx='1' /></column></extract>" sap:VirtualizedContainerService.HintSize="529.6,189.6" sap2010:WorkflowViewState.IdRef="NExtractData_1" LimitExtractionTo="None" MaximumResults="0" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" Version="V3">
<uix:NExtractData.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/behang?pagenumber=1" ContentHash="4spjIJ6DwE2hKi8Y0EKtXQ" DesignTimeRectangle="415, -3123, 1437, 3171" DesignTimeScaleFactor="1.25" FullSelectorArgument="<webctrl class='ProductGrid' tag='DIV' />" Guid="410f0346-687f-47f7-8844-d97f8a98e649" InformativeScreenshot="c087ca844ec0ec166499c6e75bf2e470.png" Reference="D0nISARV7kG7gVzbwvUc9w/JmcUQM2IsUClAg8-KqTjUQ" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - Behang - Eijffinger | Decorating the world' />" SearchSteps="Selector" Version="V4" Visibility="Interactive" />
</uix:NExtractData.Target>
</uix:NExtractData>
<ui:ForEachRow ColumnNames="{x:Null}" CurrentIndex="[Index]" DataTable="[dt_Temp]" DisplayName="Iterate Through Temp Data Table for Detailed Data Extraction" sap:VirtualizedContainerService.HintSize="529.6,3356" sap2010:WorkflowViewState.IdRef="ForEachRow_1">
<ui:ForEachRow.Body>
<ActivityAction x:TypeArguments="sd:DataRow">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="sd:DataRow" Name="CurrentRow" />
</ActivityAction.Argument>
<Sequence DisplayName="Extract Webpage Information" sap:VirtualizedContainerService.HintSize="496,3158.4" sap2010:WorkflowViewState.IdRef="Sequence_3">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="SavedImgPath" />
<Variable x:TypeArguments="x:String" Name="Name" />
</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>
<uix:NGoToUrl DisplayName="Navigate to URL" sap:VirtualizedContainerService.HintSize="433.6,114.4" sap2010:WorkflowViewState.IdRef="NGoToUrl_1" Url="[CurrentRow("URL").ToString]" Version="V3" />
<uix:NMouseScroll KeyModifiers="{x:Null}" Direction="Down" DisplayName="Main Page Scroll Down for Data Fetch" sap:VirtualizedContainerService.HintSize="433.6,168.8" sap2010:WorkflowViewState.IdRef="NMouseScroll_3" InteractionMode="HardwareEvents" MovementUnits="8" Version="V3" />
<uix:NGetText DisplayName="Extract Name Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_15" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[Name]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/museum-307403" DesignTimeRectangle="434, 693, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl class='Specs-value' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' tag='DIV' type='' />" Guid="2fcb2e93-be92-4781-a47d-43565bed9bbe" InformativeScreenshot="94ef8289064507a9ba0cbf4782ce87e9.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - MUSEUM' />" SearchSteps="FuzzySelector" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target DesignTimeRectangle="434, 662, 132, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Artikelnummer' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Artikelnummer' tag='SPAN' type='' class='' check:innerText='Artikelnummer' />" Guid="3fe992e4-8ec9-4230-8b8c-b1effd6243a7" SearchSteps="FuzzySelector" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Price Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_2" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("Price in €")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/waterfront-300850" CVScreenId="ae6b4333-d37e-4a56-a372-89825f9bdf22" CvTextArea="1088, 498, 73, 27" CvType="AnyWordGroup" DesignTimeRectangle="1090, 498, 71, 28" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl class='price-val-for-dyn-upd-8860' tag='SPAN' />" FuzzySelectorArgument="<webctrl class='price-val-for-dyn-upd-8860' tag='SPAN' type='' />" Guid="3e276543-850c-43f1-ab1e-cb876a1ba957" InformativeScreenshot="9f4e5e7ab3c9532797d794cfedaaeae3.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - WATERFRONT' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive" />
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Color Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_4" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("Color")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="788, 533, 93, 22" CvType="AnyWordGroup" DesignTimeRectangle="790, 529, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl class='Specs-value' idx='2' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' type='' tag='DIV' />" Guid="1179f6d4-7868-4984-848e-85d91a2220c3" InformativeScreenshot="54101ea646ac7026aaf2f2b6f7755f90.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="788, 497, 50, 17" CvTextArgument="Kleur" CvType="Text" DesignTimeRectangle="790, 498, 47, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Kleur' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Kleur' tag='SPAN' type='' class='' check:innerText='Kleur' />" Guid="285f8d99-093b-4198-af34-acf905a6366f" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Size Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_5" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("Size")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1145, 533, 214, 17" CvType="AnyWordGroup" DesignTimeRectangle="1146, 529, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl class='Specs-value' idx='3' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' type='' tag='DIV' />" Guid="a5aa3e13-deb8-427b-aed9-ea9f67e255d9" InformativeScreenshot="32e2c8e3c66594cce3a6b702a00cc1f7.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1143, 497, 83, 21" CvTextArgument="Afmeting" CvType="Text" DesignTimeRectangle="1146, 498, 80, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Afmeting' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Afmeting' tag='SPAN' type='' class='' check:innerText='Afmeting' />" Guid="7165e3b6-1b84-4229-a080-46762a5d1130" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Design Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_6" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("Design")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1500, 533, 161, 20" CvType="AnyWordGroup" DesignTimeRectangle="1502, 529, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl class='Specs-value' idx='4' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' type='' tag='DIV' />" Guid="a17418da-b105-4194-bac0-cf8d2f8193cb" InformativeScreenshot="08dceccc6f3f3edd7d098a3c2eaff5fd.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1500, 497, 110, 21" CvTextArgument="Dessin/print" CvType="Text" DesignTimeRectangle="1502, 498, 109, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Dessin/print' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Dessin/print' tag='SPAN' type='' class='' check:innerText='Dessin/print' />" Guid="ed90b94e-49c2-4e5f-8de2-b17591a9a746" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Geleverd per Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_7" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("DeliveredPer")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="433, 637, 23, 17" CvType="AnyWordGroup" DesignTimeRectangle="434, 632, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl aaname=' rol ' class='Specs-value' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' tag='DIV' type='' />" Guid="f0152d2c-9a0c-4420-9561-4d37654e06e5" InformativeScreenshot="596e5eadcdabc6ed56e21022bd8e40c5.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="433, 600, 112, 21" CvTextArgument="Geleverd per" CvType="Text" DesignTimeRectangle="434, 601, 110, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Geleverd per' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Geleverd per' tag='SPAN' type='' class='' check:innerText='Geleverd per' />" Guid="e58b13e0-2de7-4326-8e1f-2b4738998a84" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Style Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_8" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("Style")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="789, 637, 252, 20" CvType="AnyWordGroup" DesignTimeRectangle="790, 632, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl class='Specs-value' idx='6' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' type='' tag='DIV' />" Guid="d101342e-c102-48e5-99e5-8ebd7d5f5529" InformativeScreenshot="d5a96a5bbff5a8b0bfc8bf6c176b02f8.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="788, 600, 38, 22" CvTextArgument="Stijl" CvType="Text" DesignTimeRectangle="790, 601, 36, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Stijl' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Stijl' tag='SPAN' type='' class='' check:innerText='Stijl' />" Guid="ddf0a2a4-aa01-46be-b94a-f2aeecec51e2" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Toplayer Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_9" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("Toplayer")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1144, 637, 227, 20" CvType="AnyWordGroup" DesignTimeRectangle="1146, 632, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl class='Specs-value' idx='7' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' type='' tag='DIV' />" Guid="d5a298dc-c00c-4623-bed4-f655dc754168" InformativeScreenshot="6f0424f1231c1993bff8f52d1e2e8031.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1143, 601, 74, 21" CvTextArgument="Top laag" CvType="Text" DesignTimeRectangle="1146, 601, 72, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Top laag' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Top laag' tag='SPAN' type='' class='' check:innerText='Top laag' />" Guid="8000b60a-5f96-4ed8-8697-50b52c7441c5" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Collection Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_10" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("Collection")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1499, 637, 61, 17" CvType="AnyWordGroup" DesignTimeRectangle="1502, 632, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl aaname=' TERRA ' class='Specs-value' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' tag='DIV' type='' />" Guid="bb2aedc3-62e8-4687-8074-b5867b51660d" InformativeScreenshot="3401b122cfc27da931fa0bb87cad6c9c.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1500, 601, 78, 17" CvTextArgument="Collectie" CvType="Text" DesignTimeRectangle="1502, 601, 77, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Collectie' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Collectie' tag='SPAN' type='' class='' check:innerText='Collectie' />" Guid="051b228f-da42-4463-b8a5-3c911a6e349f" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Get Text 'Overige kleuren'" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_11" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("OtherColor")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="433, 741, 72, 17" CvType="AnyWordGroup" DesignTimeRectangle="434, 736, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl aaname=' wit/ecru ' class='Specs-value' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' tag='DIV' type='' />" Guid="d2f25b00-58a0-4091-8472-553da30feee3" InformativeScreenshot="ce533fc80937b6f14a34e2bbb9029c78.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="433, 705, 137, 21" CvTextArgument="Overige kleuren" CvType="Text" DesignTimeRectangle="434, 705, 136, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Overige kleuren' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Overige kleuren' tag='SPAN' type='' class='' check:innerText='Overige kleuren' />" Guid="12f13dd1-51ad-4698-8263-307775559d77" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Subset Material Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_12" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("SubsetMaterial")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="788, 740, 41, 18" CvType="AnyWordGroup" DesignTimeRectangle="790, 736, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl aaname=' vlies ' class='Specs-value' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' tag='DIV' type='' />" Guid="37d6794c-3271-41b1-9b13-a3c39fb3cc30" InformativeScreenshot="fd3e27fda1a39d79e0a175a443599ef2.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="788, 705, 190, 21" CvTextArgument="Materiaal ondergrond" CvType="Text" DesignTimeRectangle="790, 705, 189, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Materiaal ondergrond' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Materiaal ondergrond' tag='SPAN' type='' class='' check:innerText='Materiaal ondergrond' />" Guid="0b410f6f-fe4c-4ac1-a2cc-6d46cb9f59e9" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Advice Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_13" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("Advice")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1144, 740, 183, 22" CvType="AnyWordGroup" DesignTimeRectangle="1146, 736, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl class='Specs-value' idx='11' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' type='' tag='DIV' />" Guid="5e2c0299-ff06-4427-a91d-e44f81b1089b" InformativeScreenshot="67c847055f2ebdfe06c5eefbb4a9cb51.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1144, 705, 96, 21" CvTextArgument="Lijmadvies" CvType="Text" DesignTimeRectangle="1146, 705, 95, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Lijmadvies' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Lijmadvies' tag='SPAN' type='' class='' check:innerText='Lijmadvies' />" Guid="d1aef6d2-18f6-4c89-a0e7-e201001fa57f" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<uix:NGetText DisplayName="Extract Hight Information" sap:VirtualizedContainerService.HintSize="433.6,189.6" sap2010:WorkflowViewState.IdRef="NGetText_14" ScopeIdentifier="00158659-147e-4b59-af42-be53a80251f2" TextString="[CurrentRow("Hight")]" Version="V3">
<uix:NGetText.Target>
<uix:TargetAnchorable BrowserURL="https://www.eijffinger.com/nl-NL/terra-391500" CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1500, 741, 52, 17" CvType="AnyWordGroup" DesignTimeRectangle="1502, 550, 331, 30" DesignTimeScaleFactor="1.25" ElementType="Text" FullSelectorArgument="<webctrl aaname=' 90 cm ' class='Specs-value' tag='DIV' />" FuzzySelectorArgument="<webctrl class='Specs-value' tag='DIV' type='' />" Guid="e2ba5792-1313-4f0d-854b-b31717b6104a" InformativeScreenshot="6312ec90c5994a6c4211b6a12ab08755.png" ScopeSelectorArgument="<html app='chrome.exe' title='Eijffinger - TERRA' />" SearchSteps="FuzzySelector, CV" Version="V4" Visibility="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="5b261ecd-e506-4181-84f3-ec14d8e5296e" CvTextArea="1500, 705, 131, 21" CvTextArgument="Patroonhoogte" CvType="Text" DesignTimeRectangle="1502, 519, 130, 19" ElementType="Text" FullSelectorArgument="<webctrl aaname='Patroonhoogte' tag='SPAN' />" FuzzySelectorArgument="<webctrl aaname='Patroonhoogte' tag='SPAN' type='' class='' check:innerText='Patroonhoogte' />" Guid="ee6bbf96-1de5-4792-8b88-d46b91fb5c21" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NGetText.Target>
</uix:NGetText>
<Assign DisplayName="Assign ImagePath for HTTP Request Response" sap:VirtualizedContainerService.HintSize="433.6,113.6" sap2010:WorkflowViewState.IdRef="Assign_2">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[SavedImgPath]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">["C:\Users\Bhavesh\Downloads\image\i"+Name+Index.ToString+".jpg"]</InArgument>
</Assign.Value>
</Assign>
<Assign DisplayName="Assign ImagePath to DataTable Column ImgPath" sap:VirtualizedContainerService.HintSize="433.6,113.6" sap2010:WorkflowViewState.IdRef="Assign_3">
<Assign.To>
<OutArgument x:TypeArguments="x:Object">[CurrentRow("ImgPath")]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">[SavedImgPath]</InArgument>
</Assign.Value>
</Assign>
<ui:HttpClient Body="{x:Null}" ClientCertificate="{x:Null}" ClientCertificatePassword="{x:Null}" ConsumerKey="{x:Null}" ConsumerSecret="{x:Null}" FileAttachments="{x:Null}" OAuth1Token="{x:Null}" OAuth1TokenSecret="{x:Null}" OAuth2Token="{x:Null}" Password="{x:Null}" ResponseAttachment="{x:Null}" ResponseHeaders="{x:Null}" Result="{x:Null}" SecureClientCertificatePassword="{x:Null}" SecurePassword="{x:Null}" StatusCode="{x:Null}" Username="{x:Null}" AcceptFormat="ANY" AuthenticationType="None" BodyFormat="application/xml" ContinueOnError="True" DisplayName="Download Image via HTTP Request" EnableSSLVerification="True" EndPoint="[CurrentRow("ImgUrl").ToString]" sap:VirtualizedContainerService.HintSize="433.6,94.4" sap2010:WorkflowViewState.IdRef="HttpClient_2" Method="GET" ResourcePath="[SavedImgPath]" TimeoutMS="10000">
<ui:HttpClient.Attachments>
<scg:Dictionary x:TypeArguments="x:String, InArgument(x:String)" />
</ui:HttpClient.Attachments>
<ui:HttpClient.Cookies>
<scg:Dictionary x:TypeArguments="x:String, InArgument(x:String)" />
</ui:HttpClient.Cookies>
<ui:HttpClient.Headers>
<scg:Dictionary x:TypeArguments="x:String, InArgument(x:String)" />
</ui:HttpClient.Headers>
<ui:HttpClient.Parameters>
<scg:Dictionary x:TypeArguments="x:String, InArgument(x:String)" />
</ui:HttpClient.Parameters>
<ui:HttpClient.UrlSegments>
<scg:Dictionary x:TypeArguments="x:String, InArgument(x:String)" />
</ui:HttpClient.UrlSegments>
<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:HttpClient>
</Sequence>
</ActivityAction>
</ui:ForEachRow.Body>
</ui:ForEachRow>
<ui:MergeDataTable Destination="[dt_Main]" DisplayName="Merge temp Data Table to Main data table" sap:VirtualizedContainerService.HintSize="529.6,166.4" sap2010:WorkflowViewState.IdRef="MergeDataTable_2" MissingSchemaAction="Add" Source="[dt_Temp]" />
<uix:NGoToUrl DisplayName="Navigate to Next Page" sap:VirtualizedContainerService.HintSize="529.6,105.6" sap2010:WorkflowViewState.IdRef="NGoToUrl_3" Url="["https://www.eijffinger.com/nl-NL/behang?pagenumber="&1+DoWhileIndex+1]" Version="V3" />
</Sequence>
</ui:InterruptibleDoWhile.Body>
</ui:InterruptibleDoWhile>
<ui:WriteRange StartingCell="{x:Null}" AddHeaders="True" DataTable="[dt_Main]" DisplayName="Write MainDt to Workbook (.xlsx)" sap:VirtualizedContainerService.HintSize="625.6,148" sap2010:WorkflowViewState.IdRef="WriteRange_4" SheetName="Sheet1" WorkbookPath="C:\Users\Bhavesh\Downloads\image\websitedata.xlsx" />
<ui:MessageBox Caption="{x:Null}" ChosenButton="{x:Null}" AutoCloseAfter="00:00:00" DisplayName="Exit Message" sap:VirtualizedContainerService.HintSize="625.6,110.4" sap2010:WorkflowViewState.IdRef="MessageBox_10" Text="["This is done"]" />
</Sequence>
</ActivityAction>
</uix:NApplicationCard.Body>
<uix:NApplicationCard.TargetApp>
<uix:TargetApp Area="0, 0, 0, 0" BrowserType="Chrome" ContentHash="4DaPmBVZ5ku8FpMOsNIexA" IconBase64="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" InformativeScreenshot="1b577906021eddbeb73b1fb78e7a76d5.jpg" Reference="D0nISARV7kG7gVzbwvUc9w/NAQq39VAKEuQZKqub4b7KQ" Selector="<html app='chrome.exe' title='Eijffinger - Behang - Eijffinger | Decorating the world' />" Title="Eijffinger - Behang - Eijffinger | Decorating the world" Url="https://www.eijffinger.com/nl-NL/behang?pagenumber=1" />
</uix:NApplicationCard.TargetApp>
</uix:NApplicationCard>
</Sequence>
</Activity>