← Back to team overview

sikuli-driver team mailing list archive

[Question #707415]: is it possible to focus on process name

 

New question #707415 on SikuliX:
https://answers.launchpad.net/sikuli/+question/707415

is it possible to focus on process name? 
focus based on title does not work always for me

so i am getting process name from powershell using below command and wanted to pass it to focus like 
app.focus("acrobat")


ps script
Get-Process | Where-Object { $_.Name -eq "Acrobat" }







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