[Sikuli-driver] [Question #169864]: Maximize the browser window?

2011-09-01 Thread Rahul Misra
New question #169864 on Sikuli: https://answers.launchpad.net/sikuli/+question/169864 I know Sikuli does not have an inherent understanding of browser app, so whats the recommended way to maximize the browser window? Just capture the max button and click on it? Also is there any difference/adva

Re: [Sikuli-driver] [Question #169864]: Maximize the browser window?

2018-02-01 Thread Rajagopal
Question #169864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169864 Rajagopal posted a new comment: Hello, I am using the below command to open the Chrome in incognito and maximized and got the below exception os.popen("C:\Program Files (x86)\Google\Chrome\Application\chro

Re: [Sikuli-driver] [Question #169864]: Maximize the browser window?

2018-02-02 Thread RaiMan
Question #169864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169864 RaiMan posted a new comment: @Rajagopal Before guessing around, you should read the docs and understand what you are doing. FindFailed means that an image was not found with SikuliX find op. Do not ask que

Re: [Sikuli-driver] [Question #169864]: Maximize the browser window?

2011-09-01 Thread RaiMan
Question #169864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169864 Status: Open => Answered RaiMan proposed the following answer: Maximizing the browser window when using Sikuli features usually does not make sense. The window size should be optimized to be able to rest

Re: [Sikuli-driver] [Question #169864]: Maximize the browser window?

2011-09-02 Thread Artem
Question #169864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169864 Artem proposed the following answer: For Chrome you can use os.popen("path to chrome bin" + " --start-maximized") I think you can google for command line flags for other browsers. -- You received this ques

Re: [Sikuli-driver] [Question #169864]: Maximize the browser window?

2011-09-02 Thread Rahul Misra
Question #169864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169864 Status: Answered => Solved Rahul Misra confirmed that the question is solved: Thanks guys. That was very insightful. Appreciate it. Keep up the awesome work!!! -- You received this question notificatio