Showing
76 changed files
with
363 additions
and
0 deletions
Scrap-Automation/.local/AllDependencies.json
0 → 100644
This diff could not be displayed because it is too large.
Scrap-Automation/.local/PackageCache.json
0 → 100644
This diff is collapsed. Click to expand it.
Scrap-Automation/.local/ProjectSettings.json
0 → 100644
1 | +{"OpenedDocuments":"[\"Main.xaml\"]","ProjectBreakpoints":"{\"Value\":{}}","ProjectWatches":"{\"Value\":[]}"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
2 | +<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
4 | + <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | ||
5 | + <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | ||
6 | + <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)AllDependencies.json</ProjectAssetsFile> | ||
7 | + <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||
8 | + <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Taemin\.nuget\packages\</NuGetPackageFolders> | ||
9 | + <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">Unknown</NuGetProjectStyle> | ||
10 | + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.8.0</NuGetToolVersion> | ||
11 | + </PropertyGroup> | ||
12 | + <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
13 | + <SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" /> | ||
14 | + </ItemGroup> | ||
15 | + <PropertyGroup> | ||
16 | + <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
17 | + </PropertyGroup> | ||
18 | + <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
19 | + <PkgNuGet_CommandLine Condition=" '$(PkgNuGet_CommandLine)' == '' ">C:\Users\Taemin\.nuget\packages\nuget.commandline\4.6.2</PkgNuGet_CommandLine> | ||
20 | + </PropertyGroup> | ||
21 | +</Project> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
Scrap-Automation/.local/db/references.db
0 → 100644
No preview for this file type
Scrap-Automation/.local/nuget.cache
0 → 100644
This diff is collapsed. Click to expand it.
362 KB
2.45 KB
1.95 KB
24.7 KB
324 KB
253 KB
263 KB
29 KB
26.1 KB
1020 KB
26.2 KB
29.7 KB
15.9 KB
362 KB
363 KB
372 KB
29 KB
7.46 KB
4.21 KB
354 KB
2.9 KB
27.2 KB
396 KB
317 KB
2.71 KB
2.48 KB
1.44 KB
2.38 KB
16.3 KB
2.88 KB
1.28 KB
295 KB
2.11 KB
3.11 KB
23.8 KB
493 KB
269 KB
387 KB
29.2 KB
268 KB
1.79 KB
373 KB
927 KB
927 KB
321 KB
1.03 MB
341 KB
306 KB
7.42 KB
1.28 KB
340 KB
1.49 MB
1 | +{ | ||
2 | + "UiPath.UiAutomation.Activities.Generic.DelayBeforeMS": "200", | ||
3 | + "UiPath.UiAutomation.Activities.Generic.DelayAfterMS": "300", | ||
4 | + "UiPath.UiAutomation.Activities.Generic.TimeoutMS": "30000", | ||
5 | + "UiPath.UiAutomation.Activities.Generic.WaitForReady": "INTERACTIVE", | ||
6 | + "UiPath.UiAutomation.Activities.Generic.AlterIfDisabled": "False", | ||
7 | + "UiPath.UiAutomation.Activities.Browser.BrowserType": "IE", | ||
8 | + "UiPath.UiAutomation.Activities.Browser.Private": "False", | ||
9 | + "UiPath.UiAutomation.Activities.Browser.NewSession": "False", | ||
10 | + "UiPath.UiAutomation.Activities.Browser.Hidden": "False", | ||
11 | + "UiPath.UiAutomation.Activities.Browser.CommunicationMethod": "Native", | ||
12 | + "UiPath.UiAutomation.Activities.Browser.UserDataFolderMode": "Automatic", | ||
13 | + "UiPath.UiAutomation.Activities.Browser.UserDataFolderPath": "", | ||
14 | + "UiPath.UiAutomation.Activities.Callout.Timer": "0", | ||
15 | + "UiPath.UiAutomation.Activities.DataScrape.DelayBetweenPagesMS": "300", | ||
16 | + "UiPath.UiAutomation.Activities.ElementExists.TimeoutMS": "30000", | ||
17 | + "UiPath.UiAutomation.Activities.Highlight.HighlightTime": "1000", | ||
18 | + "UiPath.UiAutomation.Activities.KeyboardEvents.SendWindowMessages": "False", | ||
19 | + "UiPath.UiAutomation.Activities.KeyboardEvents.ClickBeforeTyping": "False", | ||
20 | + "UiPath.UiAutomation.Activities.KeyboardEvents.EmptyField": "False", | ||
21 | + "UiPath.UiAutomation.Activities.KeyboardEvents.SimulateType": "False", | ||
22 | + "UiPath.UiAutomation.Activities.SendHotkey.SendWindowMessages": "False", | ||
23 | + "UiPath.UiAutomation.Activities.MouseEvents.SendWindowMessages": "False", | ||
24 | + "UiPath.UiAutomation.Activities.MouseEvents.SimulateClick": "False", | ||
25 | + "UiPath.UiAutomation.Activities.MouseEvents.SimulateHover": "False", | ||
26 | + "UiPath.UiAutomation.Activities.Screenshot.WaitBefore": "300" | ||
27 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "UiPath.CV.Activities.GenericCV.DelayBeforeMS": "300", | ||
3 | + "UiPath.CV.Activities.GenericCV.DelayAfterMS": "0", | ||
4 | + "UiPath.CV.Activities.GenericCV.TimeoutMS": "30000", | ||
5 | + "UiPath.CV.Activities.GenericCV.DelayBetweenKeys": "100", | ||
6 | + "UiPath.CV.Activities.CvScope.CVMethod": "ElementDetection|OCR", | ||
7 | + "UiPath.CV.Activities.CvScope.Server": "https://cv.uipath.com", | ||
8 | + "UiPath.CV.Activities.CvScope.ApiKey": "", | ||
9 | + "UiPath.CV.Activities.CvScope.UseLocalServer": "False" | ||
10 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "DefaultOCREngine": "UiPath.OCR.Activities.UiPathScreenOCR, UiPath.OCR.Activities", | ||
3 | + "UiPath.OCR.Activities.UiPathScreenOCR.Endpoint": "https://ocr.uipath.com/", | ||
4 | + "UiPath.OCR.Activities.UiPathScreenOCR.ApiKey": "", | ||
5 | + "UiPath.OCR.Activities.UiPathDocumentOCR.Endpoint": "https://du.uipath.com/ocr", | ||
6 | + "UiPath.OCR.Activities.UiPathDocumentOCR.ApiKey": "", | ||
7 | + "UiPath.UiAutomation.Activities.GoogleCloudOCR.ApiKey": "", | ||
8 | + "UiPath.UiAutomation.Activities.GoogleCloudOCR.Scale": "1", | ||
9 | + "UiPath.UiAutomation.Activities.GoogleCloudOCR.Language": null, | ||
10 | + "UiPath.UiAutomation.Activities.GoogleOCR.AllowedCharacters": "", | ||
11 | + "UiPath.UiAutomation.Activities.GoogleOCR.DeniedCharacters": "", | ||
12 | + "UiPath.UiAutomation.Activities.GoogleOCR.Invert": "False", | ||
13 | + "UiPath.UiAutomation.Activities.GoogleOCR.Profile": "Legacy", | ||
14 | + "UiPath.UiAutomation.Activities.GoogleOCR.Scale": "2", | ||
15 | + "UiPath.UiAutomation.Activities.GoogleOCR.Language": "eng", | ||
16 | + "UiPath.UiAutomation.Activities.MicrosoftOCR.Profile": "Legacy", | ||
17 | + "UiPath.UiAutomation.Activities.MicrosoftOCR.Scale": "1", | ||
18 | + "UiPath.UiAutomation.Activities.MicrosoftOCR.Language": "en", | ||
19 | + "UiPath.UiAutomation.Activities.MicrosoftAzureComputerVisionOCR.ApiKey": "", | ||
20 | + "UiPath.UiAutomation.Activities.MicrosoftAzureComputerVisionOCR.Endpoint": "", | ||
21 | + "UiPath.UiAutomation.Activities.MicrosoftAzureComputerVisionOCR.Scale": "1", | ||
22 | + "UiPath.UiAutomation.Activities.MicrosoftAzureComputerVisionOCR.Language": "AutoDetect" | ||
23 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "UiPath.System.Activities.AddDataColumn.AllowDBNull": "True", | ||
3 | + "UiPath.System.Activities.AddDataColumn.AutoIncrement": "False", | ||
4 | + "UiPath.System.Activities.AddDataColumn.MaxLength": "100", | ||
5 | + "UiPath.System.Activities.AddDataColumn.Unique": "False", | ||
6 | + "UiPath.System.Activities.ReadTextFile.Encoding": "", | ||
7 | + "UiPath.System.Activities.WriteTextFile.Encoding": "", | ||
8 | + "UiPath.System.Activities.AppendLine.Encoding": "", | ||
9 | + "UiPath.System.Activities.FilterDataTable.FilterRowsMode": "Keep", | ||
10 | + "UiPath.System.Activities.InvokeWorkflowFile.Timeout": "0", | ||
11 | + "UiPath.System.Activities.LogMessage.Level": "Info", | ||
12 | + "UiPath.System.Activities.MessageBox.Buttons": "Ok", | ||
13 | + "UiPath.System.Activities.MessageBox.TopMost": "True", | ||
14 | + "UiPath.System.Activities.OrchestratorHTTPRequest.RelativeEndpoint": "", | ||
15 | + "UiPath.System.Activities.RetryScope.NumberOfRetries": "3", | ||
16 | + "UiPath.System.Activities.RetryScope.RetryInterval": "5000" | ||
17 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "UiPath.UIAutomationNext.Activities.Generic.DelayAfter": "0.3", | ||
3 | + "UiPath.UIAutomationNext.Activities.Generic.DelayBefore": "0.2", | ||
4 | + "UiPath.UIAutomationNext.Activities.Generic.Timeout": "30", | ||
5 | + "UiPath.UIAutomationNext.Activities.Generic.WaitForReady": "Interactive", | ||
6 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.InteractionMode": "Simulate", | ||
7 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.FullSelector": "False", | ||
8 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.FuzzySelector": "True", | ||
9 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.Image": "True", | ||
10 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.Anchors": "True", | ||
11 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.IgnoreSelectorsWithIdx": "True", | ||
12 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.FullSelector": "True", | ||
13 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.FuzzySelector": "True", | ||
14 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.Image": "True", | ||
15 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.Anchors": "True", | ||
16 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.IgnoreSelectorsWithIdx": "True", | ||
17 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.FullSelector": "True", | ||
18 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.FuzzySelector": "False", | ||
19 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.Image": "False", | ||
20 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.Anchors": "False", | ||
21 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.IgnoreSelectorsWithIdx": "True", | ||
22 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.FullSelector": "True", | ||
23 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.FuzzySelector": "True", | ||
24 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.Image": "True", | ||
25 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.Anchors": "True", | ||
26 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.IgnoreSelectorsWithIdx": "True", | ||
27 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.FullSelector": "True", | ||
28 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.FuzzySelector": "True", | ||
29 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.Image": "True", | ||
30 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.Anchors": "True", | ||
31 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.IgnoreSelectorsWithIdx": "True", | ||
32 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.FullSelector": "True", | ||
33 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.FuzzySelector": "True", | ||
34 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.Image": "True", | ||
35 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.Anchors": "True", | ||
36 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.IgnoreSelectorsWithIdx": "True", | ||
37 | + "UiPath.UIAutomationNext.Activities.VerifyExecution.Timeout": "10", | ||
38 | + "UiPath.UIAutomationNext.Activities.VerifyExecution.Retry": "True", | ||
39 | + "UiPath.UIAutomationNext.Activities.VerifyExecution.VerifyTypedText": "False", | ||
40 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.CloseMode": "IfOpenedByAppBrowser", | ||
41 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.OpenMode": "IfNotOpen", | ||
42 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.ResizeWindow": "None", | ||
43 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.UserDataFolderMode": "Automatic", | ||
44 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.UserDataFolderPath": "", | ||
45 | + "UiPath.UIAutomationNext.Activities.KeyboardEvents.ClickBeforeMode": "Single", | ||
46 | + "UiPath.UIAutomationNext.Activities.KeyboardEvents.DelayBetweenKeys": "0.02", | ||
47 | + "UiPath.UIAutomationNext.Activities.KeyboardEvents.DelayBetweenShortcuts": "0.5", | ||
48 | + "UiPath.UIAutomationNext.Activities.KeyboardEvents.EmptyFieldMode": "SingleLine", | ||
49 | + "UiPath.UIAutomationNext.Activities.CheckState.CheckStateTimeout": "5", | ||
50 | + "UiPath.UIAutomationNext.Activities.DataScrape.DelayBetweenPages": "1.5", | ||
51 | + "UiPath.UIAutomationNext.Activities.Highlight.HighlightTime": "2", | ||
52 | + "UiPath.UIAutomationNext.Activities.Hover.HoverTime": "1", | ||
53 | + "UiPath.UIAutomationNext.Activities.Logging.SearchLog": "False", | ||
54 | + "UiPath.UIAutomationNext.Activities.Logging.SearchPerformanceLog": "False" | ||
55 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "UiPath.Excel.Activities.StartExcel.LaunchExcelMethod": "Automation", | ||
3 | + "UiPath.Excel.Activities.StartExcel.LaunchExcelTimeout": "20", | ||
4 | + "UiPath.Excel.Activities.ExcelVisibility.ShowExcelWindow": "True", | ||
5 | + "UiPath.Excel.Activities.ExcelVisibility.DisplayAlerts": "False", | ||
6 | + "UiPath.Excel.Activities.UseExcelFile.ReadFormatting": "Default", | ||
7 | + "UiPath.Excel.Activities.ExcelAutoComplete.ExcelAutoCompleteType": "Default" | ||
8 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "UiPath.UiAutomation.Activities.Generic.DelayBeforeMS": "200", | ||
3 | + "UiPath.UiAutomation.Activities.Generic.DelayAfterMS": "300", | ||
4 | + "UiPath.UiAutomation.Activities.Generic.TimeoutMS": "30000", | ||
5 | + "UiPath.UiAutomation.Activities.Generic.WaitForReady": "INTERACTIVE", | ||
6 | + "UiPath.UiAutomation.Activities.Generic.AlterIfDisabled": "False", | ||
7 | + "UiPath.UiAutomation.Activities.Browser.BrowserType": "IE", | ||
8 | + "UiPath.UiAutomation.Activities.Browser.Private": "False", | ||
9 | + "UiPath.UiAutomation.Activities.Browser.NewSession": "False", | ||
10 | + "UiPath.UiAutomation.Activities.Browser.Hidden": "False", | ||
11 | + "UiPath.UiAutomation.Activities.Browser.CommunicationMethod": "Native", | ||
12 | + "UiPath.UiAutomation.Activities.Browser.UserDataFolderMode": "Automatic", | ||
13 | + "UiPath.UiAutomation.Activities.Browser.UserDataFolderPath": "", | ||
14 | + "UiPath.UiAutomation.Activities.Callout.Timer": "0", | ||
15 | + "UiPath.UiAutomation.Activities.DataScrape.DelayBetweenPagesMS": "300", | ||
16 | + "UiPath.UiAutomation.Activities.ElementExists.TimeoutMS": "30000", | ||
17 | + "UiPath.UiAutomation.Activities.Highlight.HighlightTime": "1000", | ||
18 | + "UiPath.UiAutomation.Activities.KeyboardEvents.SendWindowMessages": "False", | ||
19 | + "UiPath.UiAutomation.Activities.KeyboardEvents.ClickBeforeTyping": "False", | ||
20 | + "UiPath.UiAutomation.Activities.KeyboardEvents.EmptyField": "False", | ||
21 | + "UiPath.UiAutomation.Activities.KeyboardEvents.SimulateType": "False", | ||
22 | + "UiPath.UiAutomation.Activities.SendHotkey.SendWindowMessages": "False", | ||
23 | + "UiPath.UiAutomation.Activities.MouseEvents.SendWindowMessages": "False", | ||
24 | + "UiPath.UiAutomation.Activities.MouseEvents.SimulateClick": "False", | ||
25 | + "UiPath.UiAutomation.Activities.MouseEvents.SimulateHover": "False", | ||
26 | + "UiPath.UiAutomation.Activities.Screenshot.WaitBefore": "300" | ||
27 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "UiPath.CV.Activities.GenericCV.DelayBeforeMS": "300", | ||
3 | + "UiPath.CV.Activities.GenericCV.DelayAfterMS": "0", | ||
4 | + "UiPath.CV.Activities.GenericCV.TimeoutMS": "30000", | ||
5 | + "UiPath.CV.Activities.GenericCV.DelayBetweenKeys": "100", | ||
6 | + "UiPath.CV.Activities.CvScope.CVMethod": "ElementDetection|OCR", | ||
7 | + "UiPath.CV.Activities.CvScope.Server": "https://cv.uipath.com", | ||
8 | + "UiPath.CV.Activities.CvScope.ApiKey": "", | ||
9 | + "UiPath.CV.Activities.CvScope.UseLocalServer": "False" | ||
10 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "DefaultOCREngine": "UiPath.OCR.Activities.UiPathScreenOCR, UiPath.OCR.Activities", | ||
3 | + "UiPath.OCR.Activities.UiPathScreenOCR.Endpoint": "https://ocr.uipath.com/", | ||
4 | + "UiPath.OCR.Activities.UiPathScreenOCR.ApiKey": "", | ||
5 | + "UiPath.OCR.Activities.UiPathDocumentOCR.Endpoint": "https://du.uipath.com/ocr", | ||
6 | + "UiPath.OCR.Activities.UiPathDocumentOCR.ApiKey": "", | ||
7 | + "UiPath.UiAutomation.Activities.GoogleCloudOCR.ApiKey": "", | ||
8 | + "UiPath.UiAutomation.Activities.GoogleCloudOCR.Scale": "1", | ||
9 | + "UiPath.UiAutomation.Activities.GoogleCloudOCR.Language": null, | ||
10 | + "UiPath.UiAutomation.Activities.GoogleOCR.AllowedCharacters": "", | ||
11 | + "UiPath.UiAutomation.Activities.GoogleOCR.DeniedCharacters": "", | ||
12 | + "UiPath.UiAutomation.Activities.GoogleOCR.Invert": "False", | ||
13 | + "UiPath.UiAutomation.Activities.GoogleOCR.Profile": "Legacy", | ||
14 | + "UiPath.UiAutomation.Activities.GoogleOCR.Scale": "2", | ||
15 | + "UiPath.UiAutomation.Activities.GoogleOCR.Language": "eng", | ||
16 | + "UiPath.UiAutomation.Activities.MicrosoftOCR.Profile": "Legacy", | ||
17 | + "UiPath.UiAutomation.Activities.MicrosoftOCR.Scale": "1", | ||
18 | + "UiPath.UiAutomation.Activities.MicrosoftOCR.Language": "en", | ||
19 | + "UiPath.UiAutomation.Activities.MicrosoftAzureComputerVisionOCR.ApiKey": "", | ||
20 | + "UiPath.UiAutomation.Activities.MicrosoftAzureComputerVisionOCR.Endpoint": "", | ||
21 | + "UiPath.UiAutomation.Activities.MicrosoftAzureComputerVisionOCR.Scale": "1", | ||
22 | + "UiPath.UiAutomation.Activities.MicrosoftAzureComputerVisionOCR.Language": "AutoDetect" | ||
23 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "UiPath.System.Activities.AddDataColumn.AllowDBNull": "True", | ||
3 | + "UiPath.System.Activities.AddDataColumn.AutoIncrement": "False", | ||
4 | + "UiPath.System.Activities.AddDataColumn.MaxLength": "100", | ||
5 | + "UiPath.System.Activities.AddDataColumn.Unique": "False", | ||
6 | + "UiPath.System.Activities.ReadTextFile.Encoding": "", | ||
7 | + "UiPath.System.Activities.WriteTextFile.Encoding": "", | ||
8 | + "UiPath.System.Activities.AppendLine.Encoding": "", | ||
9 | + "UiPath.System.Activities.FilterDataTable.FilterRowsMode": "Keep", | ||
10 | + "UiPath.System.Activities.InvokeWorkflowFile.Timeout": "0", | ||
11 | + "UiPath.System.Activities.LogMessage.Level": "Info", | ||
12 | + "UiPath.System.Activities.MessageBox.Buttons": "Ok", | ||
13 | + "UiPath.System.Activities.MessageBox.TopMost": "True", | ||
14 | + "UiPath.System.Activities.OrchestratorHTTPRequest.RelativeEndpoint": "", | ||
15 | + "UiPath.System.Activities.RetryScope.NumberOfRetries": "3", | ||
16 | + "UiPath.System.Activities.RetryScope.RetryInterval": "5000" | ||
17 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "UiPath.UIAutomationNext.Activities.Generic.DelayAfter": "0.3", | ||
3 | + "UiPath.UIAutomationNext.Activities.Generic.DelayBefore": "0.2", | ||
4 | + "UiPath.UIAutomationNext.Activities.Generic.Timeout": "30", | ||
5 | + "UiPath.UIAutomationNext.Activities.Generic.WaitForReady": "Interactive", | ||
6 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.InteractionMode": "Simulate", | ||
7 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.FullSelector": "False", | ||
8 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.FuzzySelector": "True", | ||
9 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.Image": "True", | ||
10 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.Anchors": "True", | ||
11 | + "UiPath.UIAutomationNext.Activities.SearchStepsWeb.IgnoreSelectorsWithIdx": "True", | ||
12 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.FullSelector": "True", | ||
13 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.FuzzySelector": "True", | ||
14 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.Image": "True", | ||
15 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.Anchors": "True", | ||
16 | + "UiPath.UIAutomationNext.Activities.SearchStepsJava.IgnoreSelectorsWithIdx": "True", | ||
17 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.FullSelector": "True", | ||
18 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.FuzzySelector": "False", | ||
19 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.Image": "False", | ||
20 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.Anchors": "False", | ||
21 | + "UiPath.UIAutomationNext.Activities.SearchStepsSAP.IgnoreSelectorsWithIdx": "True", | ||
22 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.FullSelector": "True", | ||
23 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.FuzzySelector": "True", | ||
24 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.Image": "True", | ||
25 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.Anchors": "True", | ||
26 | + "UiPath.UIAutomationNext.Activities.SearchStepsUIA.IgnoreSelectorsWithIdx": "True", | ||
27 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.FullSelector": "True", | ||
28 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.FuzzySelector": "True", | ||
29 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.Image": "True", | ||
30 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.Anchors": "True", | ||
31 | + "UiPath.UIAutomationNext.Activities.SearchStepsAA.IgnoreSelectorsWithIdx": "True", | ||
32 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.FullSelector": "True", | ||
33 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.FuzzySelector": "True", | ||
34 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.Image": "True", | ||
35 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.Anchors": "True", | ||
36 | + "UiPath.UIAutomationNext.Activities.SearchStepsWnd.IgnoreSelectorsWithIdx": "True", | ||
37 | + "UiPath.UIAutomationNext.Activities.VerifyExecution.Timeout": "10", | ||
38 | + "UiPath.UIAutomationNext.Activities.VerifyExecution.Retry": "True", | ||
39 | + "UiPath.UIAutomationNext.Activities.VerifyExecution.VerifyTypedText": "False", | ||
40 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.CloseMode": "IfOpenedByAppBrowser", | ||
41 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.OpenMode": "IfNotOpen", | ||
42 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.ResizeWindow": "None", | ||
43 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.UserDataFolderMode": "Automatic", | ||
44 | + "UiPath.UIAutomationNext.Activities.ApplicationCard.UserDataFolderPath": "", | ||
45 | + "UiPath.UIAutomationNext.Activities.KeyboardEvents.ClickBeforeMode": "Single", | ||
46 | + "UiPath.UIAutomationNext.Activities.KeyboardEvents.DelayBetweenKeys": "0.02", | ||
47 | + "UiPath.UIAutomationNext.Activities.KeyboardEvents.DelayBetweenShortcuts": "0.5", | ||
48 | + "UiPath.UIAutomationNext.Activities.KeyboardEvents.EmptyFieldMode": "SingleLine", | ||
49 | + "UiPath.UIAutomationNext.Activities.CheckState.CheckStateTimeout": "5", | ||
50 | + "UiPath.UIAutomationNext.Activities.DataScrape.DelayBetweenPages": "1.5", | ||
51 | + "UiPath.UIAutomationNext.Activities.Highlight.HighlightTime": "2", | ||
52 | + "UiPath.UIAutomationNext.Activities.Hover.HoverTime": "1", | ||
53 | + "UiPath.UIAutomationNext.Activities.Logging.SearchLog": "False", | ||
54 | + "UiPath.UIAutomationNext.Activities.Logging.SearchPerformanceLog": "False" | ||
55 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{ | ||
2 | + "UiPath.Excel.Activities.StartExcel.LaunchExcelMethod": "Automation", | ||
3 | + "UiPath.Excel.Activities.StartExcel.LaunchExcelTimeout": "20", | ||
4 | + "UiPath.Excel.Activities.ExcelVisibility.ShowExcelWindow": "True", | ||
5 | + "UiPath.Excel.Activities.ExcelVisibility.DisplayAlerts": "False", | ||
6 | + "UiPath.Excel.Activities.UseExcelFile.ReadFormatting": "Default", | ||
7 | + "UiPath.Excel.Activities.ExcelAutoComplete.ExcelAutoCompleteType": "Default" | ||
8 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
Scrap-Automation/.tmh/config.json
0 → 100644
Scrap-Automation/Main.xaml
0 → 100644
This diff could not be displayed because it is too large.
Scrap-Automation/Sample.docx
0 → 100644
No preview for this file type
Scrap-Automation/Sample.pdf
0 → 100644
No preview for this file type
Scrap-Automation/project.json
0 → 100644
1 | +{ | ||
2 | + "name": "Scrap-Automation", | ||
3 | + "description": "Scrap Automation of the foreign article's headline using RPA solution", | ||
4 | + "main": "Main.xaml", | ||
5 | + "dependencies": { | ||
6 | + "BalaReva.EasyDataTable.Activities": "[3.0.1]", | ||
7 | + "BalaReva.Word.Activities": "[6.2.1]", | ||
8 | + "UiPath.Excel.Activities": "[2.10.4]", | ||
9 | + "UiPath.Mail.Activities": "[1.10.4]", | ||
10 | + "UiPath.System.Activities": "[21.4.0]", | ||
11 | + "UiPath.UIAutomation.Activities": "[21.4.2]", | ||
12 | + "UiPath.Word.Activities": "[1.6.4]" | ||
13 | + }, | ||
14 | + "webServices": [], | ||
15 | + "entitiesStores": [], | ||
16 | + "schemaVersion": "4.0", | ||
17 | + "studioVersion": "21.4.1.0", | ||
18 | + "projectVersion": "1.0.0", | ||
19 | + "runtimeOptions": { | ||
20 | + "autoDispose": false, | ||
21 | + "isPausable": true, | ||
22 | + "requiresUserInteraction": true, | ||
23 | + "supportsPersistence": false, | ||
24 | + "excludedLoggedData": [ | ||
25 | + "Private:*", | ||
26 | + "*password*" | ||
27 | + ], | ||
28 | + "executionType": "Workflow", | ||
29 | + "readyForPiP": false, | ||
30 | + "startsInPiP": false | ||
31 | + }, | ||
32 | + "designOptions": { | ||
33 | + "projectProfile": "Developement", | ||
34 | + "outputType": "Process", | ||
35 | + "libraryOptions": { | ||
36 | + "includeOriginalXaml": false, | ||
37 | + "privateWorkflows": [] | ||
38 | + }, | ||
39 | + "processOptions": { | ||
40 | + "ignoredFiles": [] | ||
41 | + }, | ||
42 | + "fileInfoCollection": [], | ||
43 | + "modernBehavior": false | ||
44 | + }, | ||
45 | + "expressionLanguage": "VisualBasic", | ||
46 | + "entryPoints": [ | ||
47 | + { | ||
48 | + "filePath": "Main.xaml", | ||
49 | + "uniqueId": "a6f2a0b1-b527-41f3-ab21-fcb42f925d80", | ||
50 | + "input": [], | ||
51 | + "output": [] | ||
52 | + } | ||
53 | + ], | ||
54 | + "isTemplate": false, | ||
55 | + "templateProjectData": {}, | ||
56 | + "publishData": {}, | ||
57 | + "targetFramework": "Legacy" | ||
58 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
Scrap-Automation/~$Sample.docx
0 → 100644
No preview for this file type
-
Please register or login to post a comment