Re: [Sikuli-driver] [Question #692968]: sikuli runtime error

2020-09-21 Thread Amil Uslu
Question #692968 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692968

Amil Uslu gave more information on the question:
Runned with this command : -Dsikuli.Debug=3

Error below :

[debug] RunTime:temp folder ok: 
C:\Users\TESTAU~1\AppData\Local\Temp\2\Sikulix_649344256
Options: *** options dump
Options: testing = 
Options: OptionsFile = 
C:\Users\TESTAUTOADM\AppData\Roaming\Sikulix\SikulixStore\SikulixOptions.txt
Options: *** options dump end
* show environment for 2.0.4-2020-03-14_08:01 API
user.home: C:\Users\TESTAUTOADM
user.dir (work dir): E:\Jenkins\workspace\hakedis
user.name: TESTAUTOADM
java.io.tmpdir: C:\Users\TESTAU~1\AppData\Local\Temp\2
running 64Bit(amd64) on w (6.3) from a jar
java 8 version 1.8 vm 25.171-b11 class 52.0 arch 64
app data folder: C:\Users\TESTAUTOADM\AppData\Roaming\Sikulix
executing jar: E:\Jenkins\workspace\hakedis\lib\sikulixapi-2.0.4.jar
*** classpath dump sikulix
*** classpath dump end
* show environment end
[19 debug] RunTime:loadlib: trying opencv_java320
[167 debug] RunTime:addToWindowsSystemPath: added to systempath:
C:\Users\TESTAUTOADM\AppData\Roaming\Sikulix\SikulixLibs
[168 debug] RunTime:checkJavaUsrPath: added to ClassLoader.usrPaths
[172 debug] RunTime:libsExport: folder exists: 
C:\Users\TESTAUTOADM\AppData\Roaming\Sikulix\SikulixLibs (2.0.4 - 202003140801)
[INFO ] 2020-09-22 01:45:25,555 ReTryTestCase.retry() - Test 
'fiyatListesiKurulum' has exception below:
java.lang.ExceptionInInitializerError
Caused by: org.sikuli.script.SikuliXception: loadlib: opencv_java320.dll not in 
any libs folder


If we solve this problem I think its going to work well

-- 
You received this question notification because your team Sikuli Drivers
is subscribed to the question.

___
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 #692968]: sikuli runtime error

2020-09-21 Thread Amil Uslu
Question #692968 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692968

Status: Answered => Open

Amil Uslu is still having a problem:

I have a windows slave in my jenkins and its like a agent. When I click
the build button in jenkins,

it directly goes to this windows machine. Why do I have to install this
xvfb ?

How can make this setup is there any document or step by step
description ?

-- 
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 #692968]: sikuli runtime error

2020-09-21 Thread Amil Uslu
Question #692968 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692968

Amil Uslu gave more information on the question:

I have a windows slave in my jenkins and its like a agent. When I click the 
build button in jenkins, 

it directly goes to this windows machine. Why do I have to install this
xvfb ?

How can make this setup is there any document or step by step
description ?

-- 
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 #693015]: Capture only happens at beginning of VNCScreen.start

2020-09-21 Thread Ben weiss
Question #693015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/693015

Description changed to:
Hey,

I am running sikuli 1.1.3 and want to operate on a remote computer via
VNC and capture the screen after each action i do.

Here is my java code:

VNCScreen vncSesh = VNCScreen.start(remoteIP, 5900, "password", 10, 10);
Pattern pattern = new Pattern("imgs/test1.png");
Region cap1 = vncSesh.newRegion(0, 0, 500, 500);
ScreenImage img1 = vncSesh.capture(cap1);
img1.save("/Pictures/");
vncSesh.wait(0.5);
vncSesh.click(pattern);
vncSesh.wait(0.5);
Region cap2 = vncSesh.newRegion(0, 0, 500, 500);
ScreenImage img2 = vncSesh.capture(cap2);
img2.save("/Pictures/");
vncSesh.stop();

The click will WORK as i watch it on a seperate VNC session with VNC
Viewer.. but both captures look the same (and its resembling before the
click happened)

Im testing this by looking a stopwatch on the remote computer and the
time of the stop watch in the capture is before the click happens.

The capture.save() always seems to be a picture right when the VNC
session starts. Its never a picture of the moment i call capture which
is what im looking to accomplish.

Am i doing something wrong or this is a known bug with Sikuli 1.1.3 ?

-- 
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 #692968]: sikuli runtime error

2020-09-21 Thread Amil Uslu
Question #692968 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692968

Amil Uslu gave more information on the question:
furthermore,

jenkins is installed in windows machine

-- 
You received this question notification because your team Sikuli Drivers
is subscribed to the question.

___
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 #692968]: sikuli runtime error

2020-09-21 Thread Amil Uslu
Question #692968 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692968

Amil Uslu gave more information on the question:
my pom file


http://maven.apache.org/POM/4.0.0;
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
4.0.0

org.amil
deneme
1.0-SNAPSHOT





org.apache.maven.plugins
maven-compiler-plugin
3.1

1.8
1.8







org.testng
testng
6.14.3


com.turkcell
automationFramework
155


com.oracle
ojdbc14
10.2.0.3.0


com.sikulix
sikulixapi
2.0.4






Testroyer

true




org.apache.maven.plugins
maven-surefire-plugin
2.22.0


testroyer.xml







hakedis

true




org.apache.maven.plugins
maven-surefire-plugin
2.22.0


Hakedis.xml









-- 
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 #692968]: sikuli runtime error

2020-09-21 Thread Amil Uslu
Question #692968 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692968

Amil Uslu gave more information on the question:
@Raiman,

Can you help me about this issue ?

Still I have getting these error:

java.lang.ExceptionInInitializerError

Caused by: org.sikuli.script.SikuliXception: loadlib: opencv_java320.dll
not in any libs folder

-- 
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 #661529]: VisionProxy.dll not available in AppData\Roaming\Sikulix\SikulixLibs_201712071454

2020-09-21 Thread Abilashkar
Question #661529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661529

Abilashkar posted a new comment:
using dependency

com.sikulix
sikulixapi
1.1.2


-- 
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 #661529]: VisionProxy.dll not available in AppData\Roaming\Sikulix\SikulixLibs_201712071454

2020-09-21 Thread Abilashkar
Question #661529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661529

Abilashkar posted a new comment:
Hi Railman,
I am also facing the same issue when i use to run the project in eclipse its 
running. After taking maven build and executing the same in same system it is 
throwing the same error and execution is getting stopped. Please let us know is 
there any solution for this . My system is win 10 64 bit.

-- 
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 #691988]: How to switch between desktop application and web application

2020-09-21 Thread Abilashkar
Question #691988 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691988

Status: Answered => Solved

Abilashkar confirmed that the question is solved:
Thanks Manfred Hampl, that solved my question.

-- 
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 #692914]: HTMLTestRunner add screens for a comparative regression test

2020-09-21 Thread reriadboom
Question #692914 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692914

Status: Answered => Solved

reriadboom confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
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 #692988]: sikuli integration with jenkins selenium maven

2020-09-21 Thread RaiMan
Question #692988 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692988

Status: Open => Answered

RaiMan proposed the following answer:
se my answers at your question
https://answers.launchpad.net/sikuli/+question/692968

-- 
You received this question notification because your team Sikuli Drivers
is subscribed to the question.

___
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 #692968]: sikuli runtime error

2020-09-21 Thread RaiMan
Question #692968 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692968

Status: Open => Answered

RaiMan proposed the following answer:
Again as mentioned in comment #1:

Make sure you have a clean 2.0.4 environment, when running in the
Jenkins setup.

Make sure you have a non-headless environment (use smith. like xvfb to
have a fake-screen).

Your pom from comment #5 looks ok.

-- 
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 #692987]: sikuli integration with jenkins selenium maven

2020-09-21 Thread RaiMan
Question #692987 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692987

Status: Open => Invalid

RaiMan changed the question status:
double question

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