Forum Discussion

ucuber's avatar
ucuber
Occasional Contributor
6 years ago
Solved

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
  • ucuber's avatar
    ucuber
    6 years ago

    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