korimo / firewatir

Automatically exported from code.google.com/p/firewatir
0 stars 0 forks source link

firewatir freeze right after page load - road block #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. see attached html file, and test case
2.
3.

What is the expected output? What do you see instead?
Freeze the calling program.  Lose everything in memory

What version of the product are you using? On what operating system?
1.1 gem, tried to download again today.

Please provide any additional information below.

Test codes are:
require "test/unit"
require 'rubygems'
require 'firewatir'
include FireWatir   

class HpricotTest < Test::Unit::TestCase

  def test_hpricot_freeze
    br = Firefox.new
    p "here 1 start"
    br.goto File.expand_path(File.dirname(__FILE__) +
"/../data/test/firewatir_freeze_simple.html")
    # code freeze by the line above or below
    assert_not_nil(br.html)
    assert(true)
    p "here"
  end
end

Original issue reported on code.google.com by hang...@gmail.com on 13 Jan 2008 at 9:36

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ang...@gmail.com on 8 Apr 2008 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by ang...@gmail.com on 29 Jul 2008 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by ang...@gmail.com on 29 Jul 2008 at 9:19