grahama
Joined: 24 Apr 2007 Posts: 8
|
Posted: Tue Apr 24, 2007 10:24 pm Post subject: Documentation errors (Ranorex 1.1.0) |
|
[Using Ranorex 1.1.0.0 for .NET 2.0 free download]
In the page for Application.FindForm Method, selecting "SearchMatchMode" results in a "This page cannot be displayed" error.
Also, most (all?) of the prototypes are missing the method/property name and the parameter names do not match those listed under "Parameters". For example, for Application.Close, the C# prototype is:
public static int (string String)
I think it should be:
public static int Close(string title)
This makes the documentation a bit difficult to follow.
Thanks. |
|