Hi All,
I am trying to launch a desktop based application using robot frame work zoomba library I noticed that the application is getting launched but gets minimised in task bar due to which the script fails stating with below error message . Please let me know how to avoid the application getting minimised in task bar.
C:\Users\Administrator\PycharmProjects\pythonProject>robot -d result Sample.robot
==============================================================================
Sample
======================================================================
Window Based UI Automation | FAIL |
WebDriverException: Message: Failed to locate opened application window with appId: C:/Program Files/kiran/Sample/sample.exe
, and processId: 2884
------------------------------------------------------------------------------
Sample | FAIL |