我爱编程

时间控件输入

2017-12-07  本文已影响0人  我的自动化测试历程

selenium.FindElementById("d1").Clear();

selenium.FindElementById("d1").Click();

selenium.SwitchTo().Frame(0);

selenium.FindElementById("dpClearInput").Click();// 清除以前的值

selenium.SwitchTo().DefaultContent();

IJavaScriptExecutor removeAttribute = (IJavaScriptExecutor)selenium;

removeAttribute.ExecuteScript("var setDate=document.getElementById(\"d1\");setDate.removeAttribute('readonly');");

selenium.FindElementById("d1").SendKeys(stime);

上一篇下一篇

猜你喜欢

热点阅读