Forum Discussion
npaisley
Staff
4 years agoHi loricotton!
If you are using Python as the default language for your IDE in TC, then we need to replace the parens on line 1 with brackets.
So this; br = Browsers.Item(btEdge);
Becomes; br = Browsers.Item[btEdge];
That should get you around the error launching Edge.
While we do not officially support this version of Edge yet, I am running 102 without any issues.
loricotton
4 years agoContributor
no I used Jscript