← Back to team overview

sikuli-driver team mailing list archive

[Question #676661]: SikuliX IDE to type path to input form

 

New question #676661 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676661

I use following code in SikuliX IDE 1.1.4 to click in a text input field and type a folder path in it.

records = Dir.glob("**/*/")
records.each do |item|
    click("1544078258957.png")    
    type(item)
end
I get error message:

[error] --- Traceback --- error source first line: class ( method ) file 77: RUBY ( block in click ) uri:classloader:/Lib/sikulix.rb 129: org.jruby.RubyMethod ( call ) org/jruby/RubyMethod.java 156: RUBY ( block in click ) uri:classloader:/Lib/sikulix.rb 7: RUBY ( )

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.