C# 클래스 Worki.SpecFlow.WebBrowser

파일 보기 프로젝트 열기: tah91/eworkyWebSite

공개 메소드들

메소드 설명
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/

메소드 상세

TypeTextQuickly() 공개 정적인 메소드

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
리턴 void