[wtr-general] Re: customize xml generated by ci_reports

2009-08-24 Thread Dylan
To view the results html-like you have to create an xsl stylesheet to format the xml data. Then add to the top of your results file(s). Then you can just open the xml file and it will open fully formatted. Here's the xsl stylesheet I use: http://pastie.org/593268 It probably wont work for you be

[wtr-general] Re: WIN32OLERuntimeError: unknown OLE server: `AutoItX3.Control'"

2009-08-24 Thread Željko Filipin
I would suggest that you reinstall Watir, but this time while logged in as administrator. Also, registering AutoIt could help. In a command window, navigate to the directory where you've put AutoIt (probably C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.2\lib\watir) and type: regsvr32 AutoItX3.dll Že

[wtr-general] Re: Help selecting elements of a drop down list when the site uses Javascript/ASP.net

2009-08-24 Thread Chuck van der Linden
Try clearing the current selection, before selecting another value in the selection list. Also since picking the radio button causes the page to re-render (or is it a postback?), you might need to put in a small wait for a second or two after doing that to give the browser a chance to do it's thi

[wtr-general] Re: Is there anyway to wait until all images of a page is not loaded properly.

2009-08-24 Thread Željko Filipin
Does this help? http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email t

[wtr-general] Re: CI_reporter usage

2009-08-24 Thread tcfodor
I've automated adding the stylesheet and renaming the file. I've posted an example harness here: http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Database+Verifications -Tiffany On Aug 24, 12:59 am, Test Test wrote: > Tiffany, > > Its working fine, Thanks. > > Is there any wa

[wtr-general] Re: Testing dynamically-created elements in the DOM

2009-08-24 Thread Željko Filipin
On Tue, Aug 11, 2009 at 4:43 PM, Burdette Lamar wrote: > Some of the HTML pages I test are modified in the DOM after the HTML > is delivered. Do you use a tool like Firebug to explore pages? Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received th

[wtr-general] Re: Watir and Active X

2009-08-24 Thread Željko Filipin
What do you want to do? Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ 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, pl

[wtr-general] Re: :onmouseup

2009-08-24 Thread Željko Filipin
On Mon, Aug 10, 2009 at 11:37 PM, Dylan wrote: > I'd like to add the ability to locate an element > based on its "onmouseup" (or onmousedown, onclick, etc...) attribute. Xpath does not help? http://wiki.openqa.org/display/WTR/XPath Željko -- http://watirpodcast.com/ --~--~-~--~~---

[wtr-general] Re: Testing Email

2009-08-24 Thread Željko Filipin
On Fri, Aug 7, 2009 at 11:37 PM, b...@pettichord.com wrote: > I would like to automate email testing. Mainly make sure the right > emails were sent. I do that all the time. (I even have to check what the app does when it receives mail.) My app creates mails as files, and puts them in folder wher

[wtr-general] Re: Reg- Iframe

2009-08-24 Thread Željko Filipin
What is the problem? Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ 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, pleas

[wtr-general] Reg- Iframe

2009-08-24 Thread Ila
Hi , HTML structure is like this, http://api.recaptcha.net/noscript? k=6LcPZAIAAEl5g35rhVca-tkM3jI7CRjbtrtY" width="500" height="300" frameborder="0"> could plz some one help this for watir code Regards iLa --~--~-~--~~~---~--~~ You receive

[wtr-general] Re: Can I submit examples for Watir rdoc?

2009-08-24 Thread Željko Filipin
On Fri, Jul 31, 2009 at 1:14 AM, George wrote: > I was wondering if I could submit some examples Please do! Do you need any help with that? Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[wtr-general] Re: WIN32OLERuntimeError: unknown OLE server: `AutoItX3.Control'"

2009-08-24 Thread zakir hussain
Install the latest gem of WIN32OLE and try again -zakir On Mon, Aug 24, 2009 at 10:26 AM, praveen kumar wrote: > > hi, > When iam running,Iam getting this error .can anybody please help > me > > > > -- Best Regards zakir --~--~-~--~~~---~--~~ You receive

[wtr-general] WIN32OLERuntimeError: unknown OLE server: `AutoItX3.Control'"

2009-08-24 Thread praveen kumar
hi, When iam running,Iam getting this error .can anybody please help me --~--~-~--~~~---~--~~ 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