码迷,mamicode.com
首页 > 其他好文 > 详细

处理选择时间遇到弹出框选择的问题

时间:2017-10-16 14:56:11      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:drive   action   date()   attr   element   get   inter   document   att   

JavascriptExecutor js1 = (JavascriptExecutor) driver; //处理时间弹出框选择时间
js1.executeScript("document.getElementById(‘wbinterviewdate‘).readOnly=false;");
//System.out.println(driver.findElement(By.id("wbInterviewdate")).getAttribute("readOnly")+"111111111111");
action.clear(neinter.wbInterviewdate());
action.type(neinter.wbInterviewdate(), "2018-05-18 16:33:34");// 采访时间

处理选择时间遇到弹出框选择的问题

标签:drive   action   date()   attr   element   get   inter   document   att   

原文地址:http://www.cnblogs.com/blank-form/p/7676697.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!