Not able to use typeinto activity

Hi

I am trying to use Type Into activiti
But it is goiving me below error
Can someone help in how to resolve this

Sharing logs as well

Error: System.Exception: The process cannot access the file ‘C:\Users\impadmin\Documents\UiPath\zip check.screenshots\93eb58cf2fe40d62560cb0fd999ddf71.png’ because it is being used by another process.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy…ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.Abstractions.FileWrapper.Open(String path, FileMode mode)
at UiPath.Activities.Api.Workflow.Activities.ScreenshotStorageService.SaveImageAsync(String imageName, Stream content)
at UiPath.UIAutomationNext.Services.ScreenshotService.SaveScreenshotWithStudio(Byte bytes, ImageFormat imageFormat)
at UiPath.UIAutomationNext.Services.ScreenshotService.SaveScreenshotAsync(String base64, ImageFormat imageFormat)
at UiPath.UIAutomationNext.Activities.Design.Services.UISelectionService.ProcessApplicationDataAsync(ISelectionApplicationData applicationData)
at UiPath.UIAutomationNext.Activities.Design.Recorder.ViewModels.RecorderHelperWindowViewModel.RecorderActionAddedInternal(ISelectionChanges selectionChanges)
at UiPath.UIAutomationNext.Activities.Design.Recorder.ViewModels.RecorderHelperWindowViewModel.RecorderActionAddedInternal(ISelectionChanges selectionChanges)
at UiPath.Shared.Recorder.Main.Selection.NotifySelectionConfirmed(Boolean ensureTargetExists)
at UiPath.Shared.Recorder.Main.Selection.Stop()
at UiPath.UIAutomationNext.Activities.Design.Recorder.ViewModels.RecorderHelperWindowViewModel.OnKeyUpInternalAsync(Object sender, KeyboardInputEventArgs e, Boolean forward)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2147024864

Thanks in advance

HI @Riya_Bansal

Check whether the png is opened in your machine?

Regards
Sudharsan

@Sudharsan_Ka

No it’s not opened.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.