Quantcast
Channel: uiacomwrapper Discussions Rss Feed
Browsing latest articles
Browse All 15 View Live

New Post: What are the supported .NET framework versions?

I wonder what .NET framework versions are supported? Particularly, can I build this adapter on 2.0?(I have built a proprietary adapter very similar to yours, the main goal of which was to make...

View Article



New Post: Problem accessing patterns.

Hello, I am not sure if this is an issue related with the wrapper or the COM API but after switching to using this wrapper from the initial manged libary code, I lost of a lot of reported patterns. In...

View Article

New Post: Problem accessing patterns.

I found the issue, for those who run into the same problem - even if GetSupportedPatterns doesn't return anything, you want to look for the LegacyIAccessiblePattern, it might contain the value you...

View Article

New Post: Problem accessing patterns.

Hi,Could you please post a code sample of how you use that LegacyIAccessiblePattern?I'm desperately trying to retreive it, but I have the following issue:If I use this code:AutomationElement element =...

View Article

New Post: Problem accessing patterns.

In the last statement, use LegacyIAccessiblePattern.Pattern instead -- LegacyIAccessiblePattern is the wrapper I wrote for the IUIAutomationLegacyIAccessiblePattern COM interface.Thanks,Michael 

View Article


New Post: Strong Name

Hi,Is it possible that this project is released as strong named in the future?tajrin

View Article

New Post: Problem accessing patterns.

Hello Michael,returning to the topic: your wrapper (I used the Windows 8 CP version) has lost old good SelectionItem and ExpandCollapse patterns.Yesterday, I switched my uiautomation.codepelx.com...

View Article

New Post: Problem accessing patterns.

This issue is not caused by the wrapper, and it cannot be fixed in the wrapper.The underlying accessibility data for the WinForms combo box control doesn't support ExpandCollapse.  If you use the...

View Article


New Post: Grabbing data from an unknown control-type

Is it possible to change (select) Rows and grab data from the following area (see image)?http://i.minus.com/jby7o2Gl0W9dHC.jpgThe header's (columns ) class is: "PokerStarsHeaderClass" and the lower...

View Article


New Post: Strong Name

What tajrin says. It would be useful to have signing settled right out of the box. Thank you.

View Article

New Post: E_FAIL exceptions on Invoke - debugging from source

I am attempting to convert a small UI automation tool, which had been built using the .NET Framework System.Windows.Automation, to this adapter.It did successfully "drop-in replace" the existing API,...

View Article

New Post: What are the supported .NET framework versions?

I found out that this adapter a bit changed inside UI Automation Verify (UIA Verify) http://uiautomationverify.codeplex.com/SourceControl/changeset/view/94877 is build agaist 2.0

View Article

New Post: What are the supported .NET framework versions?

I have forked this project at https://github.com/JakeGinnivan/UIAComWrapper and fixed up a few bugs/issues I have had with it. I am trying to port White (https://github.com/TestStack/White) to run on...

View Article


New Post: E_FAIL exceptions on Invoke - debugging from source

Wow... It's been a long time and no one has responded. I'm having the same issues today and need some answers...

View Article

New Post: Need help about can't get text pattent

Hi all. I have an problem. I'm buid test code for metro app AutomationElement aeTextSyncChild = aePopup.FindFirst(TreeScope.Children, new PropertyCondition(AutomationElement.AutomationIdProperty,...

View Article

Browsing latest articles
Browse All 15 View Live




Latest Images