google / taqo-paco

Desktop and new mobile client apps for the Paco user behavior research platform (https://www.pacoapp.com/).
Apache License 2.0
12 stars 7 forks source link

macOS desktop tracer record correct app title #218

Closed rundong08 closed 1 year ago

rundong08 commented 1 year ago

Fixed #148

rundong08 commented 1 year ago

The app name now works but the window title is still now working well. I will try to fix it.

BobEvans commented 1 year ago

Is this just correct title for Chrome apps? Will Electron (VS Code) allowlist will be a separate CL?

rundong08 commented 1 year ago

Is this just correct title for Chrome apps? Will Electron (VS Code) allowlist will be a separate CL?

Electron Apps will also be correctly recognized, e.g. VS Code will be identified as Code.

BobEvans commented 1 year ago

Cool. Let me know when it is ready.

rundong08 commented 1 year ago

Hi Bob, This PR is now ready for review. Window title is now properly handled. In applescript using of me after an object specifier will go back to the top level "namespace".

BobEvans commented 1 year ago

Thanks!