Re: [Sikuli-driver] [Question #667901]: App.close() closes Gmail instead of my app

2018-04-16 Thread vishal.mishra
Question #667901 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/667901

Status: Open => Answered

vishal.mishra proposed the following answer:
AppName=App("C:\\Path\\Company Name Software.exe")
if not AppName.window():
App.open("C:\\Path\\Company Name Software.exe")
App.close("C:\\Path\\Company Name Software.exe")

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #667901]: App.close() closes Gmail instead of my app

2018-04-13 Thread vishal.mishra
Question #667901 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/667901

Status: Open => Answered

vishal.mishra proposed the following answer:
Hi William- Could you try by giving static path to close the
application.

path="C:\\WINDOWS\\system32\\Notepad.exe"
App.open(path)
App.close(path)

Thanks- https://www.blog10.website/sikuli-tutorial-download-python-gui-
automation-script/

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #667848]: Trouble with paste cmd

2018-04-12 Thread vishal.mishra
Question #667848 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/667848

Status: Open => Answered

vishal.mishra proposed the following answer:
Hi Armel- You can use the command:  type("__CLICK-TO-CAPTURE__", text)
meaning type("screenshot of email textbox", "jean.dup...@gmail.com") and
then press tab with the help of type(Key.TAB) to populate next field and
use type("firstname") for further fields.

https://www.blog10.website/sikuli-tutorial-download-python-gui-
automation-script/

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp