我正在尝试通过watir撰写电子邮件。因此,当我尝试访问它时,它具有< body>标签。任何人都可以建议如何访问它?
我的系统配置
IE-8Inter code here
Windows-7
我做了以下
require 'rubygems'
require 'watir'
@ie.text_field(:id,':13r').set 'sample'
HTML CODE
<iframe tabIndex="1" class="Am Al editable" id=":13s" src="" frameBorder="0"
style="padding-bottom: 0px; background-color: white; padding-left:
0px; padding-right: 0px; height: 248px; overflow: visible; padding-top:
0px;" allowTransparency="" closure_lm_162187="null" target="[object]"
originalTarget="undefined">
<html>
<head>
<title></title>
<style>CSSSTYLEsheet</style>
</head>
<body class="editable LW-avf" id=":158" role="textbox"
contentEditable="true" hideFocus="hidefocus" closure_lm_478727="[object Object]" g_editable="true"/>
</html>
我试图将其作为文本框访问为&#34;角色&#34; attribute的值为&#34; textbox&#34;。
我收到了错误
:274:在assert_not_readonly'
from C:/svn/ruby/lib/ruby/gems/1.8/gems/watir-1.6.7/lib/watir/input_elem
ents.rb:368:in
设置&#39;