Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我从桌面应用程序中单击一个按钮时,它会打开 chrome 浏览器。如何切换到桌面到 webview 并返回到桌面应用程序。
你不需要任何特别的东西。只需像往常一样单击按钮即可。
Sikuli 的强大之处在于它不受底层技术的影响。它看到了屏幕,仅此而已。
所以答案是:
click(ButtonInDesktopApp) click(ButtonInBrowser)