I am trying to automate canoe application. I am trying to create a com object. But I have 2 different Canoe versions 7.6 and 8.2. By default it opens 7.6 version of Canoe. How do I make sure it opens 8.2 Version by default?
import comtypes.client
CANOE_COM_APPLICATION = "CANoe.Application"
app = comtypes.client.CreateObject(CANOE_COM_APPLICATION)