Re: [Sikuli-driver] [Question #701201]: How to create a banner for the test run?

2022-04-04 Thread Patricia D. Turbeville
Question #701201 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/701201

Status: Open => Answered

Patricia D. Turbeville proposed the following answer:
Yes its possible, i have created it for the website for selling
https://protigwelders.com/best-miller-tig-welder/

-- 
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 #688888]: Lenovo ThinkPad: Win 10 Enterprise: Click not working with Java 8 version 211 and 241

2022-04-04 Thread hfdsk djhsioa
Question #68 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/68

hfdsk djhsioa posted a new comment:
You can cover and display windows by way of double clicking the icon
within the tray, the usage of mouse wheel up and down on the tray icon
or using the right click on menu. You can see more detail here
https://ninjaclicker.com/auto-clicker/

-- 
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 #701193]: Error with runnable fat jar outside of IDE

2022-04-04 Thread Ralph
Question #701193 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/701193

Description changed to:
Hi all,

When I export as a fat jar and run on another Win10 PC with Java
installed I get the following error when I use screen.exist, hover,
click etc

java.lang.UnsatisfiedLinkError: 'long org.opencv.core.Mat.n_Mat()'

Pom is below. Just wondering if you have seen this before or have any
suggestions? Note I'm running 2.0.4 because 2.0.5 has an issue locating
images embedded in the jar

Thanks in advance

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 
https://maven.apache.org/xsd/maven-4.0.0.xsd;>
  4.0.0
  com.rnimbin.autotest
  DailyChecks
  0.0.1-SNAPSHOT


  3.13.0
  7.4.0
  3.7.0
  1.8
  1.8 



  
org.seleniumhq.selenium
selenium-java
${selenium.version}
  
  
org.testng
testng
${testng.version}
  
  
com.aventstack
extentreports
4.0.6
  
  
com.sikulix
sikulixapi
2.0.4
  
  
com.sun.mail
javax.mail
1.6.2
  
  
org.apache.logging.log4j
log4j-core
2.17.2
  



  

  org.apache.maven.plugins
  maven-shade-plugin
  3.3.0
  
  
  

  package
  
shade
  
  

  
utils.MainClass
  

  

  

  

  


-- 
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 #701193]: Error with runnable fat jar outside of IDE

2022-04-04 Thread Ralph
Question #701193 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/701193

Description changed to:
Hi all,

When I export as a fat jar and run on another Win10 PC with Java
installed I get the following error when I use screen.exist, hover,
click etc

java.lang.UnsatisfiedLinkError: 'long org.opencv.core.Mat.n_Mat()'

Pom is below. Just wondering if you have seen this before or have any
suggestions? Note I'm running 2.0.4 because 2.0.5 has an issue locating
images embedded in the jar

Thanks in advance

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 
https://maven.apache.org/xsd/maven-4.0.0.xsd;>
  4.0.0
  com.rnimbin.autotest
  DailyChecks
  0.0.1-SNAPSHOT


  3.13.0
  7.4.0
  3.7.0
  1.8
  1.8 



  
org.seleniumhq.selenium
selenium-java
${selenium.version}
  
  
org.testng
testng
${testng.version}
  
  
com.aventstack
extentreports
4.0.6
  
  
com.sikulix
sikulixapi
2.0.3
  
  
com.sun.mail
javax.mail
1.6.2
  
  
org.apache.logging.log4j
log4j-core
2.17.2
  



  

  org.apache.maven.plugins
  maven-shade-plugin
  3.3.0
  
  
  

  package
  
shade
  
  

  
utils.MainClass
  

  

  

  

  


-- 
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 #701201]: How to create a banner for the test run?

2022-04-04 Thread SD
New question #701201 on SikuliX:
https://answers.launchpad.net/sikuli/+question/701201

Is there a way to create a banner on the screen that would notify observers 
that a test is running?

Would it be possible to have that banner pop up in different areas on the 
screen?


Thank you

-- 
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 #700981]: Is it possible with sikuli to take a screenshot, within the screenshoted image create a rectangle around the text then read that text or text?

2022-04-04 Thread Launchpad Janitor
Question #700981 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700981

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

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