无法在 imacros 中使用文本区域按回车键

Can not press enter key with textarea in imacros

我刚刚尝试在 Firefox 中使用 imacros 按下回车键,但没有用。 我的div的照片是:

The image of my div

我尝试使用以下代码:

EVENT TYPE=KEYPRESS SELECTOR="HTML>BODY>#number>DIV:nth-of-type(5)>DIV:nth-of-type(3)>DIV:nth-of-type(2)>textarea" KEY=13

但不起作用,为什么 keypress 不能与 imacros 一起使用。 我的版本是: 8.9.7

有时其他关键事件类型可能会有所帮助:

EVENT TYPE=KEYDOWN SELECTOR="HTML>BODY>#number>DIV:nth-of-type(5)>DIV:nth-of-type(3)>DIV:nth-of-type(2)>textarea" KEY=13

EVENT TYPE=KEYUP SELECTOR="HTML>BODY>#number>DIV:nth-of-type(5)>DIV:nth-of-type(3)>DIV:nth-of-type(2)>textarea" KEY=13