Re: [Sikuli-driver] [Question #283771]: Sikuli error while opening excel sheet
Question #283771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283771 Status: Answered => Open rupayan nath is still having a problem: number of backslashes are correct and tried with the file extension as well. Still the same error -- 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 #283771]: Sikuli error while opening excel sheet
Question #283771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283771 masuo proposed the following answer: Is number of backslash correct ? -- 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 #283771]: Sikuli error while opening excel sheet
Question #283771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283771 masuo proposed the following answer: I think backslash is not enough . [Now] C:\\Users\rupayan.nath\\Desktop\\Disqualify_offers_export [Correct] C:\\Users\\rupayan.nath\\Desktop\\Disqualify_offers_export -- 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 #283780]: how to change default screen to a custom region?
New question #283780 on Sikuli: https://answers.launchpad.net/sikuli/+question/283780 Hi! Im making a bot for a game on bluestacks and i need it to only look for matches inside bluestacks window, but sometimes it clicks on my desktop or even on a stream that im watching during the farm. So i tried to solve it like this: SCREEN = "custom region created via IDE toolbar" didnt work (i moved bluestacks window outside the defined region and bot still found matches there) then i tried: r = "custom region created via IDE toolbar" and wrote "r." before each exists, wait and click function, it stopped working completely. Im only using one monitor, also each click, wait and exists functions contain only 1 argument that has an image created via "insert screenshot" button on the IDE toolbar. Please HALP :O -- 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 #283771]: Sikuli error while opening excel sheet
Question #283771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283771 Status: Open => Answered Manfred Hampl proposed the following answer: 'C:\\Users\rupayan.nath\\Desktop\\Disqualify_offers_export' does not contain a file extension. Are you sure that this file doesn't have one? Windows folder options might be set to 'hide extension for known file types'. -- 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 #283771]: Sikuli error while opening excel sheet
New question #283771 on Sikuli: https://answers.launchpad.net/sikuli/+question/283771 Hi, I am using sikuli 1.1.0. So, xlrd package is already present. But i am getting the following error while trying to open a workbook although the file is present and tthe patth is very much correct [error] script [ Untitled ] stopped with error in line 3 [error] IOError ( (2, 'No such file or directory', 'C:\\Users\rupayan.nath\\Desktop\\Disqualify_offers_export') ) [error] --- Traceback --- error source first line: module ( function ) statement 394: __init__ ( open_workbook ) IOError: (2, 'No such file or directory', 'C:\\Users\rupayan.nath\\Desktop\\Disqualify_offers_export') [error] --- Traceback --- end -- your help is appreciated -- 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 #283766]: unable to run sikulixapi with IBM RFT
New question #283766 on Sikuli: https://answers.launchpad.net/sikuli/+question/283766 Hi, I'm trying to run a java script on IBM RFT using sikulixapi.jar. import org.sikuli.basics.Debug; import org.sikuli.script.*; public class TestSikuli { public static void main(String[] args) { Debug.on(3); ImagePath.add("./imgs/"); try{ Screen s = new Screen(); Pattern p = new Pattern("10.png"); while(s.exists(p.similar(1))== null){ s.click("1453393601500.png"); s.click("1453394453282.png"); s.click("1453393601500.png"); s.click("1453394467250.png"); } }catch(FindFailed e){ e.printStackTrace(); } } } The code is simple but i'm getting the following error: Please, anyone can help me? [debug] Debug.init: from sikuli.Debug: on: 3 [error] RunTimeINIT: Java version not detected (using 7): jvmwi3260sr8-20100401_55940 java ?7?-32 version jvmwi3260sr8-20100401_55940 vm 2.4 class 50.0 arch x86 *** system properties dump awt.toolkit = sun.awt.windows.WToolkit com.ibm.cpu.endian= little com.ibm.jcl.checkClassPath= com.ibm.oti.configuration = scar com.ibm.oti.jcl.build = 20100326_1904 com.ibm.oti.shared.enabled= false com.ibm.oti.vm.bootstrap.library.path = C:\Arquivos de programas\IBM\SDP\jdk\jre\bin com.ibm.oti.vm.library.version= 24 com.ibm.util.extralibs.properties = com.ibm.vm.bitmode= 32 com.ibm.zero.version = 1 file.encoding = Cp1252 file.separator= \ ibm.signalhandling.rs = false ibm.signalhandling.sigchain = true ibm.signalhandling.sigint = true ibm.system.encoding = Cp1252 java.assistive= ON java.awt.fonts= java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.awt.printerjob = sun.awt.windows.WPrinterJob java.class.path = Z:\Projetos\ProjetosRFT\workspace\Formulario\lib\commons-codec-1.3.jar;Z:\Projetos\ProjetosRFT\workspace\Formulario\lib\itext-2.1.7.jar;Z:\Projetos\ProjetosRFT\workspace\Formulario\lib\jxl.jar;Z:\Projetos\ProjetosRFT\workspace\Formulario\lib\testng-jdk15.jar;Z:\Projetos\ProjetosRFT\workspace\Formulario\lib\htmlcleaner-2.16.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.util_8.1.1.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.corecomponents_8.1.1.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.autbase_8.1.1.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.playback_8.1.1.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.domain_8.1.1.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.clientbase_8.1.1 .v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.domain.html.dojo.testobjects_8.1.1.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.domain.testobjects_8.1.1.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.html.sapwebportal.testobjects_8.1.1.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.ibm.rational.test.ft.sdk_8.2.0.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.rational.test.ft.sap_8.1.0.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.rational.test.ft.siebel_8.1.0.v20101014_1440.jar;C:\Arquivos de programas\IBM\IBMIMShared\plugins\com.rational.test.ft.wpf_8.1.0.v20101014_1440.jar;C:\Documents and Settings\All Users\Dados de aplicativos\IBM\RFT\customization\com.ibm.terminal.tester.ft.jar;Z:\Projetos\ProjetosRFT\workspace\Formulario;Z:\Projetos\ProjetosRFT\workspace\Formulario \lib\sikulixapi.jar java.class.version= 50.0 java.compiler = j9jit24 java.endorsed.dirs= C:\Arquivos de programas\IBM\SDP\jdk\jre\lib\endorsed java.ext.dirs = C:\Arquivos de programas\IBM\SDP\jdk\jre\lib\ext java.fullversion = JRE 1.6.0 IBM J9 2.4 Windows Server 2003 x86-32 jvmwi3260sr8-20100401_55940 (JIT enabled, AOT enabled) J9VM - 20100401_055940 JIT - r9_20100401_15339 GC - 20100308_AA java.home = C:\Arquivos de programas\IBM\SDP\jdk\jre java.io.tmpdir= C:\DOCUME~1\ADMINI~1\CONF
Re: [Sikuli-driver] [Question #280826]: Sikulix installation problem using command line
Question #280826 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280826 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 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