Forum Discussion
hkim5
Staff
6 years agoJust a quick thought
could you try using aliases instead of the testcomplete Sys object?
so maybe something like:
set page = Aliases.Browser("*").Page("*")
typically in the automation scripts, Aliases are more commonly used.