Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-09-26 Thread Irina
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Irina posted a new comment: It look like I have some focus problem (but I even click on browser after it opening - so browser window is active), I try java and it works with selenium driver, but for IE I

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-09-26 Thread RaiMan
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 RaiMan posted a new comment: @ Irina Might be a focus problem (Selenium RC does not make the started IE the frontmost, active app ???). So try App.focus(some IE window text) before the click -- You

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-09-26 Thread Irina
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Irina posted a new comment: doesn't help ( -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-09-06 Thread RaiMan
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 RaiMan posted a new comment: --- have a lot of error when import modules. what exactly? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-09-06 Thread RaiMan
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 RaiMan posted a new comment: The problem seems to be, that you are using a selenium version for Python, that is written for Python language level 2.7 This seems to somehow conflict with the Jython used in

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-09-06 Thread RaiMan
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 RaiMan posted a new comment: Selenium RC is the older version and might not have any 2.7 specific features. Webdriver is the actual follow-up for RC and so might have this problem. You have to check. Not

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-09-05 Thread Irina
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Irina posted a new comment: I can import selenium into sikuli, the browser opened using selenium, but now problem for me when i use selenium - sikuli clicks or any other command doesn't work, I see it run

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-09-05 Thread RaiMan
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 RaiMan posted a new comment: @Irina What system? What Selenium? Webdriver? Might be a focus problem (might be you have to make the target window active somehow before clicking) -- You received this

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-09-05 Thread Irina
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Irina posted a new comment: Win7 64 bit, selenium RC . I still can't import driver to sikuli - have a lot of error when import modules. I tried to click on browser window, when script is running so it's

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-07-17 Thread RaiMan
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Status: Open = Answered RaiMan proposed the following answer: Uuups, must be my fault (not the selenium expert ;-): browser = selenium(localhost, , *chrome, http://www.google.co.in/;) there seems

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-07-17 Thread fernando gandini
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Status: Answered = Solved fernando gandini confirmed that the question is solved: thanks RaiMan, but stil not working :( im look in Selenium Python docs, found some things, but stil not working!

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-07-16 Thread fernando gandini
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Status: Solved = Open fernando gandini is still having a problem: hi folks, sorry but i have to reopen the question... here is my code..is exactly the sane of Raiman selDir = C:\Program Files\Sikuli

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-07-12 Thread fernando gandini
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Status: Answered = Solved fernando gandini confirmed that the question is solved: great RaiMan, i'll try that. Many thanks -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-07-11 Thread fernando gandini
New question #202820 on Sikuli: https://answers.launchpad.net/sikuli/+question/202820 Can any one help me to import selenium into sikuli. I saw others questions here in launchpad but i still have problens. Many thanks -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-07-11 Thread RaiMan
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Status: Open = Needs information RaiMan requested more information: What is your current approach? Paste some snippets and talk about your config. -- You received this question notification because

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-07-11 Thread fernando gandini
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Status: Needs information = Open fernando gandini gave more information on the question: Hi RaiMan, actually i want some itens from selenium, like set elements from page by id or name, and wait until

Re: [Sikuli-driver] [Question #202820]: Selenium in sikuli

2012-07-11 Thread RaiMan
Question #202820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202820 Status: Open = Answered RaiMan proposed the following answer: --- you have to get the Selenium Python client and the Selenium server of course. --- in a Sikuli script: # at the beginning selDir =