← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #698815]: Pass parameter to openApp

 

Question #698815 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/698815

Chetan posted a new comment:
Thanks Raiman like always.
below code solved it

    path1=r"C:\Program Files\Adobe\Acrobat Trunk\Acrobat\Acrobat.exe"

    file=r"C:\test.pdf"
    someApp = App(path1)
    someApp.setUsing(file)
    someApp.open()

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