C# Class Worki.SpecFlow.WebBrowser

显示文件 Open project: tah91/eworkyWebSite

Public Methods

Method Description
TypeTextQuickly ( this textField, string text ) : void

Sets text quickly, but does not raise key events or focus/blur events Source: http://blog.dbtracer.org/2010/08/05/speed-up-typing-text-with-watin/

Method Details

TypeTextQuickly() public static method

Sets text quickly, but does not raise key events or focus/blur events Source: http://blog.dbtracer.org/2010/08/05/speed-up-typing-text-with-watin/
public static TypeTextQuickly ( this textField, string text ) : void
textField this
text string
return void