Looking into IDispatchWrapper-Objects
Hi *,
how can I look into a IDispatchWrapper-Object (and also the famous SafeArrayWrapper) to find out what properties and/or methods it supports?
Regards
Ulrich
Hi Alex,
right, wie use the QuerySelector methods provided by TC. They work fine. And they give back these wrapper objects where up to now I did not find a pythonis way to look into them - just becaus they are a kind of com objects coming form the language TC was written in.
So as far as I see I have to try with the DOM object definition and then coding a try and arroe method to identify the DOM object behind the wrapper. Not very elegant but I think it is the only way. What I was dreaming of was a kind of dict-method as known from python to get a api information, but ...
Regards
Ulrich