[Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-13 Thread Min-cheng HUANG
New question #181831 on Sikuli: https://answers.launchpad.net/sikuli/+question/181831 Hello, Currently, I am running my testing by combining Selenium and Sikuli. But, recently, I am facing the some problems that seems to be conflict between Selenium and Sikuli. Usually, I use Selenium to open

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-13 Thread Min-cheng HUANG
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Description changed to: Hello, Currently, I am running my testing by combining Selenium and Sikuli. But, recently, I am facing the some problems that seems to be conflict between Selenium and Sikuli. Usuall

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-14 Thread Min-cheng HUANG
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Description changed to: Hello, Currently, I am running my testing by combining Selenium and Sikuli. But, recently, I am facing the some problems that seems to be conflict between Selenium and Sikuli. Usuall

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-16 Thread RaiMan
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Status: Open => Needs information RaiMan requested more information: How do you use Sikuli together with Selenium? (Java coding or Sikuli scripts from command line or ???) Could you give an example? --

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-16 Thread Min-cheng HUANG
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Min-cheng HUANG posted a new comment: In Java. The example could be: 1. FirefoxDriver driver = new FirefoxDriver();//open a browser by Selenium 2. driver.get("http://www.google.com";); //go to google.c

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-16 Thread Min-cheng HUANG
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Status: Needs information => Open Min-cheng HUANG gave more information on the question: By the way, The API I am using: selenium-server-standalone-2.15.0.jar sikuli-script.jar of Sikuli x1.0-rc3 --

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-17 Thread RaiMan
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Status: Open => Answered RaiMan proposed the following answer: If you are really using Java 7: This is currently not supported by Sikuli X-1.0rc3. It needs JRE 6. In a JRE 6 environment your code shou

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-20 Thread Abhinav
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Abhinav proposed the following answer: I am successfully using Selenium and Sikuli together and it generates no issues Maybe switching to java 6 may solve the problem -- You received this question notifica

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-20 Thread Min-cheng HUANG
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Status: Answered => Open Min-cheng HUANG is still having a problem: Hey Raiman, I am thinking that, too. I will see what happens after switching back to Java 6. Hey Abhinav, Could you tell me what OS

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-20 Thread Min-cheng HUANG
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Min-cheng HUANG gave more information on the question: The thing still happens even I used Jre 6. Here is the youtube video you can check out. http://www.youtube.com/watch?v=OrJERa41ybk http://www.youtube.c

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-21 Thread RaiMan
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Status: Open => Answered RaiMan proposed the following answer: Put the Screen s = new Screen(); before any Selenium code. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-21 Thread Min-cheng HUANG
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Min-cheng HUANG posted a new comment: @RaiMan: Actually, I instantiated Screen before Selenium code. I am thinking whether it would be environment issue, since it works fine on WIN7. -- You received this

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-21 Thread RaiMan
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 RaiMan requested more information: Ok, then what is the difference between your Win7 situation and that on Win Server? -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-21 Thread Min-cheng HUANG
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Min-cheng HUANG posted a new comment: It's Amazon EC2 instance, whose OS is windows server 2008. The java version was Jre 7 before, but, as I mention above, I just downgraded the Java version to Jre 6. What

Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-22 Thread RaiMan
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 RaiMan posted a new comment: Sorry, I do not have any experiences with EC2 based solutions. But as far as I know: here we are talking about some kind of virtualization, which changes the situation for Sikuli