← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #229401]: [1.0] Error: Region outside any screen ... How to handle?

 

Question #229401 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/229401

Description changed to:
*** workaround in the related bug report
----------------------------------------------------------------------------------

taken from: https://answers.launchpad.net/sikuli/+question/229398

  reg = App('Microsoft Word').window(0)

  #Look for text
  reg.wait('Home')

Making more tests in the IDE, I have this error when the window is
maximized:

  [debug] getWindow: java.awt.Rectangle[x=-4,y=-4,width=1448,height=908]
  [error] Region (1448, 908) outside any screen - subsequent actions might not work as expected
  [error] script [ TestText ] stopped with error in line 6
  [error] FindFailed ( null )

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.