[Sikuli-driver] [Question #175243]: Automated testes Sikuli via Jenkins

2011-10-19 Thread Arthur Dias
New question #175243 on Sikuli: https://answers.launchpad.net/sikuli/+question/175243 I'm running Sikuli tests in Jenkins. SOme of them work, but recently I've recieved messages of IMAGE NOT FOUND, considering that in my pc it goes normally. My guess is there's been having a loss of quality

Re: [Sikuli-driver] [Question #175243]: Automated testes Sikuli via Jenkins

2011-10-19 Thread Arthur Dias
Question #175243 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175243 Description changed to: I'm running Sikuli tests in Jenkins. Some of them work, but recently I've received IMAGE NOT FOUND messages, considering that in my pc, it goes normally. My guess is there's been

Re: [Sikuli-driver] [Question #175243]: Automated testes Sikuli via Jenkins

2011-10-19 Thread RaiMan
Question #175243 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175243 Status: Open = Needs information RaiMan requested more information: --- loss of quality in image during upload to the jenkins server What do you mean by that? If you talk about the images you have

Re: [Sikuli-driver] [Question #175243]: Automated testes Sikuli via Jenkins

2011-10-19 Thread Arthur Dias
Question #175243 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175243 Arthur Dias posted a new comment: Ok so let's discard loss of quality. - python; - nothing changed; disconsider the recently, it has been always like this, some tests run ok, others don't. We capture

Re: [Sikuli-driver] [Question #106137]: How do I open a website in Windows 7?

2011-10-19 Thread Arthur Dias
Question #106137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/106137 Arthur Dias posted a new comment: So is there any easy way to type the URL ? I have to use type(img,text) but it won't work case browser layout changes. -- You received this question notification because

Re: [Sikuli-driver] [Question #106137]: How do I open a website in Windows 7?

2011-10-19 Thread RaiMan
Question #106137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/106137 RaiMan posted a new comment: @ Arthur All actual browsers should accept ctrl-L to get focus on the address field. Then you should use paste() to enter the url. openApp(your-browser) # should open a new

[Sikuli-driver] [Question #175273]: Change default image path (for saving screenshots)

2011-10-19 Thread Harry Readinger
New question #175273 on Sikuli: https://answers.launchpad.net/sikuli/+question/175273 Wondering if there is a way to tell Sikuli NOT to save screenshots in the scripts directory, but to save them elsewhere (a shared image directory). Mostly for convenience, as it would be nice not to have to

Re: [Sikuli-driver] [Question #106137]: How do I open a website in Windows 7?

2011-10-19 Thread Arthur Dias
Question #106137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/106137 Arthur Dias posted a new comment: yeaahh nice ok sorry! thanks. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #175273]: Change default image path (for saving screenshots) --- not a feature

2011-10-19 Thread RaiMan
Question #175273 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175273 Summary changed to: Change default image path (for saving screenshots) --- not a feature -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #175273]: Change default image path (for saving screenshots)

2011-10-19 Thread RaiMan
Question #175273 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175273 Status: Open = Answered RaiMan proposed the following answer: This is not a feature yet (and tricky to implement, since this would ideally be a script related option (not for the IDE as such but for

[Sikuli-driver] [Question #175280]: I´m testing an app that appears some popup´s, how can i do to click on the ok button, in that popup? i´m writing in java + sikuli! thanks a lot

2011-10-19 Thread Daniela Vieira
New question #175280 on Sikuli: https://answers.launchpad.net/sikuli/+question/175280 I´m testing an app that appears some popup´s, how can i do to click on the ok button, in that popup? i´m writing in java + sikuli! thanks a lot. Here are the code that i´m using: public static void

Re: [Sikuli-driver] [Question #175243]: Automated testes Sikuli via Jenkins

2011-10-19 Thread Arthur Dias
Question #175243 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175243 Arthur Dias posted a new comment: Ok i'll check here, thanks -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #175280]: I´m testing an app that appears some popup´s, how can i do to click on the ok button, in that popup? i´m writing in java + sikuli! thanks a lot

2011-10-19 Thread Daniela Vieira
Question #175280 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175280 Status: Answered = Open Daniela Vieira is still having a problem: RaiMan, thanks, but sorry for the dummie question... Is there a place that can i see some example? because i understand that the

[Sikuli-driver] [Question #175301]: How to select the target region in the screen shot

2011-10-19 Thread santosh
New question #175301 on Sikuli: https://answers.launchpad.net/sikuli/+question/175301 Hi All, i got the below java code in google , in this code i have very basic question as how to select the target region in the screen shot. import org.sikuli.script.*; public class TestSikuli {

[Sikuli-driver] [Question #175304]: Check a variable in an if statement

2011-10-19 Thread Patrick Farrell
New question #175304 on Sikuli: https://answers.launchpad.net/sikuli/+question/175304 variable=input(yay type something) if variable=string: popup (it worked) else: popup (it didn't work) im just wondering what im doing wrong here, it spits out an error whenever i try to have it

Re: [Sikuli-driver] [Question #175280]: I´m testing an app that appears some popup´s, how can i do to click on the ok button, in that popup? i´m writing in java + sikuli! thanks a lot

2011-10-19 Thread Daniela Vieira
Question #175280 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175280 Daniela Vieira 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

Re: [Sikuli-driver] [Question #175280]: I´m testing an app that appears some popup´s, how can i do to click on the ok button, in that popup? i´m writing in java + sikuli! thanks a lot

2011-10-19 Thread Daniela Vieira
Question #175280 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175280 Status: Open = Solved Daniela Vieira confirmed that the question is solved: RaiMan, Now i understand what you mean... It works... ! Thanks a lot! -- You received this question notification because

Re: [Sikuli-driver] [Question #175304]: Check a variable in an if statement

2011-10-19 Thread Parva Thakkar
Question #175304 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175304 Status: Open = Answered Parva Thakkar proposed the following answer: Try this - variable=input(yay type something) if variable == string: popup (it worked) else: popup (it didn't work) I added two

Re: [Sikuli-driver] [Question #175301]: How to select the target region in the screen shot

2011-10-19 Thread Parva Thakkar
Question #175301 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175301 Status: Open = Answered Parva Thakkar proposed the following answer: I don't claim I understood question very well and thus answering this question correctly, but in Sikuli, region is set by clicking

Re: [Sikuli-driver] [Question #175304]: Check a variable in an if statement

2011-10-19 Thread Patrick Farrell
Question #175304 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175304 Status: Answered = Solved Patrick Farrell confirmed that the question is solved: Thanks Parva Thakkar, that solved my question. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2011-10-19 Thread Bob Hag
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 Bob Hag posted a new comment: Is there a fix coming for fixing the Test Run Order? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #174821]: How to add log statement into the log files generated via command line

2011-10-19 Thread scott
Question #174821 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174821 Status: Answered = Solved scott confirmed that the question is solved: Duh... I forgot that Sikuli itself had includes a non exist image. I guess cmd line won't close Sikuli while testing. Thanks! --

Re: [Sikuli-driver] [Question #175353]: How to find and verify the large image using the scroll bar

2011-10-19 Thread UmaMaheshwarRao
Question #175353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175353 Summary changed to: How to find and verify the large image using the scroll bar -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #175353]: Automatically finding scrolling and verifying the image

2011-10-19 Thread UmaMaheshwarRao
New question #175353 on Sikuli: https://answers.launchpad.net/sikuli/+question/175353 I am in a situation where I need to find an Image on the screen. But the complete image can be seen only If I move the scroll bar. How do I sync scroll bar movement and image using the find or any other

Re: [Sikuli-driver] [Question #175301]: How to select the target region in the screen shot

2011-10-19 Thread santosh
Question #175301 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175301 Status: Answered = Open santosh is still having a problem: Pavan, let me explain in detail.i am not using Sikuli IDE for capturing the images. i am directly importing the Sikuli package in eclipse for