sterodium / selenium-grid-extensions

Set of Selenium Grid extensions for a better UI tests.
Apache License 2.0
46 stars 23 forks source link

How to enable and access SikuliX OCR functions #50

Closed jips11in closed 6 years ago

jips11in commented 7 years ago

I was trying to find text() method on ScreenRegion Object but its not available. Can you please confirm if I can use OCR functionality of SikuliX and how?

jips11in commented 7 years ago

If you can give me the pointer , I can help to add sikuli OCR functionality if its not added yet? Any input would be very helpful.

echoAlexey commented 7 years ago

Hi @jips11in, as you can see we are using old Sikuli library -

<dependency>
       <groupId>org.sikuli</groupId>
       <artifactId>sikuli-api</artifactId>
       <version>1.2.0</version>
</dependency>

It would be a good idea to migrate to SikuliX :+1:

We are not actively maintaining this project, but if you are ready to contribute we can provide support from our side.

echoAlexey commented 6 years ago

SkX Not supported.