Type Extensions on automation parameters
I created Type Extensions for web pages and web adapters. The methods I create in the extensions appear on the controls in Object Explorer except when the objects are passed as parameters.
For example, if I click on one of my web adapters in the Object Explorer, I see the new methods. However, when I click on an automation that accepts a web adapter as a parameter, the new methods do not show on the parameter even thought they appear to be the same type (e.g., OpenSpan.Adapters.Web.Universal.UnviersalWebAdapter).
Is there a way to make Type Extension methods appear on objects when they're passed as parameters to an automation?