Quantcast
Channel: Windows Desktop Development for Accessibility and Automation forum
Viewing all articles
Browse latest Browse all 585

ClientSideProviderDescription inputs do not seem to be considered

$
0
0

Hi,

I have my own custom UIAutomation Clientside provider for automating a control.

In that provider code, I have the below code -

public static ClientSideProviderDescription[] ClientSideProviderDescriptionTable =
    {
        new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(TimeControl.Create), "ATL:1004F9A0")
    };

The above code works fine. But the classname of my control keeps changing. So, I modified the code as shown below -

public static ClientSideProviderDescription[] ClientSideProviderDescriptionTable =
    {
        new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(TimeControl.Create), "ATL:", "MyExe.exe", ClientSideProviderMatchIndicator.AllowSubstringMatch)
    };

This is not working. Can anyone help me what I am doing wrong here?

Regards,

vijay



Viewing all articles
Browse latest Browse all 585

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>