← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #683826]: SikuliX on Linux Mint launch scrcpy from SikuliX script

 

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

Mike Praeuner posted a new comment:
That got me going in the right direction!

I ended up using:
        app = App.run('gnome-terminal -e "scrcpy -S" &')
#        app.open(5)
#        reg = app.window(0)

The two commented out lines were from my windows script - they create a error now
App vs App.run 

Because scrcpy and sikuli both use the terminal for output I needed to
spawn a separate terminal window

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