-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Windows 11 Gui test Wndorms. #292
Comments
Please provide the full server log |
I guess you're asking about client implementation (before sending a request to appium server) https://github.com/appium/dotnet-client/blob/66a1c5f9400a3d0981990d4d0379d68c051dcc7e/test/integration/Windows/ClickElementTest.cs might help, or asking such a generation question in https://discuss.appium.io/ also should help. |
thank i will look in the provided sample link. |
After installing the latest windriver and starting it.
I' have tried to write my first test
`
private new WindowsDriver? _driver;
const string editorsDemoPath =
@"C:\Work\2022.1\Demos.Win\EditorsDemos\CS\EditorsMainDemo\bin\Debug\EditorsMainDemo.exe";
`
but this produces an error
as WindowsDriver is unkown.
error (aktive) CS0308 Type "WindowsDriver" is not generic and can not be used as Typargument
Is there a solution for this possible
?
The text was updated successfully, but these errors were encountered: