Re: [Sikuli-driver] [Question #709214]: [2.0.5] script doesn't close after VNC (Java) --- no solution

2024-03-26 Thread Davy Verbogt
Question #709214 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709214

Davy Verbogt posted a new comment:
They decided to change what VNC server they were using so i can't
connect to the system anymore. i now keep getting the error No matching
security types.

So for anyone that was also sruggeling with this. (I dont think that
alot of poeple are) I haven't been able to find a solution

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

___
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 #709463]: Sikulix cannot find search bar on Windows 11

2024-03-08 Thread Davy Verbogt
Question #709463 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709463

Davy Verbogt posted a new comment:
What would be the error that your recieving.

I did try to do this they way i have written my other test scripts and
it did work that way.

ImagePath.add(Path To Image);

Screen sc = new Screen();

sc.click(sc.wait("Win11.png"));
 sc.click(sc.wait("Search.png"));

sc.write("calc");
sc.type(Key.ENTER);

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

___
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 #709214]: [2.0.5] script doesn't close after VNC (Java) --- no solution

2024-02-26 Thread Davy Verbogt
Question #709214 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709214

Davy Verbogt posted a new comment:
No problem, I will just keep testing the way i test at te moment.

It will probebly only be a real problem when i build the program and at
the moment i am just running it through the IDE.

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

___
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 #709214]: [2.0.5] script doesn't close after VNC (Java)

2024-02-12 Thread Davy Verbogt
Question #709214 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709214

Davy Verbogt posted a new comment:
Apsolutly no problem. i can understand that you're realy busy.

I am already glad that you want to help

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

___
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 #709214]: script doesn't close after VNC (Java)

2024-02-12 Thread Davy Verbogt
Question #709214 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709214

Davy Verbogt gave more information on the question:
For what i have seen it seems to have to do with the mouse event.

If i dont use the Click command it does close.

When i look at the debugger. then it seems to hang on the
ReferenceHandler to be more precises, the processPendingReferences();
function.

https://prnt.sc/g2zgGNY_wCd7

In the link above it shows what is there for the debugger. and in the
last of that list called THREAD. in that one i can find things from
Sikulix.

https://prnt.sc/NZoFc7UicJza

As you can see in the link above

I hope the screenshots make it a bit more clear

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

___
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 #709214]: script doesn't close after VNC (Java)

2024-02-06 Thread Davy Verbogt
Question #709214 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709214

Status: Needs information => Open

Davy Verbogt gave more information on the question:
With at the moment i use intelij i meant that i use intelij as my ide.

what i do is.

i connect to the VNC

VNCScreen vnc= VNCScreen.start(IP, Port, Pass, 10, 1);

vnc.wait(thing);  i wait so see a certain screen

vnc.write(user);
vnc.type(Key.ENTER); it selects a user

vnc.wait(thing2); waits to be logged it

vnc.click(thing3); clicks on a button

vnc.stop();

System.exit(0);


and it doesnt close. the IDE keeps the script runinng. 
if i dont use click. the script does close. as i had moment where it couldn't 
find the first thing and the script did exit.

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

___
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 #709214]: script doesn't close after VNC (Java)

2024-02-06 Thread Davy Verbogt
Question #709214 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709214

Description changed to:
I am using Sikulix to make some automated tests.
I am using version 2.0.5 the latest api

I need to connect to a pc with VNC to test there. 
That all works but when the script reaches the end it never stops running.
Also if i call System.exit(0) it never stops.

At the moment i use Intelij and have to stop the scripts by hand.
If i dont run any click of wait methodes and only connect. the System.exit does 
actualy close the script.

Am i doing something wrong?

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

___
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 #709214]: script doesn't close after VNC (Java)

2024-02-06 Thread Davy Verbogt
New question #709214 on SikuliX:
https://answers.launchpad.net/sikuli/+question/709214

I am using Sikulix to make some automated tests.

I need to connect to a pc with VNC to test there. 
That all works but when the script reaches the end it never stops running.
Also if i call System.exit(0) it never stops.

At the moment i use Intelij and have to stop the scripts by hand.
If i dont run any click of wait methodes and only connect. the System.exit does 
actualy close the script.

Am i doing something wrong?

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

___
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