watir调用js
require 'watir'
ie = Watir::IE.new
ie.goto(" http://www.google.cn")
ie.document.parentWindow.execScript("alert(\"测试调用Javascript!\");")
or
ie.document.getElementById('txtUsername').readOnly = true
or
js = %{ie.document.getElementById('txtUsername').readOnly=true}
ie.document.parentWindow.execScript(js)
点亮测试人生!QQ:408129370
百度阅读电子书地址:http://yuedu.baidu.com/ebook/f6dbb2a2f01dc281e53af0f3
讨论QQ群:536192476
个人公众号:
百度阅读电子书地址:http://yuedu.baidu.com/ebook/f6dbb2a2f01dc281e53af0f3
讨论QQ群:536192476
个人公众号: