Is there a way to monitor Action had been performed in Applications? For Example the User opens a new TAB in Safari. Im try to monitor these actions. I'm searching for a Class which recognize these kind of actions!!

Anybody a tip or a idea?

Thanks

Togo

有帮助吗?

解决方案

Generally, no. A tab in Safari has no meaning or representation elsewhere in the system. It's just data inside the Safari process which is not accessible to other processes nor would they know how to interpret it if it were.

That said, the Accessibility API is probably the closest you can get to this. An accessible app should inform the system about changes to its GUI and an accessibility client can observe that.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top