[Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-20 Thread kiran maroju
New question #244279 on Sikuli:
https://answers.launchpad.net/sikuli/+question/244279

Hi, 

We use invoice generation application, in which it generates different invoice 
number for each invoice.

So i want to get that value into Excel sheet.

And also i want to compare that invoice number from that with number in screen 
in another application screen.

How can i do that?
Please help me



-- 
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 851622] Re: X-1.0rc3: IDE: extension server not available --- workaround for rc2 upgrader

2014-02-20 Thread kiran maroju
** Information type changed from Public to Public Security

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

Title:
  X-1.0rc3: IDE: extension server not available --- workaround for rc2
  upgrader

Status in Sikuli:
  In Progress

Bug description:
  * workaround

  If you are coming from rc2 and had the extension Guide before:

  It is still on your system, so saying:

  load(guide)
  from guide import *

  should make it available in your script in rc3 too.

  ---

  when trying to connect to the extension server you get a popup:

  Unable to load extensions from the server: Connection refused

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/851622/+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 #244196]: [SIKULI-JAVA] How to create a BufferedImage on the ActiveWindows

2014-02-20 Thread Jerome
Question #244196 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244196

Status: Answered = Solved

Jerome confirmed that the question is solved:
Thanks Raiman, that solve my 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


[Sikuli-driver] [Question #244284]: Sikuli environment Support

2014-02-20 Thread Badarinarayan
New question #244284 on Sikuli:
https://answers.launchpad.net/sikuli/+question/244284

Hello,

Does Sikuli 1.0.1 support Windows 2008 R2 environment?
Does Sikuli 1.0.1 support virtual machine interaction as is or are there any 
adjustments to be made?

Thanks,
Badari


-- 
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 #244284]: Sikuli environment Support

2014-02-20 Thread RaiMan
Question #244284 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244284

Status: Open = Answered

RaiMan proposed the following answer:
SikuliX 1.0.1 works on Windows XP+ 32 and/or 64 Bit having a (latest)
Java 1.6+

There is no special support for VM's. Problems you may have (see the
buzz in the net and here) depend on wether SikuliX runs on the host or
the guest.

-- 
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 851622] Re: X-1.0rc3: IDE: extension server not available --- workaround for rc2 upgrader

2014-02-20 Thread RaiMan
** Information type changed from Public Security to Public

** Description changed:

- * workaround
- 
- If you are coming from rc2 and had the extension Guide before:
- 
- It is still on your system, so saying:
- 
- load(guide)
- from guide import *
- 
- should make it available in your script in rc3 too.
- 
- ---
- 
  when trying to connect to the extension server you get a popup:
  
  Unable to load extensions from the server: Connection refused

** Summary changed:

- X-1.0rc3: IDE: extension server not available --- workaround for rc2 upgrader
+ [1.0.1]: IDE: extension server not available --- extensions will be back in 
1.2.0

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

Title:
  [1.0.1]: IDE: extension server not available --- extensions will be
  back in 1.2.0

Status in Sikuli:
  In Progress

Bug description:
  when trying to connect to the extension server you get a popup:

  Unable to load extensions from the server: Connection refused

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/851622/+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 #244286]: How to end the for loop

2014-02-20 Thread Sikulipro
New question #244286 on Sikuli:
https://answers.launchpad.net/sikuli/+question/244286

As we doing in  C #
For(i=0;in;i++) 
{
}

so how to start and end for loop in sikuli , as we doing it in C# with curly 
brackets {}, how to end for loop in sikuli.

-- 
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 1282545] [NEW] sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$' the value of the variable

2014-02-20 Thread HE KUN
Public bug reported:

At the 47th and the 53th row of  the file 'makeVisionProxy', here, the shell 
scripts want to check whether the value of variable 'libFolderO' is an empty 
string.
 It should be: if  [ $libFolderO ==  ]
But actually the real scrips are: if [ libFolderO ==   ], missing the 
Symbol '$' before the variable 'libFolderO'.

** Affects: sikuli
 Importance: Undecided
 Status: New

** Attachment added: error file in this package
   
https://bugs.launchpad.net/bugs/1282545/+attachment/3988130/+files/Sikuli-1.0.1-Supplemental-LinuxVisionProxy.zip

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

Title:
  sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$'  the value of
  the variable

Status in Sikuli:
  New

Bug description:
  At the 47th and the 53th row of  the file 'makeVisionProxy', here, the shell 
scripts want to check whether the value of variable 'libFolderO' is an empty 
string.
   It should be: if  [ $libFolderO ==  ]
  But actually the real scrips are: if [ libFolderO ==   ], missing the 
Symbol '$' before the variable 'libFolderO'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1282545/+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 #244247]: capture image of web page with scrollbar

2014-02-20 Thread obiwan-92
Question #244247 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244247

Status: Needs information = Answered

obiwan-92 proposed the following answer:
Hello,

Read this : http://doc.sikuli.org/screen.html#capturing
You should find what you want on it.

One last thing : App(Your_Web_browser_title).window() return the
region of your application.

Best regards.

-- 
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 #244286]: How to end the for loop

2014-02-20 Thread obiwan-92
Question #244286 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244286

obiwan-92 proposed the following answer:
Sorry.
print list # I'm not longer in the 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


Re: [Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-20 Thread obiwan-92
Question #244279 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244279

Status: Open = Answered

obiwan-92 proposed the following answer:
Hello,

First select the text you want capture with your mouse (by a double click, for 
example), then :
type('c', KeyModifier.CTRL) # type a classic CTRL + C
text = Env.getClipboard() # get the value saved in the clipboard
# give the focus where you want to write the text
paste(text)

Hope it's help.
Regards.

-- 
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 #244286]: How to end the for loop

2014-02-20 Thread obiwan-92
Question #244286 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244286

Status: Open = Answered

obiwan-92 proposed the following answer:
Hello.

In Sikuli, you are in Python.
To begin a loop, add a tabulation.
To end it, no tab.

for example :

for item in list:
print item # I am in the loop
print item # I am still in the loop
print list # I'm not longer in the list

Regards.

-- 
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 #244286]: How to end the for loop

2014-02-20 Thread Sikulipro
Question #244286 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244286

Status: Answered = Solved

Sikulipro confirmed that the question is solved:
Thanks obiwan.

-- 
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 1282545] Re: sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$' the value of the variable

2014-02-20 Thread RaiMan
thanks for pointing out.

I have just uploaded a revised version.

** Changed in: sikuli
   Status: New = Fix Released

** Summary changed:

- sikuli-1.0.1:syntax error in makeVisionProxy:Missing '$'  the value of the 
variable
+ [1.0.1]Linux: syntax error in makeVisionProxy --- fixed per 2014-Feb-20

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

Title:
  [1.0.1]Linux: syntax error in makeVisionProxy --- fixed per
  2014-Feb-20

Status in Sikuli:
  Fix Released

Bug description:
  At the 47th and the 53th row of  the file 'makeVisionProxy', here, the shell 
scripts want to check whether the value of variable 'libFolderO' is an empty 
string.
   It should be: if  [ $libFolderO ==  ]
  But actually the real scrips are: if [ libFolderO ==   ], missing the 
Symbol '$' before the variable 'libFolderO'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1282545/+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 #244247]: capture image of web page with scrollbar

2014-02-20 Thread sarab
Question #244247 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244247

Status: Answered = Open

sarab is still having a problem:
It seems like I did not describe the question in detail. My bad. My
objective is to capture image of complete webpage with scrollbars. Lets
say web page consists of two pages and I will have to scroll down to
second page to view second page. Now I want to capture image of complete
web page (2 pages) instead of only visible area in window (on first
page). App(title).window returns the region on the screen occupied by
the window, if such window exists and None if otherwise. If first page
is visible, it will only capture first page(not second page). This is
where html2canvas was able to help me but it has its own issues. Does
Sikuli have any support for this? in my testing , i just want to compare
screenshot of webpages with benchmarks. Some web pages goes beyond
visible area so I can not capture invisible part for comparison.

-- 
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 #244247]: capture image of web page with scrollbar

2014-02-20 Thread RaiMan
Question #244247 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244247

Status: Open = Answered

RaiMan proposed the following answer:
No there currently is no solution for that as a Sikuli feature.

You might write a function, that uses wheel(down) until the window
content stays the same after a wheel(down), which would signal the end
of the page is reached. This could be sufficient to look for specific
sub images on the page, but will not allow to get one big image of the
webpage in one piece.

But I think this is a neat feature to have in the future ;-)

-- 
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 #244247]: capture image of web page with scrollbar

2014-02-20 Thread RaiMan
Question #244247 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244247

Assignee: None = 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


[Sikuli-driver] [Question #244304]: How to rightclick at current mouse position Right click Context menu keyboard button constant help

2014-02-20 Thread Learner
New question #244304 on Sikuli:
https://answers.launchpad.net/sikuli/+question/244304

When i use rightClick on a particular region/button image its working fine . but

1. How to RightClick at current mouse cursor position . If i do RightClick()  
without any parameter then its randomly rightclicking somewhere. 
2. How to get current coordinates of mouse cursor 
3. Also there is a button in Keyboard to get RightClick context menu , how can 
i call that [ Key.RightContextButton ] .

Above questions are some what related 



-- 
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 #243323]: How To import a .skl file --- workaround

2014-02-20 Thread Rubynator
Question #243323 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243323

Rubynator posted a new comment:
So when I try to use Import sub There's no library called sub,  Is it
all called something else?  And why do I need that for?

It's throwing out this error :

[error] script [ Assignment1 ] stopped with error in line 12
[error] ImportError ( No module named sub )

@Raiman I'm so glad to hear that In version 1.1.0+, there will be an
option to pack script stuff into a jar, that can even be made self-
starting on double click. So I don't have to deal with all these
workarounds;)

Thanks!

-- 
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 #244326]: How can I delete my account from this website

2014-02-20 Thread Rachna
New question #244326 on Sikuli:
https://answers.launchpad.net/sikuli/+question/244326

Since when I have subscribed on this website my simple scripts have stoped 
working and I am getting error Error message: SyntaxError: ('mismatched 
character \'\\n\' expecting \'\'', ('', 1, 17, 'addModPath(D:\\)\n'))

Please let me know how can I rectify the 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 #244304]: How to rightclick at current mouse position Right click Context menu keyboard button constant help

2014-02-20 Thread RaiMan
Question #244304 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244304

Status: Open = Answered

RaiMan proposed the following answer:
- a click(whatever) always click on whatever 
- if whatever is an image or a pattern, this is first searched in the given 
region (the whole screen with just click and the region reg in case of 
reg.click(image or pattern)
- if whatever is not given at all (click()) clicks on the centre of the given 
region (screen center in this case, center of reg in case of reg.click()
- if in the respective region (screen with click() and reg in case of 
reg.click()) something was searched before (either explicitly with 
find/wait/exists or implicitly with click(image or pattern) then this last 
match is clicked (hence in this case click() is equivalent to 
click(getLastMatch()), and reg.click() is equivalent to 
reg.click(getLastMatch())

this all applies to rightClick(), doubleClick(), hover() as well

- click(mouseAt()) clicks at the current mouse position

- to produce any key combination use type()

the docs know more: http://doc.sikuli.org

-- 
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 #244304]: How to rightclick at current mouse position Right click Context menu keyboard button constant help

2014-02-20 Thread RaiMan
Question #244304 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244304

RaiMan proposed the following answer:
correction:
.
then this last match is clicked (hence in this case click() is equivalent to 
click(getLastMatch()), and reg.click() is equivalent to 
reg.click(reg.getLastMatch())

-- 
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 #243323]: How To import a .skl file --- workaround

2014-02-20 Thread RaiMan
Question #243323 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243323

RaiMan posted a new comment:
@Rubinator
your question???

might be a good idea to start a new one.

-- 
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 #244326]: How can I delete my account from this website

2014-02-20 Thread RaiMan
Question #244326 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244326

Status: Open = Answered

RaiMan proposed the following answer:
Seems to be a Sikuli script.

Please show the complete error message and the relevant script part, where the 
error occurs.
Has something to do with import ...

On the other hand:
How can a subscription to a website influence the way a Sikuli script runs?

delete account:
- go to your personal page (click top right corner)
- change details (again top right)
- at the bottom: deactivate 

-- 
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 #244326]: How can I delete my account from this website

2014-02-20 Thread obiwan-92
Question #244326 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244326

obiwan-92 requested more information:
Hello,

Can you send the the line of code with the error ?

Regards.

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