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 10 forks source link

macOS desktop tracer record correct app title #218

Closed rundong08 closed 11 months ago

rundong08 commented 11 months ago

Fixed #148

rundong08 commented 11 months ago

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

BobEvans commented 11 months ago

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

rundong08 commented 11 months 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 11 months ago

Cool. Let me know when it is ready.

rundong08 commented 11 months 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 11 months ago

Thanks!