Hi Scott
I tried to run the following
ie_array = Array.new(3)
ie0 = WIN32OLE.new('Shell.Application')
system "c:\\Program Files\\Internet Explorer\\iexplore.exe"
ie0 = IE.attach(:title,'Google') #my IE default page is Google
ie0.goto("http://localhost:8080/kmdm8/signon.jsp")
ie_array[0] = ie0
ie1 = WIN32OLE.new('Shell.Application')
system 'c:\\Program Files\\Internet Explorer\\iexplore.exe'
ie1 = IE.attach(:title,'Google')
ie1.goto("http://localhost:8080/kmdm8/signon.jsp")
ie_array[0] = ie1
ie2 = WIN32OLE.new('Shell.Application')
system 'c:\\Program Files\\Internet Explorer\\iexplore.exe'
ie2 = IE.attach(:title,'Google')
ie2.goto("http://localhost:8080/kmdm8/signon.jsp")
ie_array[0] = ie2
However the system cannot pick up the IE. Please help.
Xi Chen
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general