Forum Discussion
rraghvani
Champion Level 3
Does this work for you?
BeforeFeature(function (feature){
Browsers.Item(btChrome).Run();
Sys.Browser().BrowserWindow(0).Maximize();
})
jamesc12
10 months agoOccasional Contributor
Thanks for the reply. Tried this, and I still get the exact same error for each test.
- rraghvani10 months agoChampion Level 3
I'm using TC v15.61 and this is what I get,
- jamesc1210 months 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
- rraghvani10 months agoChampion 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.
Related Content
Recent Discussions
- 17 hours ago