← Back to team overview

sikuli-driver team mailing list archive

[Question #156266]: How to pass command line arguments to App?

 

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

App class has open method. This method has only one argument - path to application file:
App.open("c:\\Program Files\\Mozilla Firefox\\Firefox.exe")

I want run application with command line arguments. Is it possible? How can I do it?

I try add command line arguments to argument of open function. But it does not work with such argument.

App.open("D:\\My_App.exe D:\\file_to_open.dae") #this command does not open my application

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.