Solved
Forum Discussion
rraghvani
Champion Level 3
2 years agoDoes this work for you?
BeforeFeature(function (feature){
Browsers.Item(btChrome).Run();
Sys.Browser().BrowserWindow(0).Maximize();
})jamesc12
2 years agoOccasional Contributor
Thanks for the reply. Tried this, and I still get the exact same error for each test.
- rraghvani2 years ago
Champion Level 3
I'm using TC v15.61 and this is what I get,
- jamesc122 years agoOccasional Contributor
Locally it's fine for me too (TC v15.61.1.7), it's just remotely it seems to have the problem. It's running the exact code as below
- rraghvani2 years ago
Champion Level 3
On your remote machine, do you have an interactive user session running? If the computer is locked, there won't be any GUI for TC to interact with, and the scripts will fail.