Leevy
Results
1
issues of
Leevy
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...