Solved
Forum Discussion
rraghvani
Champion Level 3
1 year agoDoes this work for you?
BeforeFeature(function (feature){
Browsers.Item(btChrome).Run();
Sys.Browser().BrowserWindow(0).Maximize();
})jamesc12
1 year agoOccasional Contributor
Thanks for the reply. Tried this, and I still get the exact same error for each test.
- rraghvani1 year ago
Champion Level 3
I'm using TC v15.61 and this is what I get,
- jamesc121 year 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
- rraghvani1 year 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.