YWinAppDriver
YWinAppDriver copied to clipboard
Notepad.exe Test failed
app is launched, but match window is failed
I try use forceMatchClassName like that: appCapabilities.SetCapability("forceMatchClassName", "Notepad");
it seems work.
\YWinAppDriver\test\WinAppDriver.IntegrationTest\NotepadTest.cs seems has the same problem, sessionId returns null.
I copy the whole folder where notepad.exe is from C:\ to the D:\, and change the AppIds public const string Notepad = "D:\system32\notepad.exe";
fix error, add another parameter