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

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

Status: Answered => Open

William Handrigan is still having a problem:
Yes, that's what I tried and the App.close(path) does nothing.

-- 
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


[Sikuli-driver] [Question #667994]: auto update of test elements

2018-04-16 Thread Marc Summers
New question #667994 on Sikuli:
https://answers.launchpad.net/sikuli/+question/667994

need to find out if sikulix already has a way to auto update a change through
out all of the tests, 
so for example, suppose I have 200 tests, and one or more
of the KEY elements that I use to check on the CEF WEB page gets changed, 
is there a way to automatically  go through all 200 tests and update those 
elements?

-- 
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-16 Thread William Handrigan
Question #667901 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/667901

Status: Answered => Open

William Handrigan is still having a problem:
That doesn't work. In that instance, the App.close() doesn't seem to do
anything.

-- 
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


[Sikuli-driver] [Question #668004]: capture all fields when press save button

2018-04-16 Thread wang haisheng
New question #668004 on Sikuli:
https://answers.launchpad.net/sikuli/+question/668004

there is a GUI system used for collecting data and I  just could not access 
their database to get all data out for transmit into another archive system.
system look like this one , when user start app,when press ok button we 
consider as finished data input, and i want to output
id:xx
no:xxx
name:
email:
code:
as a file 
how can i do this through sikuli?



-- 
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 #668004]: capture all fields when press save button

2018-04-16 Thread wang haisheng
Question #668004 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/668004

Description changed to:
there is a GUI system used for collecting data and I  just could not access 
their database to get all data out for transmit into another archive system.
system look like this one , 

https://user-
images.githubusercontent.com/2363295/38848370-675c0360-4239-11e8-8c5a-
954da623c85b.png


when user start app,after press ok button each time we consider as finished 
data input, and i want to output
id:xx
no:xxx
name:
email:
code:
as a file 
how can i do this through sikuli?

-- 
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-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


[Sikuli-driver] [Question #667983]: Crashing in Windows 10

2018-04-16 Thread Harikrishna R
New question #667983 on Sikuli:
https://answers.launchpad.net/sikuli/+question/667983

I have installed latest Sikuli and JAVA 8 (both jdk and jre) is already 
installed. Sikuli script executing successfully. But some time its become 
crashed. That means the machine restarted automatically while executing the 
script. I am using windows 10 64 bit operating system. May I know the reason 
for this. Is I missed anything? 

-- 
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