diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/Workflows/CurrenciesAccounting-7B448352-DBB2-4D4F-8ACF-AF52AF5B1490.json b/samples/CurrencyAccounting_1_0_0_1_managed/Workflows/CurrenciesAccounting-7B448352-DBB2-4D4F-8ACF-AF52AF5B1490.json
new file mode 100644
index 00000000..88aa44fc
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/Workflows/CurrenciesAccounting-7B448352-DBB2-4D4F-8ACF-AF52AF5B1490.json
@@ -0,0 +1 @@
+{"properties":{"definition":{"package":""},"inputs":{"schema":{"required":null,"properties":{},"type":"object"}},"outputs":{"schema":{"properties":{},"type":"object"}}},"schemaversion":"ROBIN_202208_DVRS"}
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/[Content_Types].xml b/samples/CurrencyAccounting_1_0_0_1_managed/[Content_Types].xml
new file mode 100644
index 00000000..71b7c7a7
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/[Content_Types].xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/customizations.xml b/samples/CurrencyAccounting_1_0_0_1_managed/customizations.xml
new file mode 100644
index 00000000..46ec26ad
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/customizations.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+ /Workflows/CurrenciesAccounting-7B448352-DBB2-4D4F-8ACF-AF52AF5B1490.json
+ 1
+ 0
+ 6
+ 0
+ 4
+ 0
+ 0
+ 0
+ 0
+ 0
+ 1
+ 2
+ 1
+ 1
+ 1.0
+ 1
+ 0
+ 2
+ 1
+ {"clientversion":"2.52.62.25009","isvalid":true,"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","schemaVersion":"ROBIN_20211012","containsActiveConnections":true,"containsGptPredictActions":false,"containsActiveCopilotActions":false,"containsActiveWorkQueuesActions":false,"containsActiveLogMessageActions":false,"containsActiveCredentialsActions":false,"multipleRequestsState":0,"scriptType":0,"disableScreenshotCaptureOnError":false,"missingUiElementRepairType":null,"flowTimeout":null}
+ {"schema":null}
+ {"schema":null}
+ {"childFlows":[],"workQueues":[],"environmentVariables":[],"requiredBinaries":["11cac96d-797c-4e28-a325-41077ee858e4","edbf4ff7-fd36-40a2-88c2-826155d385da","f4b6c4fe-24ea-4ab0-ab1e-27e98046e706","eaf61321-d05f-4f12-a5f6-3a921986630c","7c397793-b90d-4a03-9096-94c79a1d0edf"]}
+ [{"api":{"name":"/providers/Microsoft.PowerApps/apis/shared_office365"},"displayName":"Cr68bf2_shared_office365_6e3d6883","isDisabled":false,"connectionReferenceLogicalName":"Cr68bf2_shared_office365_6e3d68835ba8412a89a5a561dee1c61e","name":"shared-office365-2199d7b7-f1c0-45f5-a43a-d5d1d1e99afe","connectionDisplayName":"admin@ognatsolutions.com","ownerId":null,"padInternalId":"4c5579a2-6916-4b43-a56c-4e6622fcbd90","isEmbedded":false}]
+ "@@ConnectionString: ''\r\n@@Type: 'Local'\r\n@@DesktopType: 'local'\r\n@@DisplayName: 'Local computer'\r\nIMPORT 'controlRepo.appmask' AS appmask\r\nIMPORT 'imageRepo.imgrepo' AS imgrepo\r\n@SENSITIVE: []\r\nCALL Initialization\r\nCALL GetCurrencyRates\r\nCALL Accounting\r\nCALL 'End Process'\r\nFUNCTION Initialization GLOBAL\r\n SET ProjectPath TO $'''C:\\\\Users\\\\Lenovo\\\\OneDrive\\\\Desktop\\\\Currency RPA'''\r\n DateTime.GetCurrentDateTime.Local DateTimeFormat: DateTime.DateTimeFormat.DateAndTime CurrentDateTime=> CurrentDateTime\r\n Text.ConvertDateTimeToText.FromDateTime DateTime: CurrentDateTime StandardFormat: Text.WellKnownDateTimeFormat.FullDateTimeLongTime Result=> FormattedDateTime\r\n SET log TO $'''<p>The robot ran at %FormattedDateTime%</p>\r\n\r\n<p><b>with the following results:</b></p>'''\r\n System.TerminateProcess.TerminateProcessByName ProcessName: $'''excel'''\r\n Excel.LaunchExcel.LaunchAndOpenUnderExistingProcess Path: $'''%ProjectPath%\\\\Currencydata.xlsx''' Visible: False ReadOnly: False Instance=> ExcelInstance\r\n Excel.SetActiveWorksheet.ActivateWorksheetByName Instance: ExcelInstance Name: $'''2a. Currencies'''\r\n Excel.ReadFromExcel.ReadAllCells Instance: ExcelInstance ReadAsText: False FirstLineIsHeader: True RangeValue=> ExcelDataCurrencies\r\n WebAutomation.LaunchEdge.LaunchEdge Url: $'''https://www.nationalbanken.dk/en/what-we-do/stable-prices-monetary-policy-and-the-danish-economy/exchange-rates''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.AutomaticProfile TargetDesktop: $'''{\\\"DisplayName\\\":\\\"Local computer\\\",\\\"Route\\\":{\\\"ServerType\\\":\\\"Local\\\",\\\"ServerAddress\\\":\\\"\\\"},\\\"DesktopType\\\":\\\"local\\\"}''' BrowserInstance=> Browser\r\nEND FUNCTION\r\nFUNCTION GetCurrencyRates GLOBAL\r\n WebAutomation.ExtractData.ExtractList BrowserInstance: Browser Control: $'''html > body > main > section > div:eq(1) > div > div > div:eq(0) > dnb-market-info-table > div > dnb-currency-rates > table > tbody > tr''' ExtractionParameters: {[$'''td:eq(2)''', $'''Own Text''', $''''''] } PostProcessData: False TimeoutInSeconds: 60 ExtractedData=> CurrenciesScraped\r\n Excel.WriteToExcel.WriteCell Instance: ExcelInstance Value: CurrenciesScraped Column: $'''D''' Row: 2\r\n WebAutomation.ExtractData.ExtractSingleValue BrowserInstance: Browser ExtractionParameters: {[$'''html > body > main > section > div:eq(1) > div > div > div:eq(0) > dnb-market-info-table > div > dnb-currency-rates > table > thead > tr > th:eq(2)''', $'''Own Text''', $''''''] } TimeoutInSeconds: 60 ExtractedData=> DateScrapped\r\n WebAutomation.CloseWebBrowser BrowserInstance: Browser\r\n SET ExcelRowIndex TO 2\r\n LOOP FOREACH CurrentItem IN ExcelDataCurrencies\r\n Excel.WriteToExcel.WriteCell Instance: ExcelInstance Value: DateScrapped[0][0] Column: $'''C''' Row: ExcelRowIndex\r\n SET ExcelRowIndex TO ExcelRowIndex + 1\r\n END\r\nEND FUNCTION\r\nFUNCTION 'End Process' GLOBAL\r\n @@'emailMessage/Sensitivity': ''\r\n@@connectionDisplayName: 'Cr68bf2_shared_office365_6e3d6883'\r\nExternal.InvokeCloudConnector Connection: '4c5579a2-6916-4b43-a56c-4e6622fcbd90' ConnectorId: '/providers/Microsoft.PowerApps/apis/shared_office365' OperationId: 'SendEmailV2' @'emailMessage/To': $'''admin@ognatsolutions.com''' @'emailMessage/Subject': $'''Larger Amount ''' @'emailMessage/Body': $'''Hi Praveen,\r\n\r\n<p>%log%</p>\r\n\r\n<p>Kind Regards,</p>\r\n<p>Your RPA Robot,</p>'''\r\n Excel.CloseExcel.CloseAndSave Instance: ExcelInstance\r\nEND FUNCTION\r\nFUNCTION Accounting GLOBAL\r\n Excel.ReadFromExcel.ReadAllCells Instance: ExcelInstance ReadAsText: False FirstLineIsHeader: True RangeValue=> ExcelDataCurrencies\r\n Excel.SetActiveWorksheet.ActivateWorksheetByName Instance: ExcelInstance Name: $'''2a. Accounting'''\r\n Excel.ReadFromExcel.ReadAllCells Instance: ExcelInstance ReadAsText: False FirstLineIsHeader: True RangeValue=> ExcelDataAccounting\r\n SET ExcelRowIndex TO 2\r\n LOOP FOREACH Transaction IN ExcelDataAccounting\r\n Variables.FindOrReplaceInDataTable.FindItemInDataTableByColumnIndex DataTable: ExcelDataCurrencies AllMatches: True ValueToFind: Transaction['Currency'] MatchCase: False MatchEntireCellContents: False ColumnNameOrIndex: $'''ISO''' DataTableMatches=> DataTableMatchesISO\r\n Text.ToNumber Text: DataTableMatchesISO[0][0] Number=> CurrencyRow\r\n Excel.WriteToExcel.WriteCell Instance: ExcelInstance Value: ExcelDataCurrencies[CurrencyRow][3] Column: $'''E''' Row: ExcelRowIndex\r\n Text.ToNumber Text: Transaction['Currency Amount'] Number=> CurrencyAmount\r\n Text.ToNumber Text: ExcelDataCurrencies[CurrencyRow][3] Number=> ExchangeRate\r\n Excel.WriteToExcel.WriteCell Instance: ExcelInstance Value: CurrencyAmount * ExchangeRate / 100 Column: $'''F''' Row: ExcelRowIndex\r\n CALL FourEyesCheck\r\n SET ExcelRowIndex TO ExcelRowIndex + 1\r\n END\r\nEND FUNCTION\r\nFUNCTION FourEyesCheck GLOBAL\r\n IF (CurrencyAmount * Exchangerate / 100) > 100000 THEN\r\n SET log TO $'''%log%\r\n\r\n<p>- I found a larger amount in the 2a. Accounting sheet at row index %ExcelRowIndex%</p>'''\r\n END\r\n IF IsEmpty(Transaction['Description']) THEN\r\n SET log TO $'''%log%\r\n\r\n<p>- The description is emply in the 2a. Accounting sheet at row index %ExcelRowIndex%</p>'''\r\n END\r\nEND FUNCTION\r\n"
+ 2022.07
+ []
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1033
+
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0c83a678-e1eb-47d4-b870-fcefbb079833/data/ControlRepositoryImageFile_0c83a678-e1eb-47d4-b870-fcefbb079833.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0c83a678-e1eb-47d4-b870-fcefbb079833/data/ControlRepositoryImageFile_0c83a678-e1eb-47d4-b870-fcefbb079833.png
new file mode 100644
index 00000000..05a4f167
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0c83a678-e1eb-47d4-b870-fcefbb079833/data/ControlRepositoryImageFile_0c83a678-e1eb-47d4-b870-fcefbb079833.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0c83a678-e1eb-47d4-b870-fcefbb079833/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0c83a678-e1eb-47d4-b870-fcefbb079833/desktopflowbinary.xml
new file mode 100644
index 00000000..13b3fef6
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0c83a678-e1eb-47d4-b870-fcefbb079833/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_0c83a678-e1eb-47d4-b870-fcefbb079833.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\47704125-554f-476e-a19e-e8ba025b0b15.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0ec86c43-89b0-4936-a013-1fd02337bd9a/data/ControlRepositoryImageFile_0ec86c43-89b0-4936-a013-1fd02337bd9a.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0ec86c43-89b0-4936-a013-1fd02337bd9a/data/ControlRepositoryImageFile_0ec86c43-89b0-4936-a013-1fd02337bd9a.png
new file mode 100644
index 00000000..700e1619
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0ec86c43-89b0-4936-a013-1fd02337bd9a/data/ControlRepositoryImageFile_0ec86c43-89b0-4936-a013-1fd02337bd9a.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0ec86c43-89b0-4936-a013-1fd02337bd9a/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0ec86c43-89b0-4936-a013-1fd02337bd9a/desktopflowbinary.xml
new file mode 100644
index 00000000..0e0cd9f3
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/0ec86c43-89b0-4936-a013-1fd02337bd9a/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_0ec86c43-89b0-4936-a013-1fd02337bd9a.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\fe9f6786-1278-48f5-a622-14d4c0660872.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/11cac96d-797c-4e28-a325-41077ee858e4/data/ManifestFile_11cac96d-797c-4e28-a325-41077ee858e4.json b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/11cac96d-797c-4e28-a325-41077ee858e4/data/ManifestFile_11cac96d-797c-4e28-a325-41077ee858e4.json
new file mode 100644
index 00000000..e8c7f553
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/11cac96d-797c-4e28-a325-41077ee858e4/data/ManifestFile_11cac96d-797c-4e28-a325-41077ee858e4.json
@@ -0,0 +1 @@
+{"CreatedEngineVersion":{"Major":2,"Minor":15,"Build":293,"Revision":25009,"MajorRevision":0,"MinorRevision":25009},"ModuleReferences":[{"AssemblyName":"Microsoft.Flow.RPA.Desktop.Modules.DateTime.Actions","Name":"DateTime","Id":"00000000-0000-0000-0000-000000000000","PublicKeyToken":"31bf3856ad364e35","Type":1,"Version":{"Major":1,"Minor":2,"Build":0,"Revision":0,"MajorRevision":0,"MinorRevision":0}},{"AssemblyName":"Microsoft.Flow.RPA.Desktop.Modules.Text.Actions","Name":"Text","Id":"00000000-0000-0000-0000-000000000000","PublicKeyToken":"31bf3856ad364e35","Type":1,"Version":{"Major":1,"Minor":3,"Build":0,"Revision":0,"MajorRevision":0,"MinorRevision":0}},{"AssemblyName":"Microsoft.Flow.RPA.Desktop.Modules.System.Actions","Name":"System","Id":"00000000-0000-0000-0000-000000000000","PublicKeyToken":"31bf3856ad364e35","Type":1,"Version":{"Major":1,"Minor":4,"Build":0,"Revision":0,"MajorRevision":0,"MinorRevision":0}},{"AssemblyName":"Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions","Name":"Excel","Id":"00000000-0000-0000-0000-000000000000","PublicKeyToken":"31bf3856ad364e35","Type":1,"Version":{"Major":1,"Minor":11,"Build":0,"Revision":0,"MajorRevision":0,"MinorRevision":0}},{"AssemblyName":"Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions","Name":"WebAutomation","Id":"00000000-0000-0000-0000-000000000000","PublicKeyToken":"31bf3856ad364e35","Type":1,"Version":{"Major":1,"Minor":17,"Build":0,"Revision":0,"MajorRevision":0,"MinorRevision":0}},{"AssemblyName":"Microsoft.Flow.RPA.Desktop.Modules.Variables.Actions","Name":"Variables","Id":"00000000-0000-0000-0000-000000000000","PublicKeyToken":"31bf3856ad364e35","Type":1,"Version":{"Major":1,"Minor":3,"Build":0,"Revision":0,"MajorRevision":0,"MinorRevision":0}}],"ConnectorReferences":[{"ConnectorId":"/providers/Microsoft.PowerApps/apis/shared_office365","ConnectorName":"shared_office365","IsCustom":false,"Locale":"en-IN"}],"PowerFxEnabled":false,"EngineVersion":{"Major":2,"Minor":7,"Build":293,"Revision":25009,"MajorRevision":0,"MinorRevision":25009},"PowerFxVersion":{"Major":1,"Minor":10,"Build":20241004,"Revision":2,"MajorRevision":0,"MinorRevision":2}}
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/11cac96d-797c-4e28-a325-41077ee858e4/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/11cac96d-797c-4e28-a325-41077ee858e4/desktopflowbinary.xml
new file mode 100644
index 00000000..a47d21b0
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/11cac96d-797c-4e28-a325-41077ee858e4/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ManifestFile_11cac96d-797c-4e28-a325-41077ee858e4.json
+ 1
+ {}
+ application/json
+ Desktop flow manifest file
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ flow.manifest
+ 0
+ 1
+ ManifestFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/228a60c8-a96b-447c-873f-734891a0f12b/data/ControlRepositoryImageSelectorFile_228a60c8-a96b-447c-873f-734891a0f12b.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/228a60c8-a96b-447c-873f-734891a0f12b/data/ControlRepositoryImageSelectorFile_228a60c8-a96b-447c-873f-734891a0f12b.png
new file mode 100644
index 00000000..0294ace3
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/228a60c8-a96b-447c-873f-734891a0f12b/data/ControlRepositoryImageSelectorFile_228a60c8-a96b-447c-873f-734891a0f12b.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/228a60c8-a96b-447c-873f-734891a0f12b/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/228a60c8-a96b-447c-873f-734891a0f12b/desktopflowbinary.xml
new file mode 100644
index 00000000..0389fa9b
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/228a60c8-a96b-447c-873f-734891a0f12b/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageSelectorFile_228a60c8-a96b-447c-873f-734891a0f12b.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element image-based selector
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-selector\9854b8cc-535c-4a09-b5c5-0f651f995621.png
+ 0
+ 1
+ ControlRepositoryImageSelectorFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/39626dcb-d17c-4546-b612-b4001e797041/data/ControlRepositoryImageFile_39626dcb-d17c-4546-b612-b4001e797041.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/39626dcb-d17c-4546-b612-b4001e797041/data/ControlRepositoryImageFile_39626dcb-d17c-4546-b612-b4001e797041.png
new file mode 100644
index 00000000..d6791a10
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/39626dcb-d17c-4546-b612-b4001e797041/data/ControlRepositoryImageFile_39626dcb-d17c-4546-b612-b4001e797041.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/39626dcb-d17c-4546-b612-b4001e797041/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/39626dcb-d17c-4546-b612-b4001e797041/desktopflowbinary.xml
new file mode 100644
index 00000000..670a8fac
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/39626dcb-d17c-4546-b612-b4001e797041/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_39626dcb-d17c-4546-b612-b4001e797041.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\aa231018-b80e-494f-80b4-3cd2a772844c.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9/data/ControlRepositoryImageFile_495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9/data/ControlRepositoryImageFile_495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9.png
new file mode 100644
index 00000000..a199a0c6
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9/data/ControlRepositoryImageFile_495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9/desktopflowbinary.xml
new file mode 100644
index 00000000..2f01ee4b
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_495dfee7-ce5e-45e7-8bfb-4d6d9ae5e3b9.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\3142c513-d842-409a-b5f8-58e80fa47a1e.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/51f25800-dd9e-44e4-88ab-eb2eadb9404e/data/ControlRepositoryImageFile_51f25800-dd9e-44e4-88ab-eb2eadb9404e.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/51f25800-dd9e-44e4-88ab-eb2eadb9404e/data/ControlRepositoryImageFile_51f25800-dd9e-44e4-88ab-eb2eadb9404e.png
new file mode 100644
index 00000000..6971741e
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/51f25800-dd9e-44e4-88ab-eb2eadb9404e/data/ControlRepositoryImageFile_51f25800-dd9e-44e4-88ab-eb2eadb9404e.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/51f25800-dd9e-44e4-88ab-eb2eadb9404e/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/51f25800-dd9e-44e4-88ab-eb2eadb9404e/desktopflowbinary.xml
new file mode 100644
index 00000000..3ec0f7fd
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/51f25800-dd9e-44e4-88ab-eb2eadb9404e/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_51f25800-dd9e-44e4-88ab-eb2eadb9404e.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\5ff301f2-3cec-4d7f-88d4-ce0b2321e7b4.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/6f143e28-e29c-45fa-a636-2d9a6e953afe/data/ControlRepositoryImageFile_6f143e28-e29c-45fa-a636-2d9a6e953afe.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/6f143e28-e29c-45fa-a636-2d9a6e953afe/data/ControlRepositoryImageFile_6f143e28-e29c-45fa-a636-2d9a6e953afe.png
new file mode 100644
index 00000000..df927eca
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/6f143e28-e29c-45fa-a636-2d9a6e953afe/data/ControlRepositoryImageFile_6f143e28-e29c-45fa-a636-2d9a6e953afe.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/6f143e28-e29c-45fa-a636-2d9a6e953afe/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/6f143e28-e29c-45fa-a636-2d9a6e953afe/desktopflowbinary.xml
new file mode 100644
index 00000000..5424ffba
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/6f143e28-e29c-45fa-a636-2d9a6e953afe/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_6f143e28-e29c-45fa-a636-2d9a6e953afe.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\7b3f0e72-16c9-4399-8127-170a20d14af8.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7c397793-b90d-4a03-9096-94c79a1d0edf/data/DependenciesFile_69ee1aa6-5df8-4637-8374-60846fa5f4e8.json b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7c397793-b90d-4a03-9096-94c79a1d0edf/data/DependenciesFile_69ee1aa6-5df8-4637-8374-60846fa5f4e8.json
new file mode 100644
index 00000000..ca217751
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7c397793-b90d-4a03-9096-94c79a1d0edf/data/DependenciesFile_69ee1aa6-5df8-4637-8374-60846fa5f4e8.json
@@ -0,0 +1 @@
+{"EnvironmentVariables":[]}
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7c397793-b90d-4a03-9096-94c79a1d0edf/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7c397793-b90d-4a03-9096-94c79a1d0edf/desktopflowbinary.xml
new file mode 100644
index 00000000..a85e6186
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7c397793-b90d-4a03-9096-94c79a1d0edf/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ DependenciesFile_69ee1aa6-5df8-4637-8374-60846fa5f4e8.json
+ 1
+ {}
+ application/json
+ Desktop flow dependencies file
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ flow.dependencies
+ 0
+ 1
+ DependenciesFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7e201f39-96e8-46c9-972b-c9f3a8318016/data/ControlRepositoryImageFile_7e201f39-96e8-46c9-972b-c9f3a8318016.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7e201f39-96e8-46c9-972b-c9f3a8318016/data/ControlRepositoryImageFile_7e201f39-96e8-46c9-972b-c9f3a8318016.png
new file mode 100644
index 00000000..bbcc0522
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7e201f39-96e8-46c9-972b-c9f3a8318016/data/ControlRepositoryImageFile_7e201f39-96e8-46c9-972b-c9f3a8318016.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7e201f39-96e8-46c9-972b-c9f3a8318016/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7e201f39-96e8-46c9-972b-c9f3a8318016/desktopflowbinary.xml
new file mode 100644
index 00000000..d92ad3eb
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/7e201f39-96e8-46c9-972b-c9f3a8318016/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_7e201f39-96e8-46c9-972b-c9f3a8318016.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\6fca5dbe-1f0f-4307-a67b-bb0ee7186993.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/8ba952ca-19f7-455c-8452-c94395b1d10a/data/ControlRepositoryImageFile_8ba952ca-19f7-455c-8452-c94395b1d10a.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/8ba952ca-19f7-455c-8452-c94395b1d10a/data/ControlRepositoryImageFile_8ba952ca-19f7-455c-8452-c94395b1d10a.png
new file mode 100644
index 00000000..944835a0
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/8ba952ca-19f7-455c-8452-c94395b1d10a/data/ControlRepositoryImageFile_8ba952ca-19f7-455c-8452-c94395b1d10a.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/8ba952ca-19f7-455c-8452-c94395b1d10a/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/8ba952ca-19f7-455c-8452-c94395b1d10a/desktopflowbinary.xml
new file mode 100644
index 00000000..20c3faba
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/8ba952ca-19f7-455c-8452-c94395b1d10a/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_8ba952ca-19f7-455c-8452-c94395b1d10a.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\8a41956d-b1b8-44f6-b86e-4e4c5f5d42db.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/ae8bbbad-f01b-4857-b670-4570197be479/data/ControlRepositoryImageFile_ae8bbbad-f01b-4857-b670-4570197be479.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/ae8bbbad-f01b-4857-b670-4570197be479/data/ControlRepositoryImageFile_ae8bbbad-f01b-4857-b670-4570197be479.png
new file mode 100644
index 00000000..4b24b753
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/ae8bbbad-f01b-4857-b670-4570197be479/data/ControlRepositoryImageFile_ae8bbbad-f01b-4857-b670-4570197be479.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/ae8bbbad-f01b-4857-b670-4570197be479/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/ae8bbbad-f01b-4857-b670-4570197be479/desktopflowbinary.xml
new file mode 100644
index 00000000..d9b8bff3
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/ae8bbbad-f01b-4857-b670-4570197be479/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_ae8bbbad-f01b-4857-b670-4570197be479.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\522b72fe-2a14-41f7-8659-9fbeace4b294.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/c0d34944-bfbb-425e-976b-02eeaba59297/data/ControlRepositoryImageFile_c0d34944-bfbb-425e-976b-02eeaba59297.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/c0d34944-bfbb-425e-976b-02eeaba59297/data/ControlRepositoryImageFile_c0d34944-bfbb-425e-976b-02eeaba59297.png
new file mode 100644
index 00000000..907dc8c4
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/c0d34944-bfbb-425e-976b-02eeaba59297/data/ControlRepositoryImageFile_c0d34944-bfbb-425e-976b-02eeaba59297.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/c0d34944-bfbb-425e-976b-02eeaba59297/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/c0d34944-bfbb-425e-976b-02eeaba59297/desktopflowbinary.xml
new file mode 100644
index 00000000..daeff5b4
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/c0d34944-bfbb-425e-976b-02eeaba59297/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_c0d34944-bfbb-425e-976b-02eeaba59297.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\ecad137d-5047-4848-acf6-0f05156c7cd9.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/eaf61321-d05f-4f12-a5f6-3a921986630c/data/ConnectorDefinition_c79d08d2-e51b-4836-85e1-5f5124d90b15.json b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/eaf61321-d05f-4f12-a5f6-3a921986630c/data/ConnectorDefinition_c79d08d2-e51b-4836-85e1-5f5124d90b15.json
new file mode 100644
index 00000000..c698303f
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/eaf61321-d05f-4f12-a5f6-3a921986630c/data/ConnectorDefinition_c79d08d2-e51b-4836-85e1-5f5124d90b15.json
@@ -0,0 +1,264 @@
+{
+ "ConnectorId": "/providers/Microsoft.PowerApps/apis/shared_office365",
+ "Definition": {
+ "Id": "/providers/Microsoft.PowerApps/apis/shared_office365",
+ "Name": "shared_office365",
+ "Properties": {
+ "IsCustomApi": false,
+ "Swagger": {
+ "basePath": "/apim/office365",
+ "definitions": {
+ "ClientSendHtmlMessage": {
+ "additionalProperties": null,
+ "example": null,
+ "properties": {
+ "To": {
+ "additionalProperties": null,
+ "x-ms-dynamic-list": {
+ "builtInOperation": "AadGraph.GetUsers",
+ "itemValuePath": "mail",
+ "parameters": {}
+ },
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "Specify email addresses separated by semicolons like someone@contoso.com",
+ "format": "email",
+ "x-ms-summary": "To"
+ },
+ "Subject": {
+ "additionalProperties": null,
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "Specify the subject of the mail",
+ "x-ms-summary": "Subject"
+ },
+ "Body": {
+ "additionalProperties": null,
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "Specify the body of the mail",
+ "format": "html",
+ "x-ms-summary": "Body"
+ },
+ "From": {
+ "additionalProperties": null,
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "Email address to send mail from (requires \"Send as\" or \"Send on behalf of\" permission for that mailbox). For more info on granting permissions please refer https://docs.microsoft.com/office365/admin/manage/send-email-as-distribution-list",
+ "format": "email",
+ "x-ms-summary": "From (Send as)",
+ "x-ms-visibility": "advanced"
+ },
+ "Cc": {
+ "additionalProperties": null,
+ "x-ms-dynamic-list": {
+ "builtInOperation": "AadGraph.GetUsers",
+ "itemValuePath": "mail",
+ "parameters": {}
+ },
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "Specify email addresses separated by semicolons like someone@contoso.com",
+ "format": "email",
+ "x-ms-summary": "CC",
+ "x-ms-visibility": "advanced"
+ },
+ "Bcc": {
+ "additionalProperties": null,
+ "x-ms-dynamic-list": {
+ "builtInOperation": "AadGraph.GetUsers",
+ "itemValuePath": "mail",
+ "parameters": {}
+ },
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "Specify email addresses separated by semicolons like someone@contoso.com",
+ "format": "email",
+ "x-ms-summary": "BCC",
+ "x-ms-visibility": "advanced"
+ },
+ "Attachments": {
+ "additionalProperties": null,
+ "example": null,
+ "items": {
+ "additionalProperties": null,
+ "example": null,
+ "$ref": "#/definitions/ClientSendAttachment",
+ "default": null
+ },
+ "type": "array",
+ "default": null,
+ "description": "Attachments",
+ "x-ms-summary": "Attachments",
+ "x-ms-visibility": "advanced"
+ },
+ "Sensitivity": {
+ "additionalProperties": null,
+ "x-ms-dynamic-list": {
+ "itemTitlePath": "DisplayName",
+ "itemValuePath": "Id",
+ "operationId": "GetSensitivityLabels",
+ "parameters": {}
+ },
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "Sensitivity",
+ "x-ms-summary": "Sensitivity",
+ "x-ms-visibility": "advanced"
+ },
+ "ReplyTo": {
+ "additionalProperties": null,
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "The email addresses to use when replying",
+ "format": "email",
+ "x-ms-summary": "Reply To",
+ "x-ms-visibility": "advanced"
+ },
+ "Importance": {
+ "additionalProperties": null,
+ "example": null,
+ "type": "string",
+ "default": "Normal",
+ "description": "Importance",
+ "enum": [
+ "Low",
+ "Normal",
+ "High"
+ ],
+ "x-ms-summary": "Importance",
+ "x-ms-visibility": "advanced"
+ }
+ },
+ "required": [
+ "To",
+ "Subject",
+ "Body"
+ ],
+ "type": "object",
+ "default": null,
+ "description": "Send HTML Email Message"
+ },
+ "ClientSendAttachment": {
+ "additionalProperties": null,
+ "example": null,
+ "properties": {
+ "Name": {
+ "additionalProperties": null,
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "Attachment name",
+ "x-ms-summary": "Name"
+ },
+ "ContentBytes": {
+ "additionalProperties": null,
+ "example": null,
+ "type": "string",
+ "default": null,
+ "description": "Attachment content",
+ "format": "byte",
+ "x-ms-summary": "Content"
+ }
+ },
+ "required": [
+ "Name",
+ "ContentBytes"
+ ],
+ "type": "object",
+ "default": null,
+ "description": "Attachment"
+ }
+ },
+ "host": "india-001.azure-apim.net",
+ "info": {
+ "title": "Office 365 Outlook",
+ "version": "1.0"
+ },
+ "parameters": {},
+ "paths": {
+ "/{connectionId}/v2/Mail": {
+ "post": {
+ "consumes": [
+ "application/json",
+ "text/json",
+ "application/xml",
+ "text/xml",
+ "application/x-www-form-urlencoded"
+ ],
+ "deprecated": false,
+ "description": "This operation sends an email message.",
+ "externalDocs": {
+ "url": "https://docs.microsoft.com/connectors/office365/#send-an-email-(v2)"
+ },
+ "operationId": "SendEmailV2",
+ "parameters": [
+ {
+ "in": "path",
+ "name": "connectionId",
+ "required": true,
+ "type": "string",
+ "default": null,
+ "x-ms-visibility": "internal"
+ },
+ {
+ "in": "body",
+ "name": "emailMessage",
+ "required": true,
+ "schema": {
+ "additionalProperties": null,
+ "example": null,
+ "$ref": "#/definitions/ClientSendHtmlMessage",
+ "default": null
+ },
+ "default": null,
+ "description": "Email.",
+ "x-ms-summary": "Email"
+ }
+ ],
+ "produces": [],
+ "responses": {
+ "200": {
+ "description": "Operation was successful"
+ },
+ "400": {
+ "description": "BadRequest"
+ },
+ "401": {
+ "description": "Unauthorized"
+ },
+ "403": {
+ "description": "Forbidden"
+ },
+ "500": {
+ "description": "Internal Server Error"
+ },
+ "default": {
+ "description": "Operation Failed."
+ }
+ },
+ "summary": "Send an email (V2)",
+ "x-ms-visibility": "important"
+ }
+ }
+ },
+ "responses": {},
+ "schemes": [
+ "https",
+ "http"
+ ],
+ "swagger": "2.0"
+ }
+ }
+ },
+ "DynamicSchemas": {},
+ "Locale": "en-IN"
+}
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/eaf61321-d05f-4f12-a5f6-3a921986630c/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/eaf61321-d05f-4f12-a5f6-3a921986630c/desktopflowbinary.xml
new file mode 100644
index 00000000..7211fe2d
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/eaf61321-d05f-4f12-a5f6-3a921986630c/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ConnectorDefinition_c79d08d2-e51b-4836-85e1-5f5124d90b15.json
+ 1
+ {}
+ application/json
+ Desktop flow connector definition
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ /providers/Microsoft.PowerApps/apis/shared_office365
+ 0
+ 1
+ ConnectorDefinition
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/edbf4ff7-fd36-40a2-88c2-826155d385da/data/ControlRepository_36da80b0-425b-48a0-8fd7-c490ca779b09.json b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/edbf4ff7-fd36-40a2-88c2-826155d385da/data/ControlRepository_36da80b0-425b-48a0-8fd7-c490ca779b09.json
new file mode 100644
index 00000000..503cea74
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/edbf4ff7-fd36-40a2-88c2-826155d385da/data/ControlRepository_36da80b0-425b-48a0-8fd7-c490ca779b09.json
@@ -0,0 +1,2734 @@
+{
+ "Screens": [
+ {
+ "Controls": [
+ {
+ "AutomationProtocol": "uia3",
+ "ScreenShot": null,
+ "ElementTypeName": "Hyperlink",
+ "InstanceId": "bb4ab1dd-f097-48c2-882b-409257d0d55a",
+ "Name": "Hyperlink 'Exchange rates'",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [
+ {
+ "Ignore": false,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "Chrome_RenderWidgetHostHWND"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": "335801696"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": "Website of Danmarks Nationalbank"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Password",
+ "Operation": "EqualTo",
+ "Value": false
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Document 'Website of Danmarks Nationalbank'",
+ "Tag": "document"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Group",
+ "Tag": "group"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": "2f1e29a6-e726-4933-a2f0-fb3e2ba951dc-carousel"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "List",
+ "Tag": "list"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Checked",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": "2f1e29a6-e726-4933-a2f0-fb3e2ba951dc-slide-1"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Selected",
+ "Operation": "EqualTo",
+ "Value": false
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "List Item",
+ "Tag": "listitem"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": "Exchange rates"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Hyperlink 'Exchange rates'",
+ "Tag": "hyperlink"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "hyperlink",
+ "ScreenshotPath": "controlRepo-screenshots\\6fca5dbe-1f0f-4307-a67b-bb0ee7186993.png"
+ },
+ {
+ "AutomationProtocol": "uia3",
+ "ScreenShot": null,
+ "ElementTypeName": "Hyperlink",
+ "InstanceId": "b583f3a3-b01d-45a3-a6da-ebb52cc6c228",
+ "Name": "Hyperlink 'Exchange rates' 2",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [
+ {
+ "Ignore": false,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "Chrome_RenderWidgetHostHWND"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": "335801696"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": "Stable prices, monetary policy and the Danish economy"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Password",
+ "Operation": "EqualTo",
+ "Value": false
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Document 'Stable prices, monetary policy and the Danish economy'",
+ "Tag": "document"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Group",
+ "Tag": "group"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 1
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "List",
+ "Tag": "list"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Checked",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 1
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Selected",
+ "Operation": "EqualTo",
+ "Value": false
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "List Item",
+ "Tag": "listitem"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": "Exchange rates"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Hyperlink 'Exchange rates'",
+ "Tag": "hyperlink"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "hyperlink",
+ "ScreenshotPath": "controlRepo-screenshots\\7b3f0e72-16c9-4399-8127-170a20d14af8.png"
+ }
+ ],
+ "Handle": {
+ "value": 0
+ },
+ "ProcessName": null,
+ "ScreenShot": null,
+ "ElementTypeName": "Pane",
+ "InstanceId": "e496d0f2-2236-4f9a-ae54-9a83a9939c95",
+ "Name": "Pane 'Website of ... Chrome - praveen'",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [
+ {
+ "Ignore": false,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "Chrome_WidgetWin_1"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Enabled",
+ "Operation": "EqualTo",
+ "Value": true
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": ""
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Name",
+ "Operation": "EqualTo",
+ "Value": "Website of Danmarks Nationalbank - Google Chrome - praveen"
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": false,
+ "Name": "Process",
+ "Operation": "EqualTo",
+ "Value": "chrome"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Visible",
+ "Operation": "EqualTo",
+ "Value": true
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Pane 'Website of Danmarks Nationalbank - Google Chrome - praveen'",
+ "Tag": "pane"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "pane",
+ "ScreenshotPath": "controlRepo-screenshots\\fe9f6786-1278-48f5-a622-14d4c0660872.png"
+ },
+ {
+ "Controls": [
+ {
+ "AutomationProtocol": "uia3",
+ "ScreenShot": null,
+ "ElementTypeName": "Dnb-visualisation-carousel",
+ "InstanceId": "e391c5fe-5f4a-40b7-9254-47dcb9669965",
+ "Name": "Dnb-visualisation-carousel",
+ "SelectorCount": 2,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "theme theme--pink"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Body '> We strive to ensure that Denmark has a robust ... Nationalbank Market rate745.88DateDec 16, 2024'",
+ "Tag": "body"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "main"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Main content 'We strive to ensure that Denmark has a robust ... \": \"2100\", \"addressCountry\": \"Denmark\" } }'",
+ "Tag": "main"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "content"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Section 'Do you have any banknotes that will become invalid? ... bank etc. Current topics Frequently asked questions'",
+ "Tag": "section"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": " module module--mini-visualisations pt-6 pb-6 "
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "container"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "row"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "col-12 visualisation"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "visualisation-carousel"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Dnb-visualisation-carousel",
+ "Tag": "dnb-visualisation-carousel"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ },
+ {
+ "CustomSelector": null,
+ "Elements": [],
+ "Ignore": false,
+ "ImageSelector": {
+ "Image": {
+ "EncodedData": "iVBORw0KGgoAAAANSUhEUgAAAIgAAAAhCAYAAAACqeN0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL7SURBVHhe7Zc9qipBEIXfktyBscb+JC7BxFBwES7AVAzNDVyAuAEFBREMDEwMxKgvR+ZI3bK6Z8an4PPVB8W1p6u7uqrOtN4/wXESuECcJC4QJ4kLxEniAnGSuECcJC4QJ4kLxEniAnGSuECcJG8XyOl0Cp1O52b47Pxb3AUynU5DpVJ5sH6/Hy6XS+ZVHhfI5zAYDMJut8tGxXCBvIHhcHir3XK5zJ58Du12O6xWq2yUz4NA8PeVuEA+jzIiKSQQ3CC4STCP5MFmswm1Wu1XIfAXYxp8pUBms9l9TguGRbXmGQtnGI/Hdx99u8n4Mh7PDKwzxrDiwl/ftvCBr6wTTeah18las06c07m9GorkfD5nT2xyv2LYfCbAYrChTNJajyQPh8OvxKWxOVZhYSySFKM2xteNl8Y4MZ+YSKy48GXu0pAjco0JJFZfPLfyZ51TLBaL0Ov1nrZqtRomk0m2m01hgQD6jEajW+JMXqpf+gNrjo2iADRcw/3ZKFk0ngXNkgXGc8JGSh+5h46jseJq9L7yLMzXisO94StfInn+PLBuPp8/ZbgR6/V62O/34Xq9Zjs+Uuo3iExe+spk4SPJKw789b40rrH2p8jQfCsGsHzk/jQ2VxPLi8Kz9pC5UCDcR6+B8cysPy12plewXq9Do9HIRmlKCYQ+z9wg9AW68Cx47I2zGiWbL5siz8/zah99xhhWXF0n7suGWnGYT5GmM6bO5VXgd0ez2cxG+eR+xegmcSyLH1uPQvH65DqgC2+9kTAdWzZKCkSOLUudUc5rrLixPeAHfyDzYQ6xHLEf5uGn54oKuSjH4zG0Wq1sVIxCAtlut/cE4AdYPPlMNwlFYfIsFNCFl28dDJ/lmiICATI+1hb5LwYWa4QVF8hmd7vdm0mByNrIvHWNuUbnD2NNXwlu/rLcBfKNsJHvKPb/wtcIRL610uSb7ZTnq24QefXD5PXuPMdXf8U4f48LxEniAnGSuECcJC4QJ4kLxEniAnGSuECcJC4QJ0EIP+ADzV4mIcMMAAAAAElFTkSuQmCC"
+ },
+ "ImagePath": "controlRepo-selector\\9854b8cc-535c-4a09-b5c5-0f651f995621.png",
+ "WindowScaling": 1.0,
+ "OriginalRetractionConfidence": 1.0
+ },
+ "IsCustom": false,
+ "IsImageBased": true,
+ "IsWindowsInstance": false,
+ "Name": "Image",
+ "Properties": []
+ }
+ ],
+ "Tag": "dnb-visualisation-carousel",
+ "ScreenshotPath": "controlRepo-screenshots\\8a41956d-b1b8-44f6-b86e-4e4c5f5d42db.png"
+ },
+ {
+ "AutomationProtocol": "uia3",
+ "ScreenShot": null,
+ "ElementTypeName": "Dnb-visualisation-carousel",
+ "InstanceId": "b6e92596-8b00-47d0-b745-92f66d1bb92f",
+ "Name": "Dnb-visualisation-carousel 2",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "theme theme--pink"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Body '> We strive to ensure that Denmark has a robust ... Nationalbank Market rate746.07DateJan 14, 2025'",
+ "Tag": "body"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "main"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Main content 'We strive to ensure that Denmark has a robust ... \": \"2100\", \"addressCountry\": \"Denmark\" } }'",
+ "Tag": "main"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "content"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Section 'Do you have any banknotes that will become invalid? ... bank etc. Current topics Frequently asked questions'",
+ "Tag": "section"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": " module module--mini-visualisations pt-6 pb-6 "
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "container"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "row"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "col-12 visualisation"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "visualisation-carousel"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Dnb-visualisation-carousel",
+ "Tag": "dnb-visualisation-carousel"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "dnb-visualisation-carousel",
+ "ScreenshotPath": "controlRepo-screenshots\\522b72fe-2a14-41f7-8659-9fbeace4b294.png"
+ },
+ {
+ "AutomationProtocol": "uia3",
+ "ScreenShot": null,
+ "ElementTypeName": "Dnb-visualisation-carousel",
+ "InstanceId": "a08fea8e-81da-4668-a61a-e1b2dd2be1c8",
+ "Name": "Dnb-visualisation-carousel 3",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "theme theme--pink"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Body '> We strive to ensure that Denmark has a robust ... Nationalbank Market rate745.77DateDec 04, 2024'",
+ "Tag": "body"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "main"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Main content 'We strive to ensure that Denmark has a robust ... \": \"2100\", \"addressCountry\": \"Denmark\" } }'",
+ "Tag": "main"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "content"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Section 'Do you have any banknotes that will become invalid? ... bank etc. Current topics Frequently asked questions'",
+ "Tag": "section"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": " module module--mini-visualisations pt-6 pb-6 "
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "container"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "row"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "col-12 visualisation"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "visualisation-carousel"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Dnb-visualisation-carousel",
+ "Tag": "dnb-visualisation-carousel"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "dnb-visualisation-carousel",
+ "ScreenshotPath": "controlRepo-screenshots\\aa231018-b80e-494f-80b4-3cd2a772844c.png"
+ }
+ ],
+ "Handle": {
+ "value": 0
+ },
+ "ProcessName": null,
+ "ScreenShot": null,
+ "ElementTypeName": "Web Page",
+ "InstanceId": "992d57c8-a6f7-45ce-9143-58f8d920cc81",
+ "Name": "Web Page 'https://www.nationalbanken.dk/en'",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [],
+ "CustomValue": "domcontainer",
+ "Ignore": false,
+ "Name": "Web Page 'https://www.nationalbanken.dk/en'",
+ "Tag": "domcontainer"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "domcontainer",
+ "ScreenshotPath": "controlRepo-screenshots\\9ed782d5-199a-4483-b305-984c2efbe394.png"
+ },
+ {
+ "Controls": [
+ {
+ "AutomationProtocol": "uia3",
+ "ScreenShot": null,
+ "ElementTypeName": "Dnb-visualisation-carousel",
+ "InstanceId": "9bafc0ba-4bbf-4ed8-8b8a-90017e6be8aa",
+ "Name": "Dnb-visualisation-carousel",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Body '> Previous level Home What we do Stable prices, ... Nationalbank Market rate745.91DateNov 18, 2024'",
+ "Tag": "body"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "main"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Main content 'Stable prices, monetary policy and the Danish ... Denmarks 40 year fixed exchange rate regime.'",
+ "Tag": "main"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "content content--pull-up"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Section 'Introduction Interest and exchange rates and other ... Denmarks 40 year fixed exchange rate regime.'",
+ "Tag": "section"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": " module module--mini-visualisations pt-6 pb-6 "
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div 'Interest and exchange rates and other market information'",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "container"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div 'Interest and exchange rates and other market information'",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "row"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div 'Interest and exchange rates and other market information'",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "col-12 visualisation"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "visualisation-carousel"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Dnb-visualisation-carousel",
+ "Tag": "dnb-visualisation-carousel"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "dnb-visualisation-carousel",
+ "ScreenshotPath": "controlRepo-screenshots\\47704125-554f-476e-a19e-e8ba025b0b15.png"
+ }
+ ],
+ "Handle": {
+ "value": 0
+ },
+ "ProcessName": null,
+ "ScreenShot": null,
+ "ElementTypeName": "Web Page",
+ "InstanceId": "df6fdaca-fb8e-4e8b-bf7b-c713e7c6ff84",
+ "Name": "Web Page 'h ... sh-economy'",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [],
+ "CustomValue": "domcontainer",
+ "Ignore": false,
+ "Name": "Web Page 'https://www.nationalbanken.dk/en/what-we-do/stable-prices-monetary-policy-and-the-danish-economy'",
+ "Tag": "domcontainer"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "domcontainer",
+ "ScreenshotPath": "controlRepo-screenshots\\ecad137d-5047-4848-acf6-0f05156c7cd9.png"
+ },
+ {
+ "Controls": [
+ {
+ "AutomationProtocol": "uia3",
+ "ScreenShot": null,
+ "ElementTypeName": "Table data cell",
+ "InstanceId": "5aab19a8-5d8a-400f-8c87-3bb5f682a8ef",
+ "Name": "Table data cell '746.06'",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Body '> Previous level Home What we do Stable prices, ... well as job postings. © 2025 Danmarks Nationalbank'",
+ "Tag": "body"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "main"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Main content 'Exchange rates Danmarks Nationalbank ensures that ... about the effective krone rate index. Learn more'",
+ "Tag": "main"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "content"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Section 'Selected exchange rates Currency ISO 23 January ... about the effective krone rate index. Learn more'",
+ "Tag": "section"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": " module module--market-info"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div 'Currency ISO 23 January 2025 22 January 2025 Chart ... CHF 790.15 789.63 Japanese yen JPY 4.5889 4.5853'",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "container"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div 'Currency ISO 23 January 2025 22 January 2025 Chart ... CHF 790.15 789.63 Japanese yen JPY 4.5889 4.5853'",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "row"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div 'Currency ISO 23 January 2025 22 January 2025 Chart ... CHF 790.15 789.63 Japanese yen JPY 4.5889 4.5853'",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "col-12 col-lg-10"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div 'Currency ISO 23 January 2025 22 January 2025 Chart ... CHF 790.15 789.63 Japanese yen JPY 4.5889 4.5853'",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Dnb-market-info-table 'Currency ISO 23 January 2025 22 January 2025 Chart ... CHF 790.15 789.63 Japanese yen JPY 4.5889 4.5853'",
+ "Tag": "dnb-market-info-table"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "table table--market"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Div 'Currency ISO 23 January 2025 22 January 2025 Chart ... CHF 790.15 789.63 Japanese yen JPY 4.5889 4.5853'",
+ "Tag": "div"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Dnb-currency-rates 'Currency ISO 23 January 2025 22 January 2025 Chart ... CHF 790.15 789.63 Japanese yen JPY 4.5889 4.5853'",
+ "Tag": "dnb-currency-rates"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": "table--currency"
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Table 'Currency ISO 23 January 2025 22 January 2025 Chart ... CHF 790.15 789.63 Japanese yen JPY 4.5889 4.5853'",
+ "Tag": "table"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Table body 'Euro EUR 746.06 746.12 US dollars USD 717.09 714.47 ... CHF 790.15 789.63 Japanese yen JPY 4.5889 4.5853'",
+ "Tag": "tbody"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Table row 'Euro EUR 746.06 746.12'",
+ "Tag": "tr"
+ },
+ {
+ "Attributes": [
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Class",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Id",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": true,
+ "Name": "Ordinal",
+ "Operation": "EqualTo",
+ "Value": 0
+ },
+ {
+ "Ignore": true,
+ "IsOrdinal": false,
+ "Name": "Title",
+ "Operation": "EqualTo",
+ "Value": null
+ },
+ {
+ "Ignore": false,
+ "IsOrdinal": false,
+ "Name": "Text",
+ "Operation": "EqualTo",
+ "Value": "746.06"
+ }
+ ],
+ "CustomValue": null,
+ "Ignore": false,
+ "Name": "Table data cell '746.06'",
+ "Tag": "td"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "td",
+ "ScreenshotPath": "controlRepo-screenshots\\5ff301f2-3cec-4d7f-88d4-ce0b2321e7b4.png"
+ }
+ ],
+ "Handle": {
+ "value": 0
+ },
+ "ProcessName": null,
+ "ScreenShot": null,
+ "ElementTypeName": "Web Page",
+ "InstanceId": "3b5bb186-49d9-4ade-9508-f79cb36cf05c",
+ "Name": "Web Page 'h ... ange-rates'",
+ "SelectorCount": 1,
+ "Selectors": [
+ {
+ "CustomSelector": null,
+ "Elements": [
+ {
+ "Attributes": [],
+ "CustomValue": "domcontainer",
+ "Ignore": false,
+ "Name": "Web Page 'https://www.nationalbanken.dk/en/what-we-do/stable-prices-monetary-policy-and-the-danish-economy/exchange-rates'",
+ "Tag": "domcontainer"
+ }
+ ],
+ "Ignore": false,
+ "ImageSelector": null,
+ "IsCustom": false,
+ "IsImageBased": false,
+ "IsWindowsInstance": false,
+ "Name": "Default Selector",
+ "Properties": []
+ }
+ ],
+ "Tag": "domcontainer",
+ "ScreenshotPath": "controlRepo-screenshots\\3142c513-d842-409a-b5f8-58e80fa47a1e.png"
+ }
+ ],
+ "Version": 1
+}
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/edbf4ff7-fd36-40a2-88c2-826155d385da/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/edbf4ff7-fd36-40a2-88c2-826155d385da/desktopflowbinary.xml
new file mode 100644
index 00000000..c1502561
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/edbf4ff7-fd36-40a2-88c2-826155d385da/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepository_36da80b0-425b-48a0-8fd7-c490ca779b09.json
+ 1
+ {}
+ application/json
+ Desktop flow ui elements
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo.appmask
+ 0
+ 1
+ ControlRepository
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f23ba0f8-9cc3-4f32-9228-cf3867bdc93e/data/ControlRepositoryImageFile_f23ba0f8-9cc3-4f32-9228-cf3867bdc93e.png b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f23ba0f8-9cc3-4f32-9228-cf3867bdc93e/data/ControlRepositoryImageFile_f23ba0f8-9cc3-4f32-9228-cf3867bdc93e.png
new file mode 100644
index 00000000..af712df2
Binary files /dev/null and b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f23ba0f8-9cc3-4f32-9228-cf3867bdc93e/data/ControlRepositoryImageFile_f23ba0f8-9cc3-4f32-9228-cf3867bdc93e.png differ
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f23ba0f8-9cc3-4f32-9228-cf3867bdc93e/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f23ba0f8-9cc3-4f32-9228-cf3867bdc93e/desktopflowbinary.xml
new file mode 100644
index 00000000..513be209
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f23ba0f8-9cc3-4f32-9228-cf3867bdc93e/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ControlRepositoryImageFile_f23ba0f8-9cc3-4f32-9228-cf3867bdc93e.png
+ 1
+ {}
+ image/png
+ Desktop flow ui element screenshot
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ controlRepo-screenshots\9ed782d5-199a-4483-b305-984c2efbe394.png
+ 0
+ 1
+ ControlRepositoryImageFile
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f4b6c4fe-24ea-4ab0-ab1e-27e98046e706/data/ImageRepository_d5c3989e-553c-4055-bf56-94ebe53b8dc8.json b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f4b6c4fe-24ea-4ab0-ab1e-27e98046e706/data/ImageRepository_d5c3989e-553c-4055-bf56-94ebe53b8dc8.json
new file mode 100644
index 00000000..81160798
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f4b6c4fe-24ea-4ab0-ab1e-27e98046e706/data/ImageRepository_d5c3989e-553c-4055-bf56-94ebe53b8dc8.json
@@ -0,0 +1,5 @@
+{
+ "Folders": [],
+ "Images": [],
+ "Version": 1
+}
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f4b6c4fe-24ea-4ab0-ab1e-27e98046e706/desktopflowbinary.xml b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f4b6c4fe-24ea-4ab0-ab1e-27e98046e706/desktopflowbinary.xml
new file mode 100644
index 00000000..8ea40743
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/desktopflowbinaries/f4b6c4fe-24ea-4ab0-ab1e-27e98046e706/desktopflowbinary.xml
@@ -0,0 +1,14 @@
+
+ ImageRepository_d5c3989e-553c-4055-bf56-94ebe53b8dc8.json
+ 1
+ {}
+ application/json
+ Desktop flow images
+
+ 7b448352-dbb2-4d4f-8acf-af52af5b1490
+
+ imageRepo.imgrepo
+ 0
+ 1
+ ImageRepository
+
\ No newline at end of file
diff --git a/samples/CurrencyAccounting_1_0_0_1_managed/solution.xml b/samples/CurrencyAccounting_1_0_0_1_managed/solution.xml
new file mode 100644
index 00000000..4d39c02f
--- /dev/null
+++ b/samples/CurrencyAccounting_1_0_0_1_managed/solution.xml
@@ -0,0 +1,89 @@
+
+
+ CurrencyAccounting
+
+
+
+
+ 1.0.0.1
+ 1
+
+ Cr70efe
+
+
+
+
+
+
+ crcea
+ 87770
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file