robotframework-whitelibrary icon indicating copy to clipboard operation
robotframework-whitelibrary copied to clipboard

Excel crash during `close application` keyword

Open mytzenka opened this issue 5 years ago • 4 comments

Describe the bug Excel crash when using close application after opening a new empty workbook.

To Reproduce Run the following test case:

Excel crash
    launch application  C:/Program Files (x86)/Microsoft Office/Office16/EXCEL.EXE
    attach window  Excel
    click item  AIOStartDocument
    [Teardown]  close application

Screenshots This is what happens while executing the close application keyword. Excel still closes, but this messagebox remains. It says "Microsoft Excel has stopped working". image

Desktop (please complete the following information):

  • Windows 10 Enterprise 1703
  • Excel 2016 (32-bit)

Additional context The same problem also happens on Word.

mytzenka avatar Mar 19 '19 08:03 mytzenka