Forum Discussion

rhu's avatar
rhu
Contributor
11 months ago
Solved

How can I change the default browserWindow Close Timeout (e.g. from 2000 to 5000ms) in keyword test

How can I change the default browserWindow Close Timeout (e.g. from 2000 to 5000ms) in keyword test I have keyword test with Item BrowserWindow and Operation Close at the end of each tests. The de...
  • rraghvani's avatar
    11 months ago

    Either create a script to close the browser window, and then call this script within your keyword tests. Or you could implement TestComplete Events such as OnStopTest Event

  • rraghvani's avatar
    11 months ago

    There's no general settings, you have to implement the code, which gives you more control as to what to do after tests finishes.