Re: random undefined method error
- From: John Pritchard-williams <monojohnny@xxxxxxxxxxxxxx>
- Date: Fri, 29 Aug 2008 10:53:28 -0500
Can you post the whole call stack - I don't why this would be occurring
- but maybe the call stack will provide a clue about where the
'undefined method' error is coming from ?
Yt Hu wrote:
Hi,
I have the following nested loop, it gives undefine method "radio"
sometimes.
its wierd because the error occurs randomly.sometimes it runs fine,
sometimes at start of execution and sometimes half way through.
I m running watir on ruby 186.26
thanks for any advices
SeperatedBy.each do|SperatedByVal|
$ie.select_list(:id,"cboSetValue").select(SperatedByVal)
Units.each do |unit|
$ie.select_list(:id,"cboUnits").select(unit)
$ie.button(:id,"imgBtnGo").click
$ie.wait
#export csv file
$ie.link(:id,"lnkExportData").click
ieEX.radio(:id,"chkExport").set
end
end
--
Posted via http://www.ruby-forum.com/.
.
- Prev by Date: Re: Ping.pingecho
- Next by Date: ruby 1.8.6 on AIX 5.3
- Previous by thread: Ping.pingecho
- Next by thread: ruby 1.8.6 on AIX 5.3
- Index(es):