51Testing软件测试论坛

标题: 如何用ruby语言在时间控件中选择时间 [打印本页]

作者: shouyancui    时间: 2012-11-20 17:24
标题: 如何用ruby语言在时间控件中选择时间
html代码如下:

<input id="start_date" class="value_input_event_155" type="text" tabindex="6" value="" readonly="readonly" onblur="check_time();" onclick="SelectDate(this);" onfocus="SelectDate(this);" style="vertical-align: middle" maxlength="10" size="10" name="start_date">

我使用 browser.button(:id,"start_date").click  后弹出时间控件,然后我就不知道该如何在时间控件中选择年月日了,请各位帮忙!

可能时间图片没有没有上传成功,就是首行可以选择年份和月份,下面就是此月份对应的日历,可以选择日期
作者: 六月天    时间: 2012-11-20 17:36
直接在input控件里面给value赋值就行了。。。。
作者: shouyancui    时间: 2012-11-21 09:53
回复 2# 六月天

我直接给value赋值了,出现下面的错误

irb(main):006:0>browser.text_field(:id,"start_date").value="2012-11-12"
Watir::Exception::ObjectReadOnlyException: Watir::Exception::ObjectReadOnlyException
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-webdriver-0.5.3/lib/watir-webdriver/elements/element.rb:407:in `ass
ert_writable'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-webdriver-0.5.3/lib/watir-webdriver/user_editable.rb:9:in `set'
        from (irb):6
        from C:/Ruby193/bin/irb:12:in `<main>'

这个对象应该只可读,不能写数据。

可能我没理解对你的想法,麻烦您在详细说一下,谢谢
作者: shouyancui    时间: 2012-11-21 10:13
回复 2# 六月天

已解决,谢谢
作者: fengerapple    时间: 2013-1-25 18:16
Thank you very much for sharing!The good man!The good life of peace!
作者: liu851016    时间: 2013-9-16 15:26
请问如何解决的?我也碰到这样的问题了,多谢。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2