Sikuli 函数列表运营商
我刚刚发现了 Sikuli,并且希望看到全面的功能无需深入研究在线示例和演示即可列出列表。
有人找到过这样的列表吗?
此外,显然 Sikuli 还支持更复杂的循环和函数调用,并且似乎基于 Python(!!)。例子会很棒。
谢谢。
I've just discovered Sikuli, and would like to see a comprehensive functions list without digging through the online-examples and demos.
Has anyone found such a list?
Furthermore, apparently Sikuli supports more complex loops and function calls as well, and seems to be based in Python(!!). Examples would be great.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我猜您正在寻找此页面:
通用 API 索引
我花了一段时间才找到当我第一次研究 Sikuli 时就是这样。它解释了 Sikuli 中包含的类和函数的 API。在查看了一些 Hello World 风格的示例之后,这是下一个要去的地方。
I am guessing you were looking for this page:
The General API Index
It took me a while to find it when I was first looking into Sikuli. It explains the API of the classes and functions included with Sikuli. Its the next place to go after looking over a few Hello World-style examples.
太棒了,您找到了文档。您是否检查过他们的启动板项目以获取代码示例?如果没有,请注册 https://launchpad.net/sikuli 可以提出问题并给出答案。还有很多很好的代码示例。谨防 Surfdork 发布的愚蠢胡言乱语。
哎呀,这就是我。
我对 Sikuli 之外的问题有答案,例如使用 Sikuli 作为企业级测试工具所需的架构、图像管理、变量管理、配置 IDE 以使用 Sikuli 等。
干杯!
冲浪者
Excellent, you found the docs. Have you checked their launchpad project for code examples? If not, sign up https://launchpad.net/sikuli Questions can be asked and answers given. There are lots of good code examples as well. Beware of the idiotic drivel posted by Surfdork.
Oops, that's me.
I have answers for questions beyond Sikuli such as the architecture needed to use Sikuli as an enterprise level testing tool, image managment, variable managment, configuring an IDE to use Sikuli etc.
Cheers!
Surfdork
Sikuli 似乎已从 MIT 网站转移到 http://www.sikuli.org ,其中提供了演示和链接文档确实有效。
Sikuli seems to have moved from the MIT website to http://www.sikuli.org where the links to demos and documentation actually do work.
所有文档都可以在sikuli 主页找到。
All the docs can be found at the sikuli home page.