Hi,
I tried all your suggestions.
1)
Browsers.Item("chrome").Run();
- Result: Browsers is undefined
2)
Adding Chrome to Tested Apps (in the scriptextensions and the keyword tests)
TestedApps.chrome.Run()
- Result: Browsers is undefined
I don't get it, I have no idea, what I could do to make the script run!
The setup is like this:
- keyword test calling a function in the scriptextensions
- this functions starts chrome, does some checks and closes chrome again
a) this function on his own (calling script routine) works perfectly fine
b) calling this function from keyword tests does not open the browser and stops with an exception
Joachim