-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.xaml
413 lines (413 loc) · 41.6 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
<Activity mc:Ignorable="sap sap2010" x:Class="Main" mva:VisualBasic.Settings="{x:Null}" sap:VirtualizedContainerService.HintSize="2239.2,2605.6" sap2010:WorkflowViewState.IdRef="ActivityBuilder_1" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities" 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=mscorlib" xmlns:sd="clr-namespace:System.Data;assembly=System.Data" xmlns:ui="http://schemas.uipath.com/workflow/activities" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TextExpression.NamespacesForImplementation>
<scg:List x:TypeArguments="x:String" Capacity="42">
<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>System.Xml.Serialization</x:String>
<x:String>UiPath.Excel</x:String>
</scg:List>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<scg:List x:TypeArguments="AssemblyReference" Capacity="36">
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Drawing</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
<AssemblyReference>PresentationCore</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>UiPath.System.Activities</AssemblyReference>
<AssemblyReference>UiPath.UiAutomation.Activities</AssemblyReference>
<AssemblyReference>System.ValueTuple</AssemblyReference>
<AssemblyReference>System.ComponentModel.Composition</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities</AssemblyReference>
</scg:List>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="Main Sequence" sap:VirtualizedContainerService.HintSize="2219.2,2505.6" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="x:Int32" Name="i" />
<Variable x:TypeArguments="sd:DataTable" Default="[New System.Data.DataTable]" Name="datacoursera" />
<Variable x:TypeArguments="x:String" Name="cname" />
<Variable x:TypeArguments="sd:DataTable" Default="[New System.Data.DataTable]" Name="datalynda" />
<Variable x:TypeArguments="sd:DataTable" Default="[New System.Data.DataTable]" Name="dataudemy" />
</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:InputDialog Options="{x:Null}" DisplayName="Input Dialog" sap:VirtualizedContainerService.HintSize="2177.6,92.8" sap2010:WorkflowViewState.IdRef="InputDialog_1" IsPassword="False" Label="Enter the course name: " Title="Hey! Welcome to the Course Inventory Bot">
<ui:InputDialog.Result>
<OutArgument x:TypeArguments="x:String">[cname]</OutArgument>
</ui:InputDialog.Result>
</ui:InputDialog>
<Assign sap:VirtualizedContainerService.HintSize="2177.6,60" sap2010:WorkflowViewState.IdRef="Assign_1">
<Assign.To>
<OutArgument x:TypeArguments="x:Int32">[i]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Int32">1</InArgument>
</Assign.Value>
</Assign>
<While sap:VirtualizedContainerService.HintSize="2177.6,2180" sap2010:WorkflowViewState.IdRef="While_2">
<While.Condition>
<mva:VisualBasicValue x:TypeArguments="x:Boolean" ExpressionText="i <= 3" sap2010:WorkflowViewState.IdRef="VisualBasicValue`1_1" />
</While.Condition>
<Sequence sap:VirtualizedContainerService.HintSize="2132.8,2020.8" sap2010:WorkflowViewState.IdRef="Sequence_32">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<If Condition="[i =1]" sap:VirtualizedContainerService.HintSize="2091.2,1928" sap2010:WorkflowViewState.IdRef="If_6">
<If.Then>
<Sequence DisplayName="Sequence" sap:VirtualizedContainerService.HintSize="516.8,1556" sap2010:WorkflowViewState.IdRef="Sequence_21">
<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:OpenBrowser CommunicationMethod="{x:Null}" Hidden="{x:Null}" NewSession="{x:Null}" Private="{x:Null}" UiBrowser="{x:Null}" BrowserType="Firefox" DisplayName="Open Browser" sap:VirtualizedContainerService.HintSize="475.2,390.4" sap2010:WorkflowViewState.IdRef="OpenBrowser_5" Url="https://www.coursera.org/">
<ui:OpenBrowser.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="ContextTarget" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="375.2,290.4" sap2010:WorkflowViewState.IdRef="Sequence_17">
<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:TypeInto ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" EmptyField="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DelayMS="1200" DisplayName="Type Into 'INPUT'" sap:VirtualizedContainerService.HintSize="333.6,135.2" sap2010:WorkflowViewState.IdRef="TypeInto_4" Text="[cname+ "[k(enter)]"]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" InformativeScreenshot="d5e1b25f13ec552216cf0af46c066fe7" Selector="<webctrl tag='INPUT' />">
<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:TypeInto.Target>
</ui:TypeInto>
<Delay Duration="00:00:05" sap:VirtualizedContainerService.HintSize="333.6,22.4" sap2010:WorkflowViewState.IdRef="Delay_1" />
</Sequence>
</ActivityAction>
</ui:OpenBrowser.Body>
</ui:OpenBrowser>
<Sequence DisplayName="Data Scraping" sap:VirtualizedContainerService.HintSize="475.2,502.4" sap2010:WorkflowViewState.IdRef="Sequence_19">
<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:BrowserScope Browser="{x:Null}" SearchScope="{x:Null}" TimeoutMS="{x:Null}" UiBrowser="{x:Null}" BrowserType="Firefox" DisplayName="Attach Browser 'HtmlCours Page'" sap:VirtualizedContainerService.HintSize="433.6,409.6" sap2010:WorkflowViewState.IdRef="BrowserScope_3" InformativeScreenshot="4e949c0a4c659ae2fc0f8084d9a9730f" Selector="<html app='firefox.exe' title='*' url='*' />
">
<ui:BrowserScope.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="ContextTarget" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="375.2,262.4" 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>
<ui:ExtractData DelayBetweenPagesMS="{x:Null}" NextLinkSelector="{x:Null}" ContinueOnError="True" DataTable="[datacoursera]" DisplayName="Extract Structured Data 'UL'" ExtractMetadata="<extract><row exact='1'><webctrl tag='li' class='ais-InfiniteHits-item'/><webctrl tag='div' idx='1'/><webctrl tag='a' class='rc-DesktopSearchCard anchor-wrapper' idx='1'/><webctrl tag='div' idx='1'/><webctrl tag='div' class='vertical-box' idx='1'/><webctrl tag='div' class='card-content' idx='1'/><webctrl tag='div' class='card-info vertical-box' idx='1'/></row><column exact='1' name='Course Name' attr='text' name2='URL' attr2='href'><webctrl tag='li' class='ais-InfiniteHits-item'/><webctrl tag='div' idx='1'/><webctrl tag='a' class='rc-DesktopSearchCard anchor-wrapper' idx='1'/><webctrl tag='div' idx='1'/><webctrl tag='div' class='vertical-box' idx='1'/><webctrl tag='div' class='card-content' idx='1'/><webctrl tag='div' class='card-info vertical-box' idx='1'/><webctrl tag='div' class='horizontal-box' idx='1'/><webctrl tag='h2' class='color-primary-text card-title headline-1-text' idx='1'/></column><column exact='1' name='Organization' attr='text'><webctrl tag='li' class='ais-InfiniteHits-item'/><webctrl tag='div' idx='1'/><webctrl tag='a' class='rc-DesktopSearchCard anchor-wrapper' idx='1'/><webctrl tag='div' idx='1'/><webctrl tag='div' class='vertical-box' idx='1'/><webctrl tag='div' class='card-content' idx='1'/><webctrl tag='div' class='card-info vertical-box' idx='1'/><webctrl tag='div' class='horizontal-box' idx='2'/><webctrl tag='span' class='partner-name m-b-1s' idx='1'/></column><column exact='1' name='Rating' attr='text'><webctrl tag='li' class='ais-InfiniteHits-item'/><webctrl tag='div' idx='1'/><webctrl tag='a' class='rc-DesktopSearchCard anchor-wrapper' idx='1'/><webctrl tag='div' idx='1'/><webctrl tag='div' class='vertical-box' idx='1'/><webctrl tag='div' class='card-content' idx='1'/><webctrl tag='div' class='card-info vertical-box' idx='1'/><webctrl tag='div' class='rc-ProductInfo' idx='1'/><webctrl tag='div' class='rating-enroll-wrapper' idx='1'/><webctrl tag='div' class='info-item' idx='1'/><webctrl tag='div' class='rc-Ratings horizontal-box' idx='1'/><webctrl tag='span' class='ratings-text' idx='1'/></column></extract>" sap:VirtualizedContainerService.HintSize="333.6,107.2" sap2010:WorkflowViewState.IdRef="ExtractData_3" MaxNumberOfResults="100" SimulateClick="True">
<ui:ExtractData.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" InformativeScreenshot="fa091f8ee272348cdff8f7bec3cd9405" Selector="<webctrl css-selector='body&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;ul' parentid='rendered-content' tag='UL' />" WaitForReady="COMPLETE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:ExtractData.Target>
</ui:ExtractData>
<ui:CloseTab Browser="{x:Null}" DisplayName="Close Tab" sap:VirtualizedContainerService.HintSize="333.6,22.4" sap2010:WorkflowViewState.IdRef="CloseTab_1" />
</Sequence>
</ActivityAction>
</ui:BrowserScope.Body>
</ui:BrowserScope>
</Sequence>
<ui:ExcelApplicationScope Password="{x:Null}" DisplayName="Excel Application Scope" sap:VirtualizedContainerService.HintSize="475.2,290.4" sap2010:WorkflowViewState.IdRef="ExcelApplicationScope_3" WorkbookPath="coursera.xlsx">
<ui:ExcelApplicationScope.Body>
<ActivityAction x:TypeArguments="ui:WorkbookApplication">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="ui:WorkbookApplication" Name="ExcelWorkbookScope" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="375.2,180.8" sap2010:WorkflowViewState.IdRef="Sequence_20">
<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:ExcelWriteRange AddHeaders="False" DataTable="[datacoursera]" DisplayName="Write Range" sap:VirtualizedContainerService.HintSize="333.6,88" sap2010:WorkflowViewState.IdRef="ExcelWriteRange_3" SheetName="Sheet1">
<ui:ExcelWriteRange.StartingCell>
<InArgument x:TypeArguments="x:String">
<Literal x:TypeArguments="x:String" Value="" />
</InArgument>
</ui:ExcelWriteRange.StartingCell>
</ui:ExcelWriteRange>
</Sequence>
</ActivityAction>
</ui:ExcelApplicationScope.Body>
</ui:ExcelApplicationScope>
<Assign sap:VirtualizedContainerService.HintSize="475.2,60" sap2010:WorkflowViewState.IdRef="Assign_5">
<Assign.To>
<OutArgument x:TypeArguments="x:Int32">[i]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Int32">[i + 1]</InArgument>
</Assign.Value>
</Assign>
<ui:MessageBox Caption="{x:Null}" ChosenButton="{x:Null}" DisplayName="Message Box" sap:VirtualizedContainerService.HintSize="475.2,60" sap2010:WorkflowViewState.IdRef="MessageBox_1" Text="["Scapping Done in Coursera"]" />
</Sequence>
</If.Then>
<If.Else>
<If Condition="[i = 2]" sap:VirtualizedContainerService.HintSize="1530.4,1778.4" sap2010:WorkflowViewState.IdRef="If_5">
<If.Then>
<Sequence sap:VirtualizedContainerService.HintSize="592,1556" sap2010:WorkflowViewState.IdRef="Sequence_26">
<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:OpenBrowser CommunicationMethod="{x:Null}" Hidden="{x:Null}" NewSession="{x:Null}" Private="{x:Null}" UiBrowser="{x:Null}" BrowserType="Firefox" DisplayName="Open Browser" sap:VirtualizedContainerService.HintSize="550.4,390.4" sap2010:WorkflowViewState.IdRef="OpenBrowser_6" Url="https://www.lynda.com/">
<ui:OpenBrowser.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="ContextTarget" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="375.2,290.4" sap2010:WorkflowViewState.IdRef="Sequence_22">
<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:TypeInto ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" EmptyField="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DisplayName="Type Into 'INPUT header-search-fi...'" sap:VirtualizedContainerService.HintSize="333.6,135.2" sap2010:WorkflowViewState.IdRef="TypeInto_5" Text="[cname+ "[k(enter)]"]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" InformativeScreenshot="59589c4bfec36e7e38ab2ac39e08300a" Selector="<webctrl id='header-search-field' tag='INPUT' />">
<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:TypeInto.Target>
</ui:TypeInto>
<Delay Duration="00:00:05" sap:VirtualizedContainerService.HintSize="333.6,22.4" sap2010:WorkflowViewState.IdRef="Delay_2" />
</Sequence>
</ActivityAction>
</ui:OpenBrowser.Body>
</ui:OpenBrowser>
<Sequence DisplayName="Data Scraping" sap:VirtualizedContainerService.HintSize="550.4,1032.8" sap2010:WorkflowViewState.IdRef="Sequence_25">
<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:BrowserScope Browser="{x:Null}" SearchScope="{x:Null}" TimeoutMS="{x:Null}" UiBrowser="{x:Null}" BrowserType="Firefox" DisplayName="Attach Browser 'Html Lynda Page'" sap:VirtualizedContainerService.HintSize="508.8,740" sap2010:WorkflowViewState.IdRef="BrowserScope_4" InformativeScreenshot="faf5d90a9138b295772d5a9db0a1cbb8" Selector="<html app='firefox.exe' title='*' url='*' />
">
<ui:BrowserScope.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="ContextTarget" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="475.2,592.8" sap2010:WorkflowViewState.IdRef="Sequence_24">
<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:ExtractData DelayBetweenPagesMS="{x:Null}" NextLinkSelector="{x:Null}" ContinueOnError="True" DataTable="[datalynda]" DisplayName="Extract Structured Data 'UL search-results-list'" ExtractMetadata="<extract><row exact='1'><webctrl tag='li' class='card-cont ga'/><webctrl tag='div' class='card card-list-style search-result course' idx='1'/><webctrl tag='a'/><webctrl tag='div' class='card-content' idx='1'/><webctrl tag='div' class='col-xs-8 col-sm-9 card-meta-data' idx='1'/></row><column exact='1' name='Course Name' attr='text' name2='URL' attr2='href'><webctrl tag='li' class='card-cont ga'/><webctrl tag='div' class='card card-list-style search-result course' idx='1'/><webctrl tag='a'/><webctrl tag='div' class='card-content' idx='1'/><webctrl tag='div' class='col-xs-8 col-sm-9 card-meta-data' idx='1'/><webctrl tag='div' class='title-author-info' idx='1'/><webctrl tag='h2' idx='1'/></column><column exact='1' name='Organization' attr='text'><webctrl tag='li' class='card-cont ga'/><webctrl tag='div' class='card card-list-style search-result course' idx='1'/><webctrl tag='a'/><webctrl tag='div' class='card-content' idx='1'/><webctrl tag='div' class='col-xs-8 col-sm-9 card-meta-data' idx='1'/><webctrl tag='div' class='title-author-info' idx='1'/><webctrl tag='cite' class='meta-author' idx='1'/></column><column exact='1' name='Rating' attr='text'><webctrl tag='li' class='card-cont ga'/><webctrl tag='div' class='card card-list-style search-result course' idx='1'/><webctrl tag='a'/><webctrl tag='div' class='card-content' idx='1'/><webctrl tag='div' class='col-xs-8 col-sm-9 card-meta-data' idx='1'/><webctrl tag='div' class='meta' idx='1'/><webctrl tag='span' class='meta-views hidden-xs' idx='1'/></column></extract>" sap:VirtualizedContainerService.HintSize="433.6,107.2" sap2010:WorkflowViewState.IdRef="ExtractData_4" MaxNumberOfResults="5" SimulateClick="True">
<ui:ExtractData.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" InformativeScreenshot="b7c93c87c95d5e258195f5a7a96f118d" Selector="<webctrl id='search-results-list' tag='UL' />" WaitForReady="COMPLETE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:ExtractData.Target>
</ui:ExtractData>
<ui:CloseTab Browser="{x:Null}" DisplayName="Close Tab" sap:VirtualizedContainerService.HintSize="433.6,22.4" sap2010:WorkflowViewState.IdRef="CloseTab_2" />
<ui:ExcelApplicationScope Password="{x:Null}" DisplayName="Excel Application Scope" sap:VirtualizedContainerService.HintSize="433.6,290.4" sap2010:WorkflowViewState.IdRef="ExcelApplicationScope_4" WorkbookPath="lynda.xlsx">
<ui:ExcelApplicationScope.Body>
<ActivityAction x:TypeArguments="ui:WorkbookApplication">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="ui:WorkbookApplication" Name="ExcelWorkbookScope" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="375.2,180.8" sap2010:WorkflowViewState.IdRef="Sequence_23">
<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:ExcelWriteRange AddHeaders="False" DataTable="[datalynda]" DisplayName="Write Range" sap:VirtualizedContainerService.HintSize="333.6,88" sap2010:WorkflowViewState.IdRef="ExcelWriteRange_4" SheetName="Sheet1">
<ui:ExcelWriteRange.StartingCell>
<InArgument x:TypeArguments="x:String">
<Literal x:TypeArguments="x:String" Value="" />
</InArgument>
</ui:ExcelWriteRange.StartingCell>
</ui:ExcelWriteRange>
</Sequence>
</ActivityAction>
</ui:ExcelApplicationScope.Body>
</ui:ExcelApplicationScope>
</Sequence>
</ActivityAction>
</ui:BrowserScope.Body>
</ui:BrowserScope>
<Assign sap:VirtualizedContainerService.HintSize="508.8,60" sap2010:WorkflowViewState.IdRef="Assign_6">
<Assign.To>
<OutArgument x:TypeArguments="x:Int32">[i]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Int32">[i + 1]</InArgument>
</Assign.Value>
</Assign>
<ui:MessageBox Caption="{x:Null}" ChosenButton="{x:Null}" DisplayName="Message Box" sap:VirtualizedContainerService.HintSize="508.8,60" sap2010:WorkflowViewState.IdRef="MessageBox_2" Text="["Data Scrapped in Lynda"]" />
</Sequence>
</Sequence>
</If.Then>
<If.Else>
<If Condition="[i = 3]" sap:VirtualizedContainerService.HintSize="894.4,1628.8" sap2010:WorkflowViewState.IdRef="If_4">
<If.Then>
<Sequence sap:VirtualizedContainerService.HintSize="516.8,1479.2" sap2010:WorkflowViewState.IdRef="Sequence_31">
<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:OpenBrowser CommunicationMethod="{x:Null}" Hidden="{x:Null}" NewSession="{x:Null}" Private="{x:Null}" UiBrowser="{x:Null}" BrowserType="Firefox" DisplayName="Open Browser" sap:VirtualizedContainerService.HintSize="475.2,390.4" sap2010:WorkflowViewState.IdRef="OpenBrowser_7" Url="https://www.udemy.com/">
<ui:OpenBrowser.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="ContextTarget" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="375.2,290.4" sap2010:WorkflowViewState.IdRef="Sequence_27">
<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:TypeInto ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" EmptyField="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DisplayName="Type Into 'INPUT u168-search-form...'" sap:VirtualizedContainerService.HintSize="333.6,135.2" sap2010:WorkflowViewState.IdRef="TypeInto_6" Text="[cname+ "[k(enter)]"]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" InformativeScreenshot="96a5905f331257f0f588cfbc25372e0f" Selector="<webctrl id='*3' tag='INPUT' />
">
<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:TypeInto.Target>
</ui:TypeInto>
<Delay Duration="00:00:05" sap:VirtualizedContainerService.HintSize="333.6,22.4" sap2010:WorkflowViewState.IdRef="Delay_3" />
</Sequence>
</ActivityAction>
</ui:OpenBrowser.Body>
</ui:OpenBrowser>
<Sequence DisplayName="Data Scraping" sap:VirtualizedContainerService.HintSize="475.2,425.6" sap2010:WorkflowViewState.IdRef="Sequence_29">
<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:BrowserScope Browser="{x:Null}" SearchScope="{x:Null}" TimeoutMS="{x:Null}" UiBrowser="{x:Null}" BrowserType="Firefox" DisplayName="Attach Browser 'OnlineCou Page'" sap:VirtualizedContainerService.HintSize="433.6,332.8" sap2010:WorkflowViewState.IdRef="BrowserScope_5" Selector="<html app='firefox.exe' title='*' url='*' />
">
<ui:BrowserScope.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="ContextTarget" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="375.2,224" sap2010:WorkflowViewState.IdRef="Sequence_28">
<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:ExtractData DelayBetweenPagesMS="{x:Null}" NextLinkSelector="{x:Null}" ContinueOnError="True" DataTable="[dataudemy]" DisplayName="Extract Structured Data 'BODY udemy'" ExtractMetadata="<extract><row exact='1'><webctrl tag='div' class='main-content-wrapper' idx='1'/><webctrl tag='div' class='main-content' idx='1'/><webctrl tag='div' class='ud-app-loader ud-component--search--search ud-app-loaded' idx='1'/><webctrl tag='div' class='udlite-container udlite-page-wrapper' idx='1'/><webctrl tag='div' class='course-directory--container--5ZPhr' idx='1'/><webctrl tag='div' idx='1'/><webctrl tag='div' class='filter-panel--filtered-paginated-course-list--2oGVh' idx='1'/><webctrl tag='div' class='filter-panel--filtered-course-list--SD4_5' idx='1'/><webctrl tag='div' class='filter-panel--paginated-course-list--2F0x1' idx='1'/><webctrl tag='div' class='course-list--container--3zXPS' idx='1'/><webctrl tag='div' class='popover--popover--t3rNO popover--popover-hover--14ngr'/><webctrl tag='a' class='udlite-custom-focus-visible browse-course-card--link--3KIkQ' idx='1'/><webctrl tag='div' class='course-card--container--3w8Zm course-card--large--1BVxY' idx='1'/><webctrl tag='div' class='course-card--main-content--3xEIw course-card--has-price-text--1Ikr0' idx='1'/></row><column exact='1' name='Course Name' attr='text' name2='URL' attr2='href'><webctrl tag='div' class='main-content-wrapper' idx='1'/><webctrl tag='div' class='main-content' idx='1'/><webctrl tag='div' class='ud-app-loader ud-component--search--search ud-app-loaded' idx='1'/><webctrl tag='div' class='udlite-container udlite-page-wrapper' idx='1'/><webctrl tag='div' class='course-directory--container--5ZPhr' idx='1'/><webctrl tag='div' idx='1'/><webctrl tag='div' class='filter-panel--filtered-paginated-course-list--2oGVh' idx='1'/><webctrl tag='div' class='filter-panel--filtered-course-list--SD4_5' idx='1'/><webctrl tag='div' class='filter-panel--paginated-course-list--2F0x1' idx='1'/><webctrl tag='div' class='course-list--container--3zXPS' idx='1'/><webctrl tag='div' class='popover--popover--t3rNO popover--popover-hover--14ngr'/><webctrl tag='a' class='udlite-custom-focus-visible browse-course-card--link--3KIkQ' idx='1'/><webctrl tag='div' class='course-card--container--3w8Zm course-card--large--1BVxY' idx='1'/><webctrl tag='div' class='course-card--main-content--3xEIw course-card--has-price-text--1Ikr0' idx='1'/><webctrl tag='div' class='udlite-focus-visible-target udlite-heading-md course-card--course-title--2f7tE' idx='1'/></column><column exact='1' name='Organization' attr='text'><webctrl tag='div' class='main-content-wrapper' idx='1'/><webctrl tag='div' class='main-content' idx='1'/><webctrl tag='div' class='ud-app-loader ud-component--search--search ud-app-loaded' idx='1'/><webctrl tag='div' class='udlite-container udlite-page-wrapper' idx='1'/><webctrl tag='div' class='course-directory--container--5ZPhr' idx='1'/><webctrl tag='div' idx='1'/><webctrl tag='div' class='filter-panel--filtered-paginated-course-list--2oGVh' idx='1'/><webctrl tag='div' class='filter-panel--filtered-course-list--SD4_5' idx='1'/><webctrl tag='div' class='filter-panel--paginated-course-list--2F0x1' idx='1'/><webctrl tag='div' class='course-list--container--3zXPS' idx='1'/><webctrl tag='div' class='popover--popover--t3rNO popover--popover-hover--14ngr'/><webctrl tag='a' class='udlite-custom-focus-visible browse-course-card--link--3KIkQ' idx='1'/><webctrl tag='div' class='course-card--container--3w8Zm course-card--large--1BVxY' idx='1'/><webctrl tag='div' class='course-card--main-content--3xEIw course-card--has-price-text--1Ikr0' idx='1'/><webctrl tag='div' class='udlite-text-xs course-card--instructor-list--lIA4f' idx='1'/></column><column exact='1' name='Rating' attr='text'><webctrl tag='div' class='main-content-wrapper' idx='1'/><webctrl tag='div' class='main-content' idx='1'/><webctrl tag='div' class='ud-app-loader ud-component--search--search ud-app-loaded' idx='1'/><webctrl tag='div' class='udlite-container udlite-page-wrapper' idx='1'/><webctrl tag='div' class='course-directory--container--5ZPhr' idx='1'/><webctrl tag='div' idx='1'/><webctrl tag='div' class='filter-panel--filtered-paginated-course-list--2oGVh' idx='1'/><webctrl tag='div' class='filter-panel--filtered-course-list--SD4_5' idx='1'/><webctrl tag='div' class='filter-panel--paginated-course-list--2F0x1' idx='1'/><webctrl tag='div' class='course-list--container--3zXPS' idx='1'/><webctrl tag='div' class='popover--popover--t3rNO popover--popover-hover--14ngr'/><webctrl tag='a' class='udlite-custom-focus-visible browse-course-card--link--3KIkQ' idx='1'/><webctrl tag='div' class='course-card--container--3w8Zm course-card--large--1BVxY' idx='1'/><webctrl tag='div' class='course-card--main-content--3xEIw course-card--has-price-text--1Ikr0' idx='1'/><webctrl tag='div' class='course-card--row--1OMjg' idx='1'/><webctrl tag='span' class='star-rating--star-wrapper--2eczq' idx='1'/><webctrl tag='span' class='udlite-heading-sm star-rating--rating-number--3lVe8' idx='1'/></column></extract>" sap:VirtualizedContainerService.HintSize="333.6,68.8" sap2010:WorkflowViewState.IdRef="ExtractData_5" MaxNumberOfResults="5" SimulateClick="True">
<ui:ExtractData.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Selector="<webctrl tag='BODY' />" WaitForReady="COMPLETE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:ExtractData.Target>
</ui:ExtractData>
<ui:CloseTab Browser="{x:Null}" DisplayName="Close Tab" sap:VirtualizedContainerService.HintSize="333.6,22.4" sap2010:WorkflowViewState.IdRef="CloseTab_4" />
</Sequence>
</ActivityAction>
</ui:BrowserScope.Body>
</ui:BrowserScope>
</Sequence>
<ui:ExcelApplicationScope Password="{x:Null}" DisplayName="Excel Application Scope" sap:VirtualizedContainerService.HintSize="475.2,290.4" sap2010:WorkflowViewState.IdRef="ExcelApplicationScope_5" WorkbookPath="udemy.xlsx">
<ui:ExcelApplicationScope.Body>
<ActivityAction x:TypeArguments="ui:WorkbookApplication">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="ui:WorkbookApplication" Name="ExcelWorkbookScope" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="375.2,180.8" sap2010:WorkflowViewState.IdRef="Sequence_30">
<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:ExcelWriteRange AddHeaders="False" DataTable="[dataudemy]" DisplayName="Write Range" sap:VirtualizedContainerService.HintSize="333.6,88" sap2010:WorkflowViewState.IdRef="ExcelWriteRange_5" SheetName="Sheet1">
<ui:ExcelWriteRange.StartingCell>
<InArgument x:TypeArguments="x:String">
<Literal x:TypeArguments="x:String" Value="" />
</InArgument>
</ui:ExcelWriteRange.StartingCell>
</ui:ExcelWriteRange>
</Sequence>
</ActivityAction>
</ui:ExcelApplicationScope.Body>
</ui:ExcelApplicationScope>
<Assign sap:VirtualizedContainerService.HintSize="475.2,60" sap2010:WorkflowViewState.IdRef="Assign_7">
<Assign.To>
<OutArgument x:TypeArguments="x:Int32">[i]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Int32">[i+1]</InArgument>
</Assign.Value>
</Assign>
<ui:MessageBox Caption="{x:Null}" ChosenButton="{x:Null}" DisplayName="Message Box" sap:VirtualizedContainerService.HintSize="475.2,60" sap2010:WorkflowViewState.IdRef="MessageBox_3" Text="["Data Scrapped from udemy"]" />
</Sequence>
</If.Then>
<If.Else>
<ui:MessageBox Caption="{x:Null}" ChosenButton="{x:Null}" DisplayName="Message Box" sap:VirtualizedContainerService.HintSize="333.6,60" sap2010:WorkflowViewState.IdRef="MessageBox_4" Text="[" Completed"]" />
</If.Else>
</If>
</If.Else>
</If>
</If.Else>
</If>
</Sequence>
</While>
</Sequence>
</Activity>