I've been trying to use System.Windows.Forms using .NET 3.5 SP1 VSE 08' and Webaii Nunit setup and found out I don't have aval.
Is this an assembly I need to add to the IDE ?
I want to be able to use the SendKeys class for SendKeys.Send("{ENTER}");
Any idea guys ?
Ta.
2 Answers, 1 is accepted
0
Konstantin Petkov
Telerik team
answered on 18 Aug 2010, 10:42 AM
Hello SD,
Did you get this working?
System.Windows.Forms is not an assembly added by default in a WebAii test project. You need to add a reference manually from the project references. You can find that one in the list of standard .Net assemblies.
Regards,
Konstantin Petkov
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Using the above I was able to approach a file upload menu, and then initiated a sequence of key strokes that
loaded a file via the web interface. Since the majority of 'Load File' web interfaces work in the same way, it's easy to exc.
From here it's a short way to write a sequencer methods that takes a string of key strokes and initiates it.