'Application Event Trigger / Text changed' doesn't fire, but 'Element Attribute Change Trigger' does

Studio version: 2025.0.157
CustomerServiceCentral-Events.zip (165.8 KB)
As you see in the attached project, I’m trying to use the ‘UI Automation / Application / Application Event Trigger’ modern activity with ‘Event type = Text changed’, instead of the ‘Element Attribute Change Trigger’ ‘Attribute name = innerText’ classic activity, with the latest versions of the dependencies (see the attached project).
Only the classic activity works, the modern doesn’t.
Why?

=> How to make the ‘UI Automation / Application / Application Event Trigger’ modern activity with ‘Event type = Text changed’ work?

While debugging the project (F5), click this on ACME System 1 - Add Account :

  1. Trigger call
  2. Answer Call
  3. Hang up

Both triggers should react to the text change, shouldn’t they?

Looking at -

the Application Event Trigger with ‘Event type = Text changed’ does work for example for the INPUT WEBCTRL ‘callername’ of ACME System 1 - Add Account.

It seems the Application Event Trigger doesn’t work for WEBCTRL elements -

  • other than INPUT.

Related case:

  • 02563208_‘UI Automation / Application / Application Event Trigger’ with ‘Event type = Text changed’ - the trigger doesn’t work.