TESTAR_dev icon indicating copy to clipboard operation
TESTAR_dev copied to clipboard

Derive actions in Qt applications and enable SUTProcesses settings for multi-processes

Open ferpasri opened this issue 1 year ago • 1 comments

  1. Derive actions in Qt applications
  • WindowInteractionState seems not a supported property for Qt applications
  • In these cases, avoid marking Qt elements as "blocked"
  • To avoid deriving actions in Qt elements outside the active Qt window, create the method isQtElementVisibleOnModalScreen when obtaining the state.
  1. Enable SUTProcesses settings for multi-processes
  • Add the SUTProcesses setting to the Advanced dialog to allow users a more manageable configuration for Desktop SUT multi-processes
  • The new WinProcess implementation also allows executing a launcher .exe file and connecting to the configured multi-processes even if the launcher process finishes.
multiprocess
  1. Remove old debugging code from the Windows StateFetcher class

ferpasri avatar Apr 02 '24 14:04 ferpasri

Possible applications to test with:

OBS studio WPS Office (Issue #371) Libre office

ramondevries avatar May 07 '24 07:05 ramondevries