← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #685902]: Notepad file name *.properties attribute change dynamically

 

Question #685902 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/685902

    Status: Open => Answered

Mike proposed the following answer:
Sikulix's special claim to fame is it scripts visual interfaces. So you
need to choose visual interfaces. So the first thing is to run through
the process manually. From that, you can decide how to automate the
process.

In your case you might use Wordpad to open listoffileslocation.txt. You
may be able to locate the list of files by location ie it may appear at
a predictable offset from some invariant feature of the Wordpad window.
Then you open a second Wordpad window and open application.properties.
Highlight the file name and cut and paste in the relevant item from the
list file. Save it. Close it and then open a console window that allows
you to run run.bat, and call it. Observe the console until you detect it
has completed and then progress to the next file in the list, and repeat
until you have reached the end of the list of files.

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