Re: [Sikuli-driver] [Question #657969]: How to read text from notepad and type in form without Enter key

2017-09-13 Thread dinev
Question #657969 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657969 Status: Open => Answered dinev proposed the following answer: Not sure from where you are reading the values In python you can just do with open(fname) as f: content = f.readlines() # you may a

Re: [Sikuli-driver] [Question #657236]: Will Sikuli supports browser testing like selenium ?

2017-09-13 Thread dinev
Question #657236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657236 dinev posted a new comment: As I like to say (when same fellow testers complains about Selenium problems): "There is a nice update to Selenium. It is called Sikuli" ;-) About integration - If yo

Re: [Sikuli-driver] [Question #656852]: run sikuli with jenkins and git

2017-09-12 Thread dinev
Question #656852 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656852 Status: Open => Answered dinev proposed the following answer: Here are some tips 1. fix your script by removing pause command - test that it works fine and completes as expected without any u

Re: [Sikuli-driver] [Question #657024]: Sikuli IDE 1.1.0 is not working properly

2017-09-12 Thread dinev
Question #657024 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657024 dinev proposed the following answer: 1. This is known issue in 1.1.0 for imported files 2. you are not supposed to open the jar file - there is a startup file (depends on your OS) -- You received this

Re: [Sikuli-driver] [Question #657596]: EditorRegionButton: createFromString: Problem parsing region expression 3

2017-09-12 Thread dinev
Question #657596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657596 dinev posted a new comment: Providing your code will be helpful -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #657904]: UnsatisfiedLinkError occurred when finding image on Android devices or simulator

2017-09-12 Thread dinev
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 dinev posted a new comment: I do not see "img" defined -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #657594]: Help required to find the text in an image

2017-09-12 Thread dinev
Question #657594 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657594 Status: Open => Answered dinev proposed the following answer: 1. make sure you have selected ocr option when installing sikuli 2. add in the begging of the script - "Settings.OcrTextSearc

Re: [Sikuli-driver] [Question #657828]: SikuliX test report name with Timestamp

2017-09-12 Thread dinev
Question #657828 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657828 Status: Open => Answered dinev proposed the following answer: import datetime timeStamp = datetime.datetime.now().strftime("%m%d%H%M%S") fp = file(os.path.join(dir, "testReport_&qu

Re: [Sikuli-driver] [Question #657902]: SikuliX setup on Linux gnome desktop

2017-09-12 Thread dinev
Question #657902 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657902 Status: Open => Answered dinev proposed the following answer: Did you follow the installation instructions for Linux? http://sikulix.com/specials/files/linux-setup-prerequisites.html -- You recei

Re: [Sikuli-driver] [Question #657912]: Report or mailing function in Sikuli GUI

2017-09-12 Thread dinev
Question #657912 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657912 Status: Open => Answered dinev proposed the following answer: It is not possible without some programming. If you are using the IDE now you actually starting to program :-) Here are some ideas if

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-02 Thread dinev
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 dinev posted a new comment: Do you really need them random ... or just shoot them in particular order is ok. Random means that some key may never be send... -- You received this question notification

Re: [Sikuli-driver] [Question #654441]: multiple screenshot analysis in a script

2017-08-02 Thread dinev
Question #654441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654441 dinev proposed the following answer: I was with impression we are trying to solve tho ovoid using tons of images for one slightly different element. So my suggestions are in this direction. One unorthodox

Re: [Sikuli-driver] [Question #654227]: Use offset(Location(x, y)} but get wrong position some time

2017-08-02 Thread dinev
Question #654227 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654227 Status: Open => Answered dinev proposed the following answer: Can you try replacing this part : # mouseMove(target) sleep(1) scene_list = ["","","","",&q

Re: [Sikuli-driver] [Question #654290]: Java - Finder unable to find target image

2017-08-02 Thread dinev
Question #654290 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654290 dinev posted a new comment: This is not answering your question but might be helpful in your case: NativeScript's Open Source Functional Testing Framework https://www.nativescript.org/blog/nativescript

Re: [Sikuli-driver] [Question #654436]: wait(img, t) fails to identify an image

2017-08-02 Thread dinev
Question #654436 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654436 Status: Open => Answered dinev proposed the following answer: Here are some suggestion -- try to increase timeout -- do not use 100% match You received this question notification because your t

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-02 Thread dinev
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 dinev posted a new comment: I do not have application under test in order to write this code. I believe you or your team can do this given the fact the skeleton of the script is provided. -- You received

Re: [Sikuli-driver] [Question #654900]: how to update from Sikuli 1.0.1 to SikuliX 1.1.1

2017-08-02 Thread dinev
Question #654900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654900 Status: Open => Needs information dinev requested more information: Your approach should be fine What java version you are using? -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #654441]: multiple screenshot analysis in a script

2017-08-02 Thread dinev
Question #654441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654441 dinev posted a new comment: arminius, Your loop is correct - it is only one loop. Seems like 2 images doesn't exists on the screen If there a way you to provide few images of the whole web page wit

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-02 Thread dinev
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 Status: Open => Answered dinev proposed the following answer: So based on your answers you need to do this: 1. click on the first row in the sell you want - let say gate entry 2. copy to clipboard

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread dinev
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 dinev posted a new comment: Ok - some more questions: If I click within the grid - can I do CTRL+A CTRL+C to copy all in clipboard? Does the clipboard has human readable format in this case - I mean text

Re: [Sikuli-driver] [Question #654227]: Use offset(Location(x, y)} but get wrong position some time

2017-08-01 Thread dinev
Question #654227 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654227 dinev posted a new comment: I do not see where scene_offset is calculated. Maybe this can be the problem. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread dinev
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 dinev posted a new comment: Ok - some more questions: If I click within the grid - can I do CTRL+A CTRL+C to copy all in clipboard? Does the clipboard has human readable format in this case - I mean text

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-01 Thread dinev
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 dinev proposed the following answer: Change the sleep(1) to sleep(0.1) after type("c") Sleep time is in seconds - 0.1 is 100ms However please note that exist command also take some non zero

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-07-31 Thread dinev
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 dinev posted a new comment: Use one of the many free screen cast online services and pos just a link. Good example is a Jing service -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #653019]: How to bring the minimized window to frontmost and click the button in it

2017-07-31 Thread dinev
Question #653019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653019 dinev posted a new comment: No attached image. Use Jing and post a link here -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #652975]: capture image automatically in a specific location

2017-07-31 Thread dinev
Question #652975 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/652975 dinev posted a new comment: Just saw the question and can confirm that this code: print "You have 3 seconds to focus notepad" sleep(3) keyDown(Key.SHIFT) type("a") keyUp() works fine o

Re: [Sikuli-driver] [Question #653019]: How to bring the minimized window to frontmost and click the button in it

2017-07-31 Thread dinev
Question #653019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653019 dinev posted a new comment: Just wondering what "w" is doing - at least nothning on my Win10 Maybe you need "x" is for maximizing Can you provide screencast of your problem. You may u

Re: [Sikuli-driver] [Question #654227]: Use offset(Location(x, y)} but get wrong position some time

2017-07-31 Thread dinev
Question #654227 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654227 dinev posted a new comment: Use "highlight" command to visualize your target and subsequent calculation There is a chance that initial target is not recognized correctly if you dynamic applicatio

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-07-31 Thread dinev
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 dinev posted a new comment: Can you give a visual example of your question? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #654229]: Loading Sikuli script from an URL Steps Required

2017-07-31 Thread dinev
Question #654229 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654229 Status: Open => Answered dinev proposed the following answer: Idea 1 : Use STAF framework: This is very robust and well supported test framework with multiple purposes - http://staf.sourceforge.

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-07-31 Thread dinev
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 Status: Open => Answered dinev proposed the following answer: "I am looking for a simple script that will watch for an image, type the letter c until the image is gone. then wait for the image

Re: [Sikuli-driver] [Question #647383]: Cannot share scripts from my computer to my co-worker's computer

2017-07-24 Thread dinev
Question #647383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647383 dinev posted a new comment: That's strange. I am using images recorded on one machine to run on win7 win8 win10 (mac and linux with some limitations). Also resolutions vary from full HD to 1024x768 wi

Re: [Sikuli-driver] [Question #649118]: How to pass strings from a python script to Sikuli script?

2017-07-24 Thread dinev
Question #649118 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/649118 Status: Open => Answered dinev proposed the following answer: 1. You need to define "Fast" - how fast in seconds(or ms). 2. You need to define size of string - in bytes. 3. You need to de

[Sikuli-driver] [Bug 1696105] [NEW] Some of region raster functions doesn't work as expected

2017-06-06 Thread dinev
Public bug reported: I am playing with raster functions as described in http://sikulix-2014.readthedocs.io/en/latest/region.html#get-evenly- sized-parts-of-a-region-as-rows-columns-and-cells-based-on-a-raster I found following problems: 1. Some constants are not defined - like Region.MID_BIG an

Re: [Sikuli-driver] [Question #617040]: Set Execution Ordinal for Test Set via Command Line

2017-04-28 Thread dinev
Question #617040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617040 dinev posted a new comment: If you add code sample that demonstrates how you are running test maybe we can help. I am using unittest module and organizing tests as methods of a class. The keep test ordered

Re: [Sikuli-driver] [Question #626490]: Errors happen when Android screen is horizontal

2017-04-27 Thread dinev
Question #626490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/626490 dinev posted a new comment: Thanks I just unpacked jar file and found the location :-) Seems that there is some sample in ide tools menu - where is the code for this? Just wondering if there are more key

Re: [Sikuli-driver] [Question #626490]: Errors happen when Android screen is horizontal

2017-04-27 Thread dinev
Question #626490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/626490 dinev posted a new comment: I tried to run the script in SikuliIDE but got error when importing [error] script [ adb_test ] stopped with error in line 1 [error] ImportError ( No module named android

Re: [Sikuli-driver] [Question #617173]: Need to click a checkbox against select text, where text is changing frequently

2017-04-26 Thread dinev
Question #617173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617173 Status: Open => Answered dinev proposed the following answer: You can find all checkboxes and sort them by Y coordinate. Then get last one. Here is sample function: ### def Get_Nth_Image_Ysort(im

Re: [Sikuli-driver] [Question #626490]: Errors happen when Android screen is horizontal

2017-04-26 Thread dinev
Question #626490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/626490 dinev posted a new comment: Just wondering is there a sample for jython usage or any other documentation for Android screen -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Bug 1673089] Re: [1.1.1] macOS 10.12 Sierra: type("test") only types tt in google search field and other input fields/areas--- workaround

2017-03-29 Thread dinev
We actually tried the workaround before posting the problem to Sikuli forum. It does not seems to work well. I created pure java code that reproduces the problem -- import java.awt.AWTException; import java.awt.Robot; import java.awt.event.KeyE

[Sikuli-driver] [Question #562274]: Mac OS Sierra type() command issues

2017-03-15 Thread dinev
New question #562274 on Sikuli: https://answers.launchpad.net/sikuli/+question/562274 We are experiencing issues with type() command under Mac OS Sierra. -- while typing accent menu appear - see https://support.apple.com/library/APPLE/APPLECARE_ALLGEOS/Product_Help/en_US/PUBLIC_USERS/PL124/S01

Re: [Sikuli-driver] [Question #452897]: Unable to type '_' and capital letters in VNC screen

2017-02-21 Thread dinev
Question #452897 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/452897 dinev posted a new comment: I do not have any experience with VNC module so I am trying to generate ideas here :-) 1. Could you try to use keyModifier.SHIFT and see what will happen? 2. On the servers side

Re: [Sikuli-driver] [Question #447450]: One Script multiple machines

2017-02-19 Thread dinev
Question #447450 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/447450 dinev proposed the following answer: You can use Jenkins - https://jenkins.io/ -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #448571]: SikuliX One line installer for Linux

2017-02-19 Thread dinev
Question #448571 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/448571 dinev posted a new comment: Here is a sikuli installation shell script for ubuntu 16.06LTS sudo apt-get install -y libopencv-dev tesseract-ocr sudo apt-get install -y xdotool wmctrl mkdir -p

Re: [Sikuli-driver] [Question #452507]: Sikuli crashing when monitor is turned off.

2017-02-19 Thread dinev
Question #452507 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/452507 dinev proposed the following answer: Try to change all sleep options to "never" in windows power options -- You received this question notification because your team Sikuli Drivers is an answer c

Re: [Sikuli-driver] [Question #452783]: Can images be reused across Sikuli instances that are installed on different OS?

2017-02-19 Thread dinev
Question #452783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/452783 dinev proposed the following answer: My experience shows that it will depend on type of application you are testing. I have been successfully reusing 95+% images between OSes when testing web apps in chrome

Re: [Sikuli-driver] [Question #452897]: Unable to type '_' and capital letters in VNC screen

2017-02-19 Thread dinev
Question #452897 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/452897 dinev posted a new comment: I am not sure if you are using type command correctly. Why ENTER is used as modifier? Here is type command definition type([PSMRL, ]text[, modifiers]) Type the text at the

Re: [Sikuli-driver] [Question #459923]: Sikuli Project deployment on windows machines without Sikuli installed --- not possible

2017-02-19 Thread dinev
Question #459923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/459923 Status: Open => Answered dinev proposed the following answer: If you need to deploy sikuli script with all required elements you will need more technical experience. Here is what I would do: 1.

Re: [Sikuli-driver] [Question #460618]: from sikuli import *. ImportError: No moude named sikuli

2017-02-19 Thread dinev
Question #460618 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/460618 Status: Open => Answered dinev proposed the following answer: How you are running your script ? http://sikulix-2014.readthedocs.io/en/latest/faq/010-command-line.html it should be runsikulix.cmd

Re: [Sikuli-driver] [Question #460620]: How to use function if

2017-02-19 Thread dinev
Question #460620 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/460620 dinev proposed the following answer: Just to support RaiMan - we can give you "if" exaple but you will stuck almost immediately with another basic problem However, here is something that will hel

Re: [Sikuli-driver] [Question #465418]: How to invoke osx app options from sikulix

2017-02-19 Thread dinev
Question #465418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/465418 dinev proposed the following answer: On such situation wit popum menus that disappear I am using OS native prinscreen option. Then getting my UI elements from the storage image as usual. BTW: MAC retina

Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-19 Thread dinev
Question #464203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/464203 Status: Open => Answered dinev proposed the following answer: Some ideas to try: 0. try working within Sikuli IDE 1. try using run() command 2. try runing another application - like Notepad - is

Re: [Sikuli-driver] [Question #466394]: test case report as pdf

2017-02-19 Thread dinev
Question #466394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/466394 Status: Open => Answered dinev proposed the following answer: To large extend it is up to the automation developer to provide neccesary framework for this For example you can try using Robot framew

[Sikuli-driver] [Bug 966708] Re: [1.0.1] KeyModifier.WIN uses alt in linux

2016-03-28 Thread dinev
On Linux Ubuntu 14.04 LTS following doesn’t not work with Sikuli 1.1.0 type("d", KeyModifier.WIN) # minimize all type("r", KeyModifier.WIN) # open run menu Any ideas what could be the problem? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed

[Sikuli-driver] [Bug 966708] Re: [1.0.1] KeyModifier.WIN uses alt in linux

2016-03-28 Thread dinev
and the console says [log] ( Windows ) TYPE "d" [log] ( Windows ) TYPE "r" -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/966708 Title: [1.0.1] KeyModifier.WIN uses alt in linux Status in Sikuli

[Sikuli-driver] [Question #280915]: Auto generated images names causes a problem

2016-01-13 Thread dinev
New question #280915 on Sikuli: https://answers.launchpad.net/sikuli/+question/280915 In the new sikuli 1.1 there is a nice feature that automatically names your images. For example class screenDialog1: button_OK = If you put your cursor after "=" and take a image the name will aromatically

Re: [Sikuli-driver] [Question #280523]: Captured images are grayed

2016-01-13 Thread dinev
Question #280523 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280523 dinev posted a new comment: Same with 1.1.1 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #280523]: Captured images are grayed

2016-01-05 Thread dinev
New question #280523 on Sikuli: https://answers.launchpad.net/sikuli/+question/280523 This problem started to appear in sikuli 1.1.0 and was never present in 1.0.1 OS Windows 7 x64, dual monitor setup Steps to reproduce: -- start IDE -- capture few images -- after 3-5 captures images that are ca

[Sikuli-driver] [Bug 1528642] Re: type("v", KEY_CTRL) not pastng the value copied

2015-12-27 Thread dinev
Hi, In order to verify your issue I done similar example - http://screencast.com/t/NqqyYz0AmblJ - that seems to work fine Just wndering why you are using type in such strange way(not sure it will work at all) Can you try just with plain type as in my example. Also you may try using value from c

[Sikuli-driver] [Bug 1529457] Re: Auto generated images names causes a problem

2015-12-27 Thread dinev
** Description changed: In the new sikuli 1.1 there is a nice feature that automatically names your images. For example class screenDialog1: - button_OK = + button_OK = If you put your cursor after "=" and take a image the name will aromatically generated -> button_OK.png

[Sikuli-driver] [Bug 1529457] [NEW] Auto generated images names causes a problem

2015-12-27 Thread dinev
Public bug reported: In the new sikuli 1.1 there is a nice feature that automatically names your images. For example class screenDialog1: button_OK = If you put your cursor after "=" and take a image the name will aromatically generated -> button_OK.png That excellent idea however there is

Re: [Sikuli-driver] [Question #267953]: Sikuli 1.1 new folder structure

2015-06-10 Thread dinev
Question #267953 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267953 Status: Answered => Solved dinev confirmed that the question is solved: Thanks -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #267953]: Sikuli 1.1 new folder structure

2015-06-09 Thread dinev
Question #267953 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267953 dinev posted a new comment: So I need only the stuff extracted where sikuli setup was started? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #267953]: Sikuli 1.1 new folder structure

2015-06-09 Thread dinev
New question #267953 on Sikuli: https://answers.launchpad.net/sikuli/+question/267953 In sikuli 1.0.1 all program files were installed in one folder. In 1.1 the setup put files in Appdata also. The old way was very useful for test setup - just copy sikuli folder with all your tests and you are d

Re: [Sikuli-driver] [Question #266816]: Just wondering when Sikuli 1.1.0 will be final

2015-05-12 Thread dinev
Question #266816 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266816 Status: Answered => Solved dinev confirmed that the question is solved: I have done few test with nightly builds already. Just waiting for the final to adopt 1.1.0 :-) -- You received this quest

[Sikuli-driver] [Question #266816]: Just wondering when Sikuli 1.1.0 will be final

2015-05-12 Thread dinev
New question #266816 on Sikuli: https://answers.launchpad.net/sikuli/+question/266816 I would like to move my tests to 1.1.0 but planed final was moved few times. What is holding the final release and when we can expect it? -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #256468]: How to use unattended install in ne sikuli 1.1

2014-10-31 Thread dinev
Question #256468 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256468 Status: Answered => Solved dinev confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #256468]: How to use unattended install in ne sikuli 1.1

2014-10-31 Thread dinev
New question #256468 on Sikuli: https://answers.launchpad.net/sikuli/+question/256468 I noticed that there is a new feature in sikuli 1.1 that allows unattended install Is there any manual how to use it? -- You received this question notification because you are a member of Sikuli Drivers, wh

[Sikuli-driver] [Bug 905048] Re: [request] want option to highlight matches on every find

2014-02-05 Thread dinev
how can I switch on this option on/off? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/905048 Title: [request] want option to highlight matches on every find Status in Sikuli: Fix Released Bug

Re: [Sikuli-driver] [Question #230237]: [1.0 ]Sometimes "wait" hangs in sikuli 1.0

2013-11-08 Thread dinev
Question #230237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230237 Status: Answered => Solved dinev confirmed that the question is solved: Seems that problem disappear in last version. I upgraded back in September and waited 2 months to confirm that I do not face

Re: [Sikuli-driver] [Question #173098]: Instead of better IDE... why not using Eclipse or NetBeans

2013-11-08 Thread dinev
Question #173098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173098 dinev posted a new comment: It is really old topic but I would like to tell why I need the Sikuli IDE: -- I need it for GUI map design and management -- I need to get images -- I need to experiment with

Re: [Sikuli-driver] [Question #236188]: [1.0.1] having various problems with setup

2013-09-25 Thread dinev
Question #236188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236188 Status: Answered => Solved dinev confirmed that the question is solved: Thanks, the workaround works -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #236188]: [1.0.1] having various problems with setup

2013-09-24 Thread dinev
Question #236188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236188 dinev posted a new comment: I narrowed down the problem The test below works fine with v1.0.0 but fails with v1.0.1(installed with option 1+5) ### Open apache.org with IE before starting the script

Re: [Sikuli-driver] [Question #236188]: [1.0.1] having various problems with setup

2013-09-24 Thread dinev
Question #236188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236188 dinev posted a new comment: I done tests with runIDE.cmd and runScript.cmd (separate installations for option [1+5] and second for [2+5]) Bot run result in "Text search currently switched off&quo

Re: [Sikuli-driver] [Question #236188]: [1.0.1] having various problems with setup

2013-09-24 Thread dinev
Question #236188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236188 dinev posted a new comment: I done the installation in the right way(2nd and 5th option) and run my tests with new sikuli. Unfortunately I am getting error on the OCR. "FindFailed: FindFailed: Text s

Re: [Sikuli-driver] [Question #236188]: [1.0.1] Sikuli install hangs

2013-09-24 Thread dinev
Question #236188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236188 Status: Answered => Open dinev is still having a problem: Sorry, I finally got it. Unfortunately the read.me was not clear enough that new folder "Download " should be created as a child o

Re: [Sikuli-driver] [Question #236188]: [1.0.1] Sikuli install hangs

2013-09-24 Thread dinev
Question #236188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236188 Status: Solved => Open dinev is still having a problem: Still problem is not solved. Steps: 1. I downloaded the zip files and extracted in c:\sikuli 2. Started setup jar that extracted setup cmd

Re: [Sikuli-driver] [Question #236192]: Find text (OCR) failed after upgrade from 1.0 to 1.0.1

2013-09-23 Thread dinev
Question #236192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236192 Status: Needs information => Open dinev gave more information on the question: I tried : It says "Nothing selected" ?! -- You received this question notification because you are a mem

Re: [Sikuli-driver] [Question #236188]: [1.0.1] Sikuli install hangs

2013-09-23 Thread dinev
Question #236188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236188 Status: Answered => Solved dinev confirmed that the question is solved: Thanks RaiMan, I was not able to find the faq before posting.(Looking for "installation hang") BTW. I waited

[Sikuli-driver] [Question #236192]: Find text (OCR) failed after upgrade from 1.0 to 1.0.1

2013-09-23 Thread dinev
New question #236192 on Sikuli: https://answers.launchpad.net/sikuli/+question/236192 Just upgraded form v1.0 to v1.0.1 and I got error "FindFailed: FindFailed: Text search currently switched off Line 1671, in file Region.java" I have "Settings.OcrTextSearch = True" set in my tests after upgra

[Sikuli-driver] [Question #236188]: Sikuly 1.01 install hangs

2013-09-23 Thread dinev
New question #236188 on Sikuli: https://answers.launchpad.net/sikuli/+question/236188 I downloaded the sikuly setup jar file - 17MB(takes few seconds on my connection) I run the install and select IDE installation A download of 13 MB is stared - it is extremely slow and actually it hangs (at on

Re: [Sikuli-driver] [Question #230237]: [1.0 ]Sometimes "wait" hangs in sikuli 1.0

2013-09-11 Thread dinev
Question #230237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230237 dinev posted a new comment: Today I had another hang - again in click command - last row below. click(img1) click(img2); sleep(0.5) click(img3); sleep(0.5) Still it is rare problem and do not hurt too much

Re: [Sikuli-driver] [Question #230237]: [1.0 ]Sometimes "wait" hangs in sikuli 1.0

2013-09-10 Thread dinev
Question #230237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230237 dinev posted a new comment: Nicole, Could you try to add "sleep(1)" before the wait command? I had some partial success to mitigate my problems in this way. -- You received this question no

Re: [Sikuli-driver] [Question #230237]: [1.0 ]Sometimes "wait" hangs in sikuli 1.0

2013-07-26 Thread dinev
Question #230237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230237 Status: Needs information => Open dinev gave more information on the question: 1. AUT = Application Under Tests 2. The AUT never should cause sikuli to hang. That is the whole point of this post.

Re: [Sikuli-driver] [Question #230237]: [1.0 ]Sometimes "wait" hangs in sikuli 1.0

2013-07-25 Thread dinev
Question #230237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230237 Status: Answered => Open dinev is still having a problem: I got this problem again today - 2 times. One test hangs for 13 hours. Another for 3h. The problem is not the AUT. If it is doesn't

Re: [Sikuli-driver] [Question #232962]: Sikuli doesn't work if reduce or close Remote Desktop

2013-07-25 Thread dinev
Question #232962 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232962 Status: Open => Answered dinev proposed the following answer: This is well known problem. First of all you should not close your RDC. If you do this the machine becomes headless - NO UI. Any

[Sikuli-driver] [Question #231085]: "Select an image" text may prevent image capture

2013-06-20 Thread dinev
New question #231085 on Sikuli: https://answers.launchpad.net/sikuli/+question/231085 During Take screenshot the "Select an image" text may overlap the screen area where I want to do my selection. It is inconvenience and not necessary to have such text. This text was not present in previous ve

Re: [Sikuli-driver] [Question #230237]: [1.0 ]Sometimes "wait" hangs in sikuli 1.0

2013-06-12 Thread dinev
Question #230237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230237 dinev gave more information on the question: I have new doubt now. In the console log i see the Type and Click written. Is there any possibility that click fail. Because the condition I saw today make me

Re: [Sikuli-driver] [Question #230237]: [1.0 ]Sometimes "wait" hangs in sikuli 1.0

2013-06-11 Thread dinev
Question #230237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230237 Status: Needs information => Open dinev gave more information on the question: 1. Default scan rate. As far I remember it was 3 scans/sec 2. The typical case: type(some_text) click(some_image) w

Re: [Sikuli-driver] [Question #230237]: Sometimes "wait" hangs in sikuli 1.0

2013-06-06 Thread dinev
Question #230237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230237 Summary changed to: Sometimes "wait" hangs in sikuli 1.0 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #220737]: X-1.0? unittest2: update of Sikuli's Jython for unittest

2013-06-05 Thread dinev
Question #220737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220737 dinev posted a new comment: Hi, Just wondering if this is available in version 1.0? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

[Sikuli-driver] [Question #230237]: Sometimes "wait" fails in sikuli 1.0

2013-06-05 Thread dinev
New question #230237 on Sikuli: https://answers.launchpad.net/sikuli/+question/230237 I have a lot test cases that were running fine since November 2011. After updating to v1.0 on 23 May 2013 I start to notice that sometime test freezes on wait command. So test set never completes and sits in

[Sikuli-driver] [Bug 1183422] [NEW] [request] Need a outline pane in sikuli IDE

2013-05-23 Thread dinev
Public bug reported: It will be very useful for Sikuli IDE to have "Outline" pane like in Eclipse ( see here http://jdave.org/images/jdave-eclipse-screenshot.png ) Request Justification(one of many :-): I use Sikuli IDE primary to manage my GUI maps. (I guess many others are doing this) Maps ar

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2013-04-04 Thread dinev
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 dinev posted a new comment: Those are definitions of your tests in form of methods. The actual test code goes there -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #215940]: One display in pattern setting -> matching preview

2012-12-04 Thread dinev
New question #215940 on Sikuli: https://answers.launchpad.net/sikuli/+question/215940 Can I somehow configure sikuli IDE to show/search only on my primary screen. It will be more convenient then to explore the result. Or is there any way to zoom in into Matching preview Thanks -- You receiv

Re: [Sikuli-driver] [Question #213868]: Some keys not work against VNC

2012-11-16 Thread dinev
Question #213868 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213868 dinev gave more information on the question: I done new experiment with autoIT. Sending HOME and arrow keys work against VNC. So it seems the problem is in sikuli . -- You received this question

Re: [Sikuli-driver] [Question #213868]: Some keys not work against VNC

2012-11-16 Thread dinev
Question #213868 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213868 dinev gave more information on the question: Thanks, I tried tigerVNC but it behaves in same way - manually home key works but when send via silkily it doesn't -- You received this question notific

[Sikuli-driver] [Question #213868]: Some keys not work against VNC

2012-11-10 Thread dinev
New question #213868 on Sikuli: https://answers.launchpad.net/sikuli/+question/213868 Here is my setup: Windows XP 32b, US layout, VNC running against android. I was able manually to send all required key strokes like a,b,c,1,2,3 and enter, pageup, page down, home, etc to VNC and respectively t

[Sikuli-driver] [Question #207359]: How to verify in tearDown that test failed

2012-08-31 Thread dinev
New question #207359 on Sikuli: https://answers.launchpad.net/sikuli/+question/207359 This is maybe not a sikuli question but its worth asking here :-) I would like to take some actions when particular test(in a test class) fail. The best/only way to do this is in tearDown method that is common

Re: [Sikuli-driver] [Question #207243]: Fullscreen app doesn't respond to sikuli command

2012-08-31 Thread dinev
Question #207243 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207243 Status: Open => Answered dinev proposed the following answer: If the goal is just to dismiss this app you may try to use non sikuli approach here. --try to kill it with pskill ( this is sysintern

  1   2   >