[Sikuli-driver] [Question #242577]: How can I randomize my script?

2014-01-22 Thread bill bark
New question #242577 on Sikuli:
https://answers.launchpad.net/sikuli/+question/242577

Hello. I have a script I found and modified it to my liking. I don't have much 
coding/scripting experience so it's been fun learning new ways to tackle 
problems and solve them thus far.

I'm currently trying to figure out how to get my existing script to do an 
random action in-between some actions, such as clicking around randomly in a 
given area or simply hovering over images or:
wait(image1, t)
click(image1)
# make the t a random interval between 1-2 minutes so that it'll click the 
image once it is found

I found some examples and tried to implement them but I've hit a wall due to my 
unfortunate inexperience. 

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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] [Bug 1271463] [NEW] IDE: menuShowThumbs truncates image paths

2014-01-22 Thread Eugene Maslov
Public bug reported:

Sikuli IDE 1.0.1
Windows XP 32 bit

I had in Jython code an image from alien folder, and it seemed to work well 
during execution:
mywin.find(w:\\v15\\but8.png).click()
After switching IDE menu View-menuShowThumbs on and off, the path is reduced to 
but8.png, where the image doesn't exist.
mywin.find(but8.png).click()
It would be useful to keep the whole path to the image, sometimes the location 
is important.

** Affects: sikuli
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271463

Title:
  IDE: menuShowThumbs truncates image paths

Status in Sikuli:
  New

Bug description:
  Sikuli IDE 1.0.1
  Windows XP 32 bit

  I had in Jython code an image from alien folder, and it seemed to work well 
during execution:
  mywin.find(w:\\v15\\but8.png).click()
  After switching IDE menu View-menuShowThumbs on and off, the path is reduced 
to but8.png, where the image doesn't exist.
  mywin.find(but8.png).click()
  It would be useful to keep the whole path to the image, sometimes the 
location is important.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271463/+subscriptions

___
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 #242302]: How to setup a testing framework, that uses Sikuli automation features

2014-01-22 Thread RaiMan
Question #242302 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242302

Status: Open = Needs information

RaiMan requested more information:
that principally is no problem.

.. but more personal questions or questions due to your lack of
experience I want to discuss privately via the mail you already know

In this case:
please send me your zipped Eclipse project folder, a screenshot of the Sikuli 
setup folder and the setup log file.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #242302]: How to setup a testing framework, that uses Sikuli automation features

2014-01-22 Thread RaiMan
Question #242302 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242302

Status: Needs information = Solved

RaiMan changed the question status:
This question should not be continued.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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] [Bug 1271463] Re: IDE: menuShowThumbs truncates image paths

2014-01-22 Thread RaiMan
ok, should not happen - but I thought to have it fixed already.

I IDE - About: what is the timestamp of your version?

BTW: this is the same:
mywin.click(w:\\v15\\but8.png)

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271463

Title:
  IDE: menuShowThumbs truncates image paths

Status in Sikuli:
  New

Bug description:
  Sikuli IDE 1.0.1
  Windows XP 32 bit

  I had in Jython code an image from alien folder, and it seemed to work well 
during execution:
  mywin.find(w:\\v15\\but8.png).click()
  After switching IDE menu View-menuShowThumbs on and off, the path is reduced 
to but8.png, where the image doesn't exist.
  mywin.find(but8.png).click()
  It would be useful to keep the whole path to the image, sometimes the 
location is important.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271463/+subscriptions

___
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] [Bug 1271470] [NEW] [1.0.1] taking screenshots either fails or inserts full pathname

2014-01-22 Thread Andreas Balogh
Public bug reported:

After inserting screenshots using the take screenshot function in the IDE, I 
observe either
wait(__CLICK-TO-CAPTURE__)
after turning off menuShowThumbs (Ctrl-T).
Sometimes I observe the full path to the picture like this:
 wait( //user/name/sikuli/project/\123876148.png)
which is misinterpreted as text //user/name/sikuli/project/ 23876148.png and 
fails to load the image.

Windows 7 64bit
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)

** Affects: sikuli
 Importance: Undecided
 Status: New

** Summary changed:

- [1.0.1] taking screenshosts either fails or inserts full pathname
+ [1.0.1] taking screenshots either fails or inserts full pathname

** Description changed:

- When inserting screenshots using the take screenshot function in the IDE, I 
observe either 
+ After inserting screenshots using the take screenshot function in the IDE, I 
observe either
  wait(__CLICK-TO-CAPTURE__)
- after turning off menuShowThumbs (Ctrl-T). 
+ after turning off menuShowThumbs (Ctrl-T).
  Sometimes I observe the full path to the picture like this:
-  wait( //user/name/sikuli/project/\123876148.png)
+  wait( //user/name/sikuli/project/\123876148.png)
  which is misinterpreted as text //user/name/sikuli/project/ 23876148.png 
and fails to load the image.
  
  Windows 7 64bit
  Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
  Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271470

Title:
  [1.0.1] taking screenshots either fails or inserts full pathname

Status in Sikuli:
  New

Bug description:
  After inserting screenshots using the take screenshot function in the IDE, I 
observe either
  wait(__CLICK-TO-CAPTURE__)
  after turning off menuShowThumbs (Ctrl-T).
  Sometimes I observe the full path to the picture like this:
   wait( //user/name/sikuli/project/\123876148.png)
  which is misinterpreted as text //user/name/sikuli/project/ 23876148.png 
and fails to load the image.

  Windows 7 64bit
  Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
  Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271470/+subscriptions

___
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 #242577]: How can I randomize my script?

2014-01-22 Thread bill bark
Question #242577 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242577

Status: Answered = Open

bill bark is still having a problem:
Appreciate your response. I guess where I'm lost is the placement of  t = 
random.randint(60, 120). I currently have:
#starting from line 1
import time
import random
t = random.randint(60, 120)

Which I assume is wrong since the time interval remains static.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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] [Bug 1271463] Re: IDE: menuShowThumbs truncates image paths

2014-01-22 Thread Eugene Maslov
Raimund, thanks for your suggestion for click().
[debug (1/17/14 6:54:50 PM)] RunSetup: SikuliX Setup Build: 1.0.1 
12NOV201312
I took it last week from https://launchpad.net/sikuli/+download , and 
downloaded other jars to my Downloads folder from 
https://launchpad.net/raiman/+download (1.0.1 release), because setup with 
sikuli-setup.jar was blocked by proxy at my side.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271463

Title:
  IDE: menuShowThumbs truncates image paths

Status in Sikuli:
  New

Bug description:
  Sikuli IDE 1.0.1
  Windows XP 32 bit

  I had in Jython code an image from alien folder, and it seemed to work well 
during execution:
  mywin.find(w:\\v15\\but8.png).click()
  After switching IDE menu View-menuShowThumbs on and off, the path is reduced 
to but8.png, where the image doesn't exist.
  mywin.find(but8.png).click()
  It would be useful to keep the whole path to the image, sometimes the 
location is important.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271463/+subscriptions

___
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] [Bug 1271463] Re: IDE: menuShowThumbs truncates image paths

2014-01-22 Thread Eugene Maslov
Sorry, now found in Sikuli IDE About window:
Sikuli IDE 1.0.1 November 2013 Build: 12SEP2013160242

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271463

Title:
  IDE: menuShowThumbs truncates image paths

Status in Sikuli:
  New

Bug description:
  Sikuli IDE 1.0.1
  Windows XP 32 bit

  I had in Jython code an image from alien folder, and it seemed to work well 
during execution:
  mywin.find(w:\\v15\\but8.png).click()
  After switching IDE menu View-menuShowThumbs on and off, the path is reduced 
to but8.png, where the image doesn't exist.
  mywin.find(but8.png).click()
  It would be useful to keep the whole path to the image, sometimes the 
location is important.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271463/+subscriptions

___
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 #242577]: How can I randomize my script?

2014-01-22 Thread RaiMan
Question #242577 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242577

Status: Open = Answered

RaiMan proposed the following answer:
;-) yes

to get a new value, random.randint(60, 120) has to be called again
(rerun or loop).

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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] [Bug 1271463] Re: IDE: menuShowThumbs truncates image paths

2014-01-22 Thread RaiMan
ok, thanks - that is the latest.

So it is still abut ;-)

** Changed in: sikuli
   Status: New = In Progress

** Changed in: sikuli
   Importance: Undecided = High

** Changed in: sikuli
 Assignee: (unassigned) = RaiMan (raimund-hocke)

** Changed in: sikuli
Milestone: None = 1.1.0

** Summary changed:

- IDE: menuShowThumbs truncates image paths
+ [1.0.1] IDE: menuShowThumbs truncates image paths

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271463

Title:
  [1.0.1] IDE: menuShowThumbs truncates image paths

Status in Sikuli:
  In Progress

Bug description:
  Sikuli IDE 1.0.1
  Windows XP 32 bit

  I had in Jython code an image from alien folder, and it seemed to work well 
during execution:
  mywin.find(w:\\v15\\but8.png).click()
  After switching IDE menu View-menuShowThumbs on and off, the path is reduced 
to but8.png, where the image doesn't exist.
  mywin.find(but8.png).click()
  It would be useful to keep the whole path to the image, sometimes the 
location is important.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271463/+subscriptions

___
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] [Bug 1271463] Re: [1.0.1] IDE: menuShowThumbs truncates image paths

2014-01-22 Thread RaiMan
** Changed in: sikuli
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271463

Title:
  [1.0.1] IDE: menuShowThumbs truncates image paths

Status in Sikuli:
  Fix Committed

Bug description:
  Sikuli IDE 1.0.1
  Windows XP 32 bit

  I had in Jython code an image from alien folder, and it seemed to work well 
during execution:
  mywin.find(w:\\v15\\but8.png).click()
  After switching IDE menu View-menuShowThumbs on and off, the path is reduced 
to but8.png, where the image doesn't exist.
  mywin.find(but8.png).click()
  It would be useful to keep the whole path to the image, sometimes the 
location is important.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271463/+subscriptions

___
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] [Bug 1271470] Re: [1.0.1] taking screenshots either fails or inserts full pathname

2014-01-22 Thread RaiMan
** Changed in: sikuli
   Status: New = In Progress

** Changed in: sikuli
   Status: In Progress = Fix Committed

** Changed in: sikuli
   Importance: Undecided = High

** Changed in: sikuli
 Assignee: (unassigned) = RaiMan (raimund-hocke)

** Changed in: sikuli
Milestone: None = 1.1.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271470

Title:
  [1.0.1] taking screenshots either fails or inserts full pathname

Status in Sikuli:
  Fix Committed

Bug description:
  After inserting screenshots using the take screenshot function in the IDE, I 
observe either
  wait(__CLICK-TO-CAPTURE__)
  after turning off menuShowThumbs (Ctrl-T).
  Sometimes I observe the full path to the picture like this:
   wait( //user/name/sikuli/project/\123876148.png)
  which is misinterpreted as text //user/name/sikuli/project/ 23876148.png 
and fails to load the image.

  Windows 7 64bit
  Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
  Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271470/+subscriptions

___
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] [Bug 1271544] [NEW] [request] Offer an offline install without administrator rights

2014-01-22 Thread RaiMan
Public bug reported:

started as BluePrint, but should be a request bug.

** Affects: sikuli
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271544

Title:
  [request] Offer an offline install without administrator rights

Status in Sikuli:
  New

Bug description:
  started as BluePrint, but should be a request bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271544/+subscriptions

___
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] [Bug 1271544] Re: [request] Offer an offline install without administrator rights

2014-01-22 Thread RaiMan
@Andreas

In which cases do you need admin rights for SikuliX setup?

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271544

Title:
  [request] Offer an offline install without administrator rights

Status in Sikuli:
  New

Bug description:
  started as BluePrint, but should be a request bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271544/+subscriptions

___
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] [Bug 1271544] Re: [request] Offer an offline install without administrator rights

2014-01-22 Thread Andreas Balogh
On 22.01.2014 14:44, RaiMan wrote:
 @Andreas

 In which cases do you need admin rights for SikuliX setup?

You don't. I couldn't reproduce the problem I encountered on a corporate PC. 
Apparently
the corporate firewall blocks access to the file download site.

Best Regards,
Andreas Balogh
Frankfurt/Main

-- 
Andreas Balogh
baloand (at) gmail.com

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271544

Title:
  [request] Offer an offline install without administrator rights

Status in Sikuli:
  New

Bug description:
  started as BluePrint, but should be a request bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271544/+subscriptions

___
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 #242551]: Recognigze text in a program and use it in an other program

2014-01-22 Thread RaiMan
Question #242551 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242551

RaiMan proposed the following answer:
I already had a case in the past like that.

The solution is to let the VB script save the excel sheet after having made the 
changes.
then the Sikuli script detects the change of the column visually and reads the 
saved xls using the python module xlrd, that allows to grab the numbers from 
the saved worksheet.

Now it is normal automation: click the fields in the web app and type
the numbers.

we should continue to communicate privately: find my mail here:
https://launchpad.net/~raimund-hocke

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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] [Bug 1271544] Re: [request] Offer an offline install without administrator rights

2014-01-22 Thread RaiMan
ok for this we have faq 2363

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271544

Title:
  [request] Offer an offline install without administrator rights

Status in Sikuli:
  New

Bug description:
  started as BluePrint, but should be a request bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271544/+subscriptions

___
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 #241980]: SetClipboard available with 1.0.1 as App.setClipboard()

2014-01-22 Thread UNCCheezy
Question #241980 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/241980

Status: Answered = Solved

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

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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] [Bug 1271783] [NEW] type namespace overridden in python

2014-01-22 Thread UNCCheezy
Public bug reported:

if you create a library of sikuli code in python and you call the 'type'
method, it will try to type on the screen and woln't give you the type
of the object.  As this is base python code, maybe you should rename the
type method?

from sikuli import *

x = 'asdf'
print type(x)

#should print out str not try to type on screen.

mac/mountain lion

** Affects: sikuli
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1271783

Title:
  type namespace overridden in python

Status in Sikuli:
  New

Bug description:
  if you create a library of sikuli code in python and you call the
  'type' method, it will try to type on the screen and woln't give you
  the type of the object.  As this is base python code, maybe you should
  rename the type method?

  from sikuli import *

  x = 'asdf'
  print type(x)

  #should print out str not try to type on screen.

  mac/mountain lion

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1271783/+subscriptions

___
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 #242633]: How to get results in Sikuli IDE

2014-01-22 Thread Yalamandareddy
New question #242633 on Sikuli:
https://answers.launchpad.net/sikuli/+question/242633

Hi,

Recently i configuration Sikuli IDE 1.0 tool for doing automation. I need how 
to get results after running Scripts
I need help to get results in Sikuli tool



Thanks,
Yalamanda

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #242577]: How can I randomize my script?

2014-01-22 Thread bill bark
Question #242577 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242577

bill bark posted a new comment:
I meant to say time.sleep(t), not (r). Wanted to clarify just in case
anyone else might stumble into the same problem.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #242577]: How can I randomize my script?

2014-01-22 Thread bill bark
Question #242577 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242577

Status: Answered = Solved

bill bark confirmed that the question is solved:
Oh, I understand what went wrong. I had time.sleep(10) through out the
script, which was somehow overriding time.sleep(r) lines. Everything
works as it should now and my understanding for scripting has broadened
much more. Thanks a lot, RaiMan!

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #242633]: How to get results in Sikuli IDE

2014-01-22 Thread RaiMan
Question #242633 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242633

Status: Open = Answered

RaiMan proposed the following answer:
You need to be more specific.
Give examples of what you want to achieve.

Hope you are using the latest version of 1.0.1.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #242633]: How to get results in Sikuli IDE

2014-01-22 Thread Yalamandareddy
Question #242633 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242633

Status: Answered = Solved

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

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #242633]: How to get results in Sikuli IDE

2014-01-22 Thread Yalamandareddy
Question #242633 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242633

Yalamandareddy posted a new comment:
Yes i am using latest version of 1.0.1

In sikuli IDE we have separate Results tab


On Thu, Jan 23, 2014 at 12:31 PM, RaiMan 
question242...@answers.launchpad.net wrote:

 Your question #242633 on Sikuli changed:
 https://answers.launchpad.net/sikuli/+question/242633

 Status: Open = Answered

 RaiMan proposed the following answer:
 You need to be more specific.
 Give examples of what you want to achieve.

 Hope you are using the latest version of 1.0.1.

 --
 If this answers your question, please go to the following page to let us
 know that it is solved:
 https://answers.launchpad.net/sikuli/+question/242633/+confirm?answer_id=0

 If you still need help, you can reply to this email or go to the
 following page to enter your feedback:
 https://answers.launchpad.net/sikuli/+question/242633

 You received this question notification because you asked the question.


-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #242637]: Need results after ruuning

2014-01-22 Thread Yalamandareddy
New question #242637 on Sikuli:
https://answers.launchpad.net/sikuli/+question/242637

My question is after running any module of functionality.

How to get results for particular module 

In eclipse we have TESTNG framework like we have any option in sikuli IDE tool

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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