[wtr-general] Re: Capturing Java Script Errors

2009-10-20 Thread Bret Pettichord

Pallavi,

Thanks for posting that. This is new to me, but it looks like a good 
solution.

Bret

Pallavi Sharma wrote:
> Hi Everyone
>
> I found this 
> link: 
> http://exploretesting.blogspot.com/2008/09/reporting-ie-js-error-messages-in-watir.html
>
> for reporting JS error, has anyone here tried this.
>
>
> Also please let me know if the alert message for JS in the browser is 
> off, is there a way i can still detect the error in the browsers?
>
> Please let me know.
>
>
> Thanks
>
> Pallavi.
>
> On Sun, Oct 18, 2009 at 1:51 AM, Alan Baird  > wrote:
>
> Jarmo -
>
> I would be interested in seeing an example of your Formatter.  I
> know there is one already out there from the RSpec team, but if
> you have something different and the time I think it would make a
> great blog post or addition to the wiki.
>
> Alan
>
>
> On Fri, Oct 16, 2009 at 4:44 AM, Jarmo Pertman  > wrote:
>
>
> We are using RSpec to run our tests (http://rspec.info) and I've
> created my own HTMLFormatter class which extends their
> Spec::Runner::Formatter::HtmlFormatte and then using
> #extra_failure_content method, which will be invoked if some test
> fails by RSpec itself. So, if test fails, I'm also checking if
> page
> had any JS errors and then make a screenshot of it. Otherwise
> (if test
> passes) JS errors will be ignored.
>
> Jarmo
>
> On Oct 16, 5:30 am, dt_nz  > wrote:
> > Hi
> > To capture a java script error, how do you call theses
> methods.  Do
> > you have a separate thread that is always running
> > save_javascript_error in a loop, or is save_javascript_error
> called
> > after each action on a page?
> >
> > We have an existing framework that runs a lot of tests in our
> > regression runs and am ideally looking for a solution to
> incorporate
> > it into our existing structure.
>
>
>
>
>
>
> >


-- 
Bret Pettichord
Lead Developer, Watir, www.watir.com
Blog, www.io.com/~wazmo/blog
Twitter, www.twitter.com/bpettichord


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-18 Thread Pallavi Sharma
Hi Everyone
I found this link:
http://exploretesting.blogspot.com/2008/09/reporting-ie-js-error-messages-in-watir.html

for
reporting JS error, has anyone here tried this.


Also please let me know if the alert message for JS in the browser is off,
is there a way i can still detect the error in the browsers?

Please let me know.


Thanks

Pallavi.

On Sun, Oct 18, 2009 at 1:51 AM, Alan Baird  wrote:

> Jarmo -
> I would be interested in seeing an example of your Formatter.  I know there
> is one already out there from the RSpec team, but if you have something
> different and the time I think it would make a great blog post or addition
> to the wiki.
>
> Alan
>
>
> On Fri, Oct 16, 2009 at 4:44 AM, Jarmo Pertman  wrote:
>
>>
>> We are using RSpec to run our tests (http://rspec.info) and I've
>> created my own HTMLFormatter class which extends their
>> Spec::Runner::Formatter::HtmlFormatte and then using
>> #extra_failure_content method, which will be invoked if some test
>> fails by RSpec itself. So, if test fails, I'm also checking if page
>> had any JS errors and then make a screenshot of it. Otherwise (if test
>> passes) JS errors will be ignored.
>>
>> Jarmo
>>
>> On Oct 16, 5:30 am, dt_nz  wrote:
>> > Hi
>> > To capture a java script error, how do you call theses methods.  Do
>> > you have a separate thread that is always running
>> > save_javascript_error in a loop, or is save_javascript_error called
>> > after each action on a page?
>> >
>> > We have an existing framework that runs a lot of tests in our
>> > regression runs and am ideally looking for a solution to incorporate
>> > it into our existing structure.
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-17 Thread Alan Baird
Jarmo -
I would be interested in seeing an example of your Formatter.  I know there
is one already out there from the RSpec team, but if you have something
different and the time I think it would make a great blog post or addition
to the wiki.

Alan

On Fri, Oct 16, 2009 at 4:44 AM, Jarmo Pertman  wrote:

>
> We are using RSpec to run our tests (http://rspec.info) and I've
> created my own HTMLFormatter class which extends their
> Spec::Runner::Formatter::HtmlFormatte and then using
> #extra_failure_content method, which will be invoked if some test
> fails by RSpec itself. So, if test fails, I'm also checking if page
> had any JS errors and then make a screenshot of it. Otherwise (if test
> passes) JS errors will be ignored.
>
> Jarmo
>
> On Oct 16, 5:30 am, dt_nz  wrote:
> > Hi
> > To capture a java script error, how do you call theses methods.  Do
> > you have a separate thread that is always running
> > save_javascript_error in a loop, or is save_javascript_error called
> > after each action on a page?
> >
> > We have an existing framework that runs a lot of tests in our
> > regression runs and am ideally looking for a solution to incorporate
> > it into our existing structure.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-16 Thread Jarmo Pertman

We are using RSpec to run our tests (http://rspec.info) and I've
created my own HTMLFormatter class which extends their
Spec::Runner::Formatter::HtmlFormatte and then using
#extra_failure_content method, which will be invoked if some test
fails by RSpec itself. So, if test fails, I'm also checking if page
had any JS errors and then make a screenshot of it. Otherwise (if test
passes) JS errors will be ignored.

Jarmo

On Oct 16, 5:30 am, dt_nz  wrote:
> Hi
> To capture a java script error, how do you call theses methods.  Do
> you have a separate thread that is always running
> save_javascript_error in a loop, or is save_javascript_error called
> after each action on a page?
>
> We have an existing framework that runs a lot of tests in our
> regression runs and am ideally looking for a solution to incorporate
> it into our existing structure.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-15 Thread dt_nz

Hi
To capture a java script error, how do you call theses methods.  Do
you have a separate thread that is always running
save_javascript_error in a loop, or is save_javascript_error called
after each action on a page?

We have an existing framework that runs a lot of tests in our
regression runs and am ideally looking for a solution to incorporate
it into our existing structure.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-15 Thread Jarmo Pertman

Hello.

I've created something like this. Commented it also to make it more
obvious. You should create method for saving screenshots also. Hope it
helps.

def save_javascript_error
  if $browser.is_a?(Watir::IE) && $browser.getIE.StatusText =~ /Error
on page/
$autoit.AutoItSetOption("MouseCoordMode", 0) # set mouse
coordinates to be treated relative to active window
$autoit.ControlClick("[TITLE:#{$browser.title}]", "",
"[CLASS:msctls_statusbar32]", "left", 2) # perform double click on
statusbar
$autoit.WinWait("Internet Explorer", "", 10) # wait for javascript
error details window to open
puts "save screenshot" # with win32screenshot
$autoit.WinClose("Internet Explorer") #close popup window
  end
end

$browser = Watir::IE.attach :url, //
$browser.button(:id => 'button').click
save_javascript_error

On Oct 14, 4:23 pm, Pallavi Sharma  wrote:
> Hi Jarmo
> Can you share the code for the AutoIt if its not an issue. I would be
> interested in something similar for our work.
>
> On Fri, Oct 9, 2009 at 3:46 PM, Jarmo Pertman  wrote:
>
> > Hello.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-14 Thread Rohan Ojha
Hi,

 

The AutoIt code to check for the pop-up text is as follows:

 

Code courtesy: http://altentee.com/watir/

 

 


require 'watir'
require 'rubygems'
require 'win32ole'
autoit = WIN32OLE.new('AutoItX3.Control') 
@b.goto('http://justaddwatir.com/watir/test_html/tc_0101_0200/test_0107.html
')
@b.text_field(:name,"text1").set("This is the text in the popup")
@b.button(:name,"submit").click_no_wait
autoit.WinWaitActive("[Class:#32770]")
text = autoit.ControlGetText("[Class:#32770]", "", "Static2")
autoit.ControlClick("[Class:#32770]","","Button1")
puts text

 

 

 

Thanks,
Rohan Ojha
 Blue Star Infotech l*+91 900 4955058l * +91 22 6688 6969 l 6 +91 22 6688
6999 l *  <mailto:rohan.o...@bsil.com> rohan.o...@bsil.com
   <http://www.bsil.com/> www.bsil.com - Where Partnerships Are Built on
Trust 

 

 

  _  

From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com]
On Behalf Of Pallavi Sharma
Sent: Wednesday, October 14, 2009 6:54 PM
To: watir-general@googlegroups.com
Subject: [wtr-general] Re: Capturing Java Script Errors

 

Hi Jarmo

 

Can you share the code for the AutoIt if its not an issue. I would be
interested in something similar for our work.

 

 

On Fri, Oct 9, 2009 at 3:46 PM, Jarmo Pertman  wrote:


Hello.

We used AutoIt for opening the javascript error message window, then
make a screenshot of the error message itself and close the window,
not that IE js error messages would be useful on most of the times.
This is a little dirty hack, but it works for us sort of.

Jarmo


On Oct 9, 6:15 am, dt_nz  wrote:
> Hi
> I was hoping someone could point me in the right direction to get some
> help capturing java script errors.  We have a rather large number of
> tests that are executed during our regression run, and there can be a
> significant amount of page reloads etc that sometimes cause java
> script errors.  In the past we have simply turned java scripts off
> from popping up so our tests continue without stopping, and relied on
> manual testing to pick the errors up.
>
> Any help would be appreciated

 




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-14 Thread Paul Rogers
i tried this aqpproach a long time ago, and it didnt work if I remember. I
have recollections of trying to see if the js error icon was there too.
think in the end I just switched 'display js errors' on so the test would
stop if there was an error.

Paul

On Wed, Oct 14, 2009 at 8:18 AM, Bret Pettichord wrote:

>
> Good idea. "browser.status" will report the status message. Could you
> check this out and let us know if it has promise?
>
> Bret
>
> Pallavi Sharma wrote:
> > Hi Bret
> >
> > Is there a way in watir I can fetch the warning message which appears
> > in the status bar of IE during a JS error?
> >
> > Can that be a solution for this issue?
> >
> > Please let me know.
> >
> > Thanks
> >
> > Pallavi.
> >
> > On Mon, Oct 12, 2009 at 8:45 AM, Bret Pettichord  > > wrote:
> >
> >
> > Marlon MxM wrote:
> > > have you tried the solutions listed here
> > > http://wiki.openqa.org/display/WTR/Pop+Ups?
> > Mostly that consists of variations on using AutoIt.
> >
> > I'm looking for more creative approaches.
> >
> > E.g. as regards this dialog:
> > http://wiki.openqa.org/display/WTR/Security+Information
> >
> > I got rid of this simply by changing the security setting of the
> > browser
> > (manually) to stop displaying this window.
> >
> > I know that there must be some hook that is available to trap the
> > javascript errors. If you have Visual Studio installed, instead of
> > getting this dialog, the visual studio debugger is started up. So
> > there
> > is a hook there.
> >
> > I was thinking it would be cool to hook in our own code to that hook,
> > and was wondering if any one had already done this.
> >
> > Bret
> >
> > --
> > Bret Pettichord
> > Lead Developer, Watir, www.watir.com 
> > Blog, www.io.com/~wazmo/blog  <
> http://www.io.com/%7Ewazmo/blog>
> > Twitter, www.twitter.com/bpettichord
> > 
> >
> >
> >
> >
> >
> > >
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-14 Thread Bret Pettichord

Good idea. "browser.status" will report the status message. Could you 
check this out and let us know if it has promise?

Bret

Pallavi Sharma wrote:
> Hi Bret
>
> Is there a way in watir I can fetch the warning message which appears 
> in the status bar of IE during a JS error?
>
> Can that be a solution for this issue?
>
> Please let me know.
>
> Thanks
>
> Pallavi.
>
> On Mon, Oct 12, 2009 at 8:45 AM, Bret Pettichord  > wrote:
>
>
> Marlon MxM wrote:
> > have you tried the solutions listed here
> > http://wiki.openqa.org/display/WTR/Pop+Ups?
> Mostly that consists of variations on using AutoIt.
>
> I'm looking for more creative approaches.
>
> E.g. as regards this dialog:
> http://wiki.openqa.org/display/WTR/Security+Information
>
> I got rid of this simply by changing the security setting of the
> browser
> (manually) to stop displaying this window.
>
> I know that there must be some hook that is available to trap the
> javascript errors. If you have Visual Studio installed, instead of
> getting this dialog, the visual studio debugger is started up. So
> there
> is a hook there.
>
> I was thinking it would be cool to hook in our own code to that hook,
> and was wondering if any one had already done this.
>
> Bret
>
> --
> Bret Pettichord
> Lead Developer, Watir, www.watir.com 
> Blog, www.io.com/~wazmo/blog 
> Twitter, www.twitter.com/bpettichord
> 
>
>
>
>
>
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-14 Thread Pallavi Sharma
Hi Bret
Is there a way in watir I can fetch the warning message which appears in the
status bar of IE during a JS error?

Can that be a solution for this issue?

Please let me know.

Thanks

Pallavi.

On Mon, Oct 12, 2009 at 8:45 AM, Bret Pettichord wrote:

>
> Marlon MxM wrote:
> > have you tried the solutions listed here
> > http://wiki.openqa.org/display/WTR/Pop+Ups?
> Mostly that consists of variations on using AutoIt.
>
> I'm looking for more creative approaches.
>
> E.g. as regards this dialog:
> http://wiki.openqa.org/display/WTR/Security+Information
>
> I got rid of this simply by changing the security setting of the browser
> (manually) to stop displaying this window.
>
> I know that there must be some hook that is available to trap the
> javascript errors. If you have Visual Studio installed, instead of
> getting this dialog, the visual studio debugger is started up. So there
> is a hook there.
>
> I was thinking it would be cool to hook in our own code to that hook,
> and was wondering if any one had already done this.
>
> Bret
>
> --
> Bret Pettichord
> Lead Developer, Watir, www.watir.com
> Blog, www.io.com/~wazmo/blog
> Twitter, www.twitter.com/bpettichord
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-14 Thread Pallavi Sharma
Hi Jarmo
Can you share the code for the AutoIt if its not an issue. I would be
interested in something similar for our work.



On Fri, Oct 9, 2009 at 3:46 PM, Jarmo Pertman  wrote:

>
> Hello.
>
> We used AutoIt for opening the javascript error message window, then
> make a screenshot of the error message itself and close the window,
> not that IE js error messages would be useful on most of the times.
> This is a little dirty hack, but it works for us sort of.
>
> Jarmo
>
> On Oct 9, 6:15 am, dt_nz  wrote:
> > Hi
> > I was hoping someone could point me in the right direction to get some
> > help capturing java script errors.  We have a rather large number of
> > tests that are executed during our regression run, and there can be a
> > significant amount of page reloads etc that sometimes cause java
> > script errors.  In the past we have simply turned java scripts off
> > from popping up so our tests continue without stopping, and relied on
> > manual testing to pick the errors up.
> >
> > Any help would be appreciated
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-11 Thread Bret Pettichord

Marlon MxM wrote:
> have you tried the solutions listed here 
> http://wiki.openqa.org/display/WTR/Pop+Ups?
Mostly that consists of variations on using AutoIt.

I'm looking for more creative approaches.

E.g. as regards this dialog:
http://wiki.openqa.org/display/WTR/Security+Information

I got rid of this simply by changing the security setting of the browser 
(manually) to stop displaying this window.

I know that there must be some hook that is available to trap the 
javascript errors. If you have Visual Studio installed, instead of 
getting this dialog, the visual studio debugger is started up. So there 
is a hook there.

I was thinking it would be cool to hook in our own code to that hook, 
and was wondering if any one had already done this.

Bret

-- 
Bret Pettichord
Lead Developer, Watir, www.watir.com
Blog, www.io.com/~wazmo/blog
Twitter, www.twitter.com/bpettichord


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-11 Thread Marlon MxM
have you tried the solutions listed here
http://wiki.openqa.org/display/WTR/Pop+Ups?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-09 Thread Bret Pettichord

I would also be interested in a solution to this. Especially if it were 
more elegant to Jarmo's solution. I'd really like to be able to pull the 
text of the javascript error so i could post it to a log. Any one?

Bret

Jarmo Pertman wrote:
> Hello.
>
> We used AutoIt for opening the javascript error message window, then
> make a screenshot of the error message itself and close the window,
> not that IE js error messages would be useful on most of the times.
> This is a little dirty hack, but it works for us sort of.
>
> Jarmo
>
> On Oct 9, 6:15 am, dt_nz  wrote:
>   
>> Hi
>> I was hoping someone could point me in the right direction to get some
>> help capturing java script errors.  We have a rather large number of
>> tests that are executed during our regression run, and there can be a
>> significant amount of page reloads etc that sometimes cause java
>> script errors.  In the past we have simply turned java scripts off
>> from popping up so our tests continue without stopping, and relied on
>> manual testing to pick the errors up.
>>
>> Any help would be appreciated
>> 
> >
>   


-- 
Bret Pettichord
Lead Developer, Watir, www.watir.com
Blog, www.io.com/~wazmo/blog
Twitter, www.twitter.com/bpettichord


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Re: Capturing Java Script Errors

2009-10-09 Thread Jarmo Pertman

Hello.

We used AutoIt for opening the javascript error message window, then
make a screenshot of the error message itself and close the window,
not that IE js error messages would be useful on most of the times.
This is a little dirty hack, but it works for us sort of.

Jarmo

On Oct 9, 6:15 am, dt_nz  wrote:
> Hi
> I was hoping someone could point me in the right direction to get some
> help capturing java script errors.  We have a rather large number of
> tests that are executed during our regression run, and there can be a
> significant amount of page reloads etc that sometimes cause java
> script errors.  In the past we have simply turned java scripts off
> from popping up so our tests continue without stopping, and relied on
> manual testing to pick the errors up.
>
> Any help would be appreciated
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---