Post
by Ciege » Tue May 11, 2010 5:09 pm
I have a group of objects that are dicovered as an unknown element by Ranorex. I want to get an IList of those elements but am having trouble.
Using this code I get a compile error.
Code: Select all
IList<Ranorex.Core.Element> allTNewNotebookPage = HDSetupForm.FindChildren<Ranorex.Core.Element>();
Error:
Code: Select all
The type 'Ranorex.Core.Element' cannot be used as type parameter 'T' in the generic type or method 'Ranorex.Adapter.FindChildren<T>()'. There is no implicit reference conversion from 'Ranorex.Core.Element' to 'Ranorex.Adapter'.
See the attached screenshot of RanorexSpy.
Thanks.
You do not have the required permissions to view the files attached to this post.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...