Can Sikuli be used for web testing?
问题 I was working with Sikuli for desktop application like notepad, but want to know like can I open new tab in browser using Sikuli? 回答1: Yes, using Sikuli you can also automate browser. Take images of required web elements (Open new tab button in your case) and stimulate click action using Sikuli APIs. 回答2: Yes, you can use Sikuli for web testing. In this code example, you can use sikuli app to: open browser --> New tab --> Give a like on a webpage (UTAD in this case): click("mozilla_icon.png")