tester.actionMouseMove(view,new ComponentLocation(new Point(425,175)));
tester.actionMouseRelease();
这两个方式actionMouseMove,actionMouseRelease存在错误,但是abbot包已经安装完毕,这是为什么呢?请求高手求助
错误信息
The method actionMouseMove(GuiView, ComponentLocation) is undefined for the type ComponentTester
The method actionMouseRelease() is undefined for the type ComponentTester