Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-05-15 Thread RaiMan
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Open => Answered RaiMan proposed the following answer: I guess the location in the shot is screen related (top left corner of screen is (0,0)) and the element location is relative to the top

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-05-14 Thread Karan Joshi
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Answered => Open Karan Joshi is still having a problem: Hi RaiMan, I am able to get location of element from screenshot . But the location I am getting from the screenshot is different from the

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-05-06 Thread RaiMan
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Open => Answered RaiMan proposed the following answer: Definitely not with Sikulix nor Java Robot. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-05-05 Thread Karan Joshi
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Answered => Solved Karan Joshi confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-05-05 Thread Karan Joshi
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Solved => Open Karan Joshi is still having a problem: Hi RaiMan, as in one of the above conversation you said to use selenium click feature. But, this is not going to help in my case cause I

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-04-30 Thread RaiMan
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Open => Answered RaiMan proposed the following answer: f = Finder(shot) match = f.find(image) upper left corner of shot is (0,0) -- You received this question notification because your team

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-04-30 Thread Karan Joshi
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Answered => Open Karan Joshi is still having a problem: Hi RaiMan, Thanks for the response ! RaiMan : As I understand, it is possible to create a screenshot using Selenium features in headless

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-04-28 Thread RaiMan
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Open => Answered RaiMan proposed the following answer: Only if you can see the website on the screen, you can act on it with the means of SikuliX. As I understand, it is possible to create a

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-04-28 Thread Karan Joshi
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Karan Joshi gave more information on the question: Hello RaiMan, above issue can be solved if it is possible to configure sikulix ( object of Screen class ) with selenium webdriver. This is my code without

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-04-27 Thread Karan Joshi
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Needs information => Open Karan Joshi gave more information on the question: Hi RaiMan, thanks for the response. Following are the information, in case if you want more feel free to ask.

Re: [Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-04-26 Thread RaiMan
Question #690161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690161 Status: Open => Needs information RaiMan requested more information: system? Java? SikuliX version? What exactly is "headless mode" in your case? -- You received this question notification because

[Sikuli-driver] [Question #690161]: getting FindFailed error in headless mode

2020-04-24 Thread Karan Joshi
New question #690161 on Sikuli: https://answers.launchpad.net/sikuli/+question/690161 Hello, I am using Sikulixapi jar in selenium using java. Using Selenium WebDriver I am able to run perfectly without headless mode, but in case of headless mode, I am getting error as FindFailed. I am taking