Forum Discussion

RichBopp's avatar
RichBopp
Contributor
6 years ago
Solved

Keyword Mode: Unable to record the Chrome Print function.

Our Website allows the user to print an Order Summary via the browser's pring function.  However, TestComplete is not recording me clicking on the 'Print' button in Chrome.  Please see the attached f...
  • AlexKaras's avatar
    6 years ago

    Hi,

     

    I think that this Print panel is implemented via internal Chrome means and thus may be not recognizible for TestComplete.

    As a workaround you may consider these options:

    -- Use print shortcut keys combination (Ctrl-Shift-P) to print using the system dialog that should be accessible to TestComplete;

    -- Consider image search to find the image of the Print button and click it;

    -- You may try the TextObject object and check if it works with Chrome.