We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
调用方式一:
images.findMultiColors(captureScreen(), , , );
调用方式二
var screen = captureScreen(); images.findMultiColors(screen , , , );
以上两种方式调用,在运行脚本时均有可能触发“方法 images.findMultiColors 调用失败. 图像资源已被回收”报错。重新运行脚本又能正常运行。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
调用方式一:
调用方式二
以上两种方式调用,在运行脚本时均有可能触发“方法 images.findMultiColors 调用失败. 图像资源已被回收”报错。重新运行脚本又能正常运行。
The text was updated successfully, but these errors were encountered: