-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I fail to run widows appium sample test #557
Comments
What version or WinAppDriver are you using? Make sure that it its version 1.2.1 specifically. |
It is 1.2.1 |
Just tried this with the code here and my setup on Windows 11 and it all works as intended. So it has to be some kind of configuration thing on your machine I'm afraid. As of .NET 9 the default is to produce unpackaged apps for Windows. Maybe that is a factor here? |
I am not entirely sure about what you are refering to but I tried to pack the sample app in visual studio and run the test after that. I get the same |
I also just tried to set the |
I downloaded every item nessesery, am running the windows application driver and trying to run the up to date sample UI tests.
WAD produces this:
I get this error from maui-samples\9.0\UITesting\BasicAppiumNunitSample\UITests.Windows\AppiumSetup.cs:line 34
OpenQA.Selenium.WebDriverArgumentException: 'Bad capabilities. Specify either app or appTopLevelWindow to create a session'
What am I doing wrong? Might the sample app be broken?
The text was updated successfully, but these errors were encountered: