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

Cannot be used with multiprocess programs #371

Open
ghost-cai opened this issue Sep 13, 2023 · 2 comments
Open

Cannot be used with multiprocess programs #371

ghost-cai opened this issue Sep 13, 2023 · 2 comments

Comments

@ghost-cai
Copy link

Cannot be used with multiprocess programs. Such as WPS Office which from China.
Useing window_title ,the widget could not be detected. No green point.

@ferpasri
Copy link
Member

ferpasri commented Sep 15, 2023

Thanks @ghost-cai ,
I'm going to add more information about this issue to be tracked by our team.

System Under Test
WPS Office: https://www.wps.com/

SUT Connection Issues due to multiprocess (Maybe be related with #68 )

  • Using COMMAND_LINE with the default launcher "C:\Users\testar\AppData\Local\Kingsoft\WPS Office\ksolaunch.exe" does not work because the SUT later executes another process named wpx.exe. As mentioned, this is due to multiprocess limitations.

image

  • Using COMMAND_LINE with the executable "C:\Users\testar\AppData\Local\Kingsoft\WPS Office\12.2.0.13215\office6\wps.exe" launches the SUT and allows TESTAR to connect.

image

Widget recognition issue due to Qt system

  • The default desktop_generic protocol with the adequate COMMAND_LINE allows TESTAR to recognize the widgets but are recognized as Blocked by our UIAutomation. For this reason, these are not displayed as clickable (green dot).

image

image

@ferpasri
Copy link
Member

Working on a solution: master_desktop_Qt

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

No branches or pull requests

2 participants