I’m currently checking how key is working for scripting and I was a bit surprised by the below results.
open /system/apps/WebPositive
hey WebPositive count Window
Reply BMessage(B_REPLY):
"result" (B_INT32_TYPE) : 6 (0x00000006)
"error" (B_INT32_TYPE) : 0 (0x00000000)
WebPositive is considering to have 6 windows at the start.
open /system/apps/Iceweasel/Iceweasel
hey Iceweasel count Window
Reply BMessage(B_REPLY):
"result" (B_INT32_TYPE) : 1 (0x00000001)
"error" (B_INT32_TYPE) : 0 (0x00000000)
I would expect one window like with Iceweasel
Someone knows what could be the reason ?