Displaying 1 result from an estimated 1 matches for "frame_search".
2007 May 20
0
Urgent :: File Object problem
...if check_avai
puts "Can''t load Search page. Server is temporarily
unavailable!!!"
exit 1
end
link = search_page.frames.with.name("Viewport").first
if link==nil
puts "Can''t load the search frame page!!!"
else
frame_search = agent.click link
check_avai = search_page.body.include? "Server is temporarily
unavailable"
if check_avai
puts "Can''t load Search frame. Server is temporarily
unavailable!!!"
exit 2
end
search_form
=frame_search.forms.with.name(...