Question #189458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189458
scauto posted a new comment: Yeah, had a brief look, just considering my options. My requirement is to make a subset of Sikuli functionality available to a large set of distributed C# Selenium Grid tests. The main thing I need to do is get the co-ordinates of an image or text within an already captured screenshot. I see 3 main options so far: 1) Write a small Java command line application that exposes the required Sikuli functionality. I've got this working already, but ideally looking for a cleaner, more integrated way of doing it. 2) Wrap the same functionality in a web service - very similar to option 1 3) Somehow get access to parts of the Sikuli API directly through C# using IKVM or another method (preferred option) Option 3 is preferable, but I'm happy to stick with option 1 (already working) or option 2 if getting direct access through C# is problematic. I'm not massively familiar with the internals of Sikuli so might just stick with the Java/C# dual technology stack option for now. A C# implementation of the Sikuli API would definitely be great for the future! -- 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

