1. import core.GooglePageObject.WindowCollisionHandler;
  2. ...
  3. AnyGoogleDocument doc = docs.getDocument(AnyGoogleDocument.class, 1);
  4. doc.checkInExceptionHandler(new WindowCollisionHandler());