-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 is launching the test application endlessly when starting the test #2048
Comments
@DHowett can you please help with this issue? thanks! |
I can also say that when trying to run |
if you are using a bat file you need to create a root session and acquire a session on opened window. |
@anunay1 Can you detail more what do you mean? |
check #1157 |
You need to create a root session and then create a session with opened application. It's like you do with splash application. |
@anunay1 How do I find my appTopLevelWindow hex number? I used the Inspect.exe app, but the hex hwnd value is changing all the time? each session is showing a differnt hex |
Thanks @anunay1 it helped; I just wonder,
What am I missing? (Also when running |
Then there are no automation properties implemented in the application. |
If the application is under your control ask them to implement automation properties |
thanks, going to ask the app devs |
@anunay1 I am trying to understand something.
I launched both (Is it possible to have a teams call?) |
I also called to |
Is it a java application? |
Yes, java app |
Winappdriver will not work it's only for win32, wpf and uwp applications. |
I am running the following script:
In order to have the windows app
C:\\ondemandanalysis-0.3.0.36\\oda.bat
, download it from https://drive.google.com/file/d/18qgnRtSXGh14nN0iVGCP_WEUMEkp1diR/view?usp=drive_linkExpected Behavior
Appium should launch the application once and print to screen the app elements.
Appium Server logs: https://github.com/bwomsm1/AppiumLogs/blob/master/appium_win.log
The text was updated successfully, but these errors were encountered: