Question #189458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189458
daluu posted a new comment: Regarding comment #9 and another alternative to the various solutions to have Sikuli interop with .NET/C#. For something that would require minimal work/effort to consume on the .NET side, a potentially good option is to wrap Sikuli around the WebDriver API (JSONWireProtocol). Then you start up this wrapped Sikuli WebDriver server and can consume it in .NET via the .NET WebDriver bindings. Here's my attempt at along with wiki page that outlines how you map Sikuli to WebDriver for image/element manipulation and location strategies: https://github.com/daluu/SikuliDriverServer https://github.com/daluu/SikuliDriverServer/wiki/WebDriver-API-command-support-and-mapping-to-Sikuli-API now if only I could get it working. Maybe someone can help me with that... Tip: for those that are .NET pros here that are looking into this, there is a Selenium server in .NET that you could retrofit for Sikuli as well: https://github.com/jimevans/strontium -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

