18/08/23 12:44:31.29 E69zRD1X0.net
>>342
サンプルを参考にfirefoxだと
#include Acc.ahk
^b::
h := % Acc_GetLocation()["h"]
MsgBox,%h%
return
Acc_GetLocation(x="",y=""){
Acc := Acc_ObjectFromPoint(ChildId,x,y)
return Acc_Location(Acc,ChildId,Location)
}
のように書いたら動きました
ありがとうございました