Dor Blayzer

Results 141 comments of Dor Blayzer

@valinprogress If you found a working workaround, can we close this issue? Taking into consideration WinAppDriver is no longer maintained by Microsoft.

@VitaliiPivtorak can you share where are those files located? let me check if i can try and repro from my machine

I think I found it as well. But not a lot of files there and the biggest one is 2KB I'll try to take a look on the code later...

@KazuCocoa, Do you know if it's enough to start the service? Or I should also send newSession to the driver to create that file?

Ok, so I have the way to repro this. but for now no luck after a couple of options I tried. i'll keep looking into it

thing is that also on windows those files are not cleaned up

I take it back. SIGINT works on Windows **manually**, Just needs to find a way to send it to the appium server via C# ![image](https://github.com/appium/dotnet-client/assets/59066376/caae0625-f397-426b-affd-59bf29d96418)

`Closes a process that has a user interface by sending a close message to its main window.` What if server wasn't started from cmd, meaning no visible window? I recall...

I already tried 2 of the most popular solutions I found online. [generateconsolectrlevent](https://learn.microsoft.com/en-us/windows/console/generateconsolectrlevent) which should generate SIGINT event [terminateprocess](https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-terminateprocess) which should generate SIGTERM event But none of them worked for...

> @Dor-bl Could you also please make sure the client does not add the `x-idempotency-key` header to all requests, but only to the session creation ones? > > The server...