sikuli_ruby icon indicating copy to clipboard operation
sikuli_ruby copied to clipboard

JRuby wrapper around sikuli java classes

Results 4 sikuli_ruby issues
Sort by recently updated
recently updated
newest added

Hi Team, I am running Jruby (1.7.9) with Cucumber to execute Sikuli scripts (v0.3.0). Based on the error message, I suspect the error is Sikuli based. The error I am...

Enviornment: jre7, jruby1.7.3, sikuli(gem package. Version:0.3.0) Here is my code: When /^I activate app "([^"]*)"$/ do |title| @app = Sikuli::App.new(title) @app.focus @app.window.find!("Start.png") end It will report the following error when...

using jruby-1.6.5 in 1.9 mode and 1.8 mode I seem to be having trouble gettting text_edit = Sikuli::App.new("TextEdit") to actually open the application When I run the specs I get...