Re: [Wtr-general] Watir presentation review?

2006-09-20 Thread Jason Alexander
Great comments, thanks Chris! As Charley asked offlist, I did neglect to mention my target audience in this case Ill be speaking to mid-to-senior level .NET, C# developers. So, yes, I think I have taken some things for granted and quickly dove deep into the details. But, thats great

Re: [Wtr-general] Problem with element_by_xpath?

2006-09-20 Thread Angrez Singh
Hi Bret,element_by_xpath has to be used only when there is no class in Watir for some HTML element. For e.g.: like Map, Area etc. For the elements which has class in watir we should go the syntax you said.- Angrez On 9/20/06, Bret Pettichord [EMAIL PROTECTED] wrote: Angrez, Do you consider

Re: [Wtr-general] Problem with element_by_xpath?

2006-09-20 Thread Bret Pettichord
I think i'd like to make ie.element(:xpath, 'whatever') be the published interface to this functionality. I think this kind of thing could be helpful for non-xpath work also. E.g. ie.element(:tag, 'meta').text Bret Angrez Singh wrote: Hi Bret, element_by_xpath has to be used only when

[Wtr-general] file download

2006-09-20 Thread Luke
is it possible to download a file from page without invoking window to specify name file, path, dialog with save, cancel buttons, can make it automatically, just specify link to a file and path in code ?Luke ___ Wtr-general mailing list

Re: [Wtr-general] Disclaimer

2006-09-20 Thread Reghunath B
Bret, Energised by the support I am getting from this group, I also would like to contribute in what ever small way I could with the documentation for 1.5 or later. Raghunath From: "Jason Alexander" [EMAIL PROTECTED]Reply-To: wtr-general@rubyforge.orgTo: wtr-general@rubyforge.orgSubject: Re:

Re: [Wtr-general] file download

2006-09-20 Thread Christian Baumann
Luke schrieb: is it possible to download a file from page without invoking window to specify name file, path, dialog with save, cancel buttons, can make it automatically, just specify link to a file and path in code ? I´ve realized this with a system call and wget (yes, there is a windows

Re: [Wtr-general] file download

2006-09-20 Thread Chris McMahon
is it possible to download a file from page without invoking window to specify name file, path, dialog with save, cancel buttons, can make it automatically, just specify link to a file and path in code ?I´ve realized this with a system call and wget (yes, there is a windowsversion, google for

Re: [Wtr-general] frame.contains_text missing with gem build 1081?

2006-09-20 Thread Bret Pettichord
Alan Ark wrote: I've logged the issue in Jira. Thanks for confirming that this was indeed a problem. Also thanks for the workaround. I was using html.include? I like using text better. After thinking about it, I'm disappointed that I wasn't thinking about using text to workaround the

[Wtr-general] Towards Automated Test Framework Using Ruby and Watir

2006-09-20 Thread Adrian Lewis
Hi, I have started a blog on Watir. http://www.agiletester.co.uk/ The formatting isn't done as yet, and there is still much to add. Cheers aidy --- This message and any attachment

Re: [Wtr-general] Problem with element_by_xpath?

2006-09-20 Thread Bret Pettichord
Alan Ark wrote: Hi folks. I was using the element_by_xpath to try to interact with FreeTextBox (FTB). FTB is a ASP.NET component that allows users to do some online editing. Supposedly there is an interface that I can use to interact with it, and I wanted to see if I actually could in my

[Wtr-general] Road Map for Watir 1.5

2006-09-20 Thread Bret Pettichord
I've reviewed all the open tickets in Jira, and have scheduled them for when they will be fixed or addressed. You can take a quick look at this link: http://jira.openqa.org/browse/WTR?report=com.atlassian.jira.plugin.system.project:roadmap-panel Items scheduled for 1.5.1 are things that need to