Search code examples
robotframeworkui-automationautoit

Split screen over two separate application windows


Using Robot Framework with AutoIt and Sikuli I need to use two elements at the same time (application and a folder). How can I split the screen in two to be sure they appear fully visible rather than partially covering one another?


Solution

  • Using WIN + ARROW LEFT the application is pushed to the left hand side of the screen. Then focusing the other application, using WIN + ARROW RIGHT will do the same for the right hand side of the screen.

    Now you have your screen divided over two applications.