Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 WatiN 测试,我想通过在文本字段中发送向下箭头来触发日期选择器。我似乎在任何地方都找不到如何在 WatiN 测试中发送向下箭头。我需要通过 Document.Runscript 运行一段 javascript 吗?
谢谢,马修
我正在使用SendKeys类:
System.Windows.Forms.SendKeys("{DOWN}");
如果您想使用 javascript,这可能会有所帮助。