rhu
2 years agoContributor
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...
- 2 years ago
There's a keyword test example in Close Web Browsers
- 2 years 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
- 2 years 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.