Skip to content
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

WinAppDriver doesn't work with java sample #496

Closed
rubens1287 opened this issue Sep 16, 2018 · 1 comment
Closed

WinAppDriver doesn't work with java sample #496

rubens1287 opened this issue Sep 16, 2018 · 1 comment

Comments

@rubens1287
Copy link

I am trying to run my test with java, but it is not work, so I tried to run with Visual Studio and it is work very well.

I am using WinAppDriver.exe

image

I receive this error when I run my test with Java and Intellij, my code is the same of microsoft's oficial repo.

  • My machine is windows 10
  • My machine is able to developer mode
  • My machine has WinAppDriver.exe instaled

-JAVA
image

-VISUAL STUDIO
image

can someone helps me with this error?

I very appreciate for some help.

@rubens1287
Copy link
Author

Hi everyone,

I solved the problem with changing the dependency of appium, now I am using the

    <dependency>
        <groupId>io.appium</groupId>
        <artifactId>java-client</artifactId>
        <version>5.0.2</version>
    </dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant