We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50d0dc commit a182b47Copy full SHA for a182b47
test/integration/Windows/ClickElementTest.cs
@@ -29,6 +29,7 @@ public class ClickElementTest
29
public void BeforeAll()
30
{
31
var appCapabilities = new AppiumOptions();
32
+ appCapabilities.AutomationName = "Windows";
33
appCapabilities.App = "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App";
34
appCapabilities.DeviceName = "WindowsPC";
35
appCapabilities.PlatformName = "Windows";
0 commit comments