From watirjira at gmail.com Fri Dec 2 02:14:12 2011 From: watirjira at gmail.com (Sergey Erokhin (JIRA)) Date: Fri, 2 Dec 2011 01:14:12 -0600 (CST) Subject: [Wtr-development] [JIRA] Created: (WTR-496) method_missing for row.cells but work for row.tds Message-ID: <27190523.54.1322810052220.JavaMail.oqa-j2ee@openqa01.managed.contegix.com> method_missing for row.cells but work for row.tds -------------------------------------------------- Key: WTR-496 URL: http://jira.openqa.org/browse/WTR-496 Project: Watir Issue Type: Bug Components: Other Affects Versions: 2.0 Environment: Win7 64, IE9, Ruby 1.9.3 p0 (Ruby 1.8.7) Reporter: Sergey Erokhin Same error on ruby 1.8.7, and clean 1.9.3 Code work ok on watir 1.9.2 id="cph_rpt#{entity}s_prrow_#{row_n}" row=$ie.row(:id => id) while row.exist? ret_list << row.cells[cell_n].text row_n+=1 id="cph_rpt#{entity}s_prrow_#{row_n}" row=$ie.row(:id => id) end failed with error private method `cells' called for # stack trace: C:/Ruby/lib/ruby/gems/1.8/gems/watir-2.0.4/lib/watir/element.rb:447:in `method_missing' but when i change code (cells -> tds) ret_list << row.tds[cell_n].text work fine ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.openqa.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From zeljko.filipin at wa-research.ch Mon Dec 5 17:23:44 2011 From: zeljko.filipin at wa-research.ch (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Mon, 5 Dec 2011 23:23:44 +0100 Subject: [Wtr-development] HTML Elements Supported by Watir Message-ID: I have created a table of all HTML elements and added data which Watir gem (watir, watir-webdriver, safariwatir) supports each element and/or it's collection. How to read the table: https://github.com/zeljkofilipin/watirbook/blob/master/reference/elements.md The table itself: http://zeljkofilipin.github.com/watirbook/elements.htm The code that generates the table: https://github.com/zeljkofilipin/watirbook/blob/master/rb/reference/elements.rb I am sure I have missed something, or that some data is not correct. If you notice anything, please let me know. Also, I am pretty sure there are better ways to present the data. Any help is appreciated. A big thank you to Jari for helping me get a lot of the data for the table. ?eljko -- watir.com/book - author -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at wa-research.ch Mon Dec 5 18:48:11 2011 From: zeljko.filipin at wa-research.ch (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Tue, 6 Dec 2011 00:48:11 +0100 Subject: [Wtr-development] HTML Elements Supported by Watir In-Reply-To: References: Message-ID: On Mon, Dec 5, 2011 at 11:23 PM, ?eljko Filipin < zeljko.filipin at wa-research.ch> wrote: > http://zeljkofilipin.github.com/watirbook/elements.htm I have moved the page to http://zeljkofilipin.github.com/watirbook/reference/elements.htm You can find (at the moment not so pretty) HTML version of the book at http://zeljkofilipin.github.com/watirbook/ ?eljko -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex.ikhelis at gmail.com Tue Dec 6 15:36:56 2011 From: alex.ikhelis at gmail.com (Aliaksandr Ikhelis) Date: Tue, 6 Dec 2011 20:36:56 +0000 Subject: [Wtr-development] HTML Elements Supported by Watir In-Reply-To: References: Message-ID: > > Hi Zeljko, thank you! This is very useful. Is it worth referencing to this info from here, as I am sure many people are referring to it (at least in my company): http://wiki.openqa.org/display/WTR/HTML+Elements+Supported+by+Watir General question - is it planned for watir to support all the elements supported by watir-webdriver (all those html5 extras)? It is one of the remaining incompatabilities between the two, I believe. Thank you, Aleks -------------- next part -------------- An HTML attachment was scrubbed... URL: From jarmo.p at gmail.com Tue Dec 6 15:56:15 2011 From: jarmo.p at gmail.com (Jarmo) Date: Tue, 6 Dec 2011 22:56:15 +0200 Subject: [Wtr-development] HTML Elements Supported by Watir In-Reply-To: References: Message-ID: I guess the wiki link is already out of date. It would be good if that would point to up to date information, yes. And yes, there is plan to make watirspec specs passing against Watir (i hope all these html5 extra elements are also covered by specs - Jari?) Jarmo On Tue, Dec 6, 2011 at 10:36 PM, Aliaksandr Ikhelis wrote: > Hi Zeljko, thank you! This is very useful. > > Is it worth referencing to this info from here, as I am sure many people > are referring to it (at least in my company): > http://wiki.openqa.org/display/WTR/HTML+Elements+Supported+by+Watir > > General question - is it planned for watir to support all the elements > supported by watir-webdriver (all those html5 extras)? It is one of the > remaining incompatabilities between the two, I believe. > > Thank you, > Aleks > > > _______________________________________________ > Wtr-development mailing list > Wtr-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-development > -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at wa-research.ch Tue Dec 6 16:42:10 2011 From: zeljko.filipin at wa-research.ch (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Tue, 6 Dec 2011 22:42:10 +0100 Subject: [Wtr-development] HTML Elements Supported by Watir In-Reply-To: References: Message-ID: On Tue, Dec 6, 2011 at 9:36 PM, Aliaksandr Ikhelis wrote: > Is it worth referencing to this info from here, as I am sure many people are referring to it (at least in my company): http://wiki.openqa.org/display/WTR/HTML+Elements+Supported+by+Watir I think everything on the wiki is outdated. My plan is to create similar tables in the book and just delete all obsolete wiki pages. ?eljko -------------- next part -------------- An HTML attachment was scrubbed... URL: From jari.bakken at gmail.com Tue Dec 6 17:24:39 2011 From: jari.bakken at gmail.com (Jari Bakken) Date: Tue, 6 Dec 2011 23:24:39 +0100 Subject: [Wtr-development] HTML Elements Supported by Watir In-Reply-To: References: Message-ID: <399199283643000296@unknownmsgid> Den 6. des. 2011 kl. 22:32 skrev Jarmo : > I guess the wiki link is already out of date. It would be good if that would point to up to date information, yes. > > And yes, there is plan to make watirspec specs passing against Watir (i hope all these html5 extra elements are also covered by specs - Jari?) > They're not. The amount of duplication in watirspec made me reluctant to add them until it's been refactored. I was hoping we could use rspec's shared examples, but it hasn't been a huge priority, especially since these code paths in watir-webdriver are already pretty well covered. From jari.bakken at gmail.com Wed Dec 7 18:07:40 2011 From: jari.bakken at gmail.com (Jari Bakken) Date: Thu, 8 Dec 2011 00:07:40 +0100 Subject: [Wtr-development] watirspec: watir2 merged into master Message-ID: Hi, I've just merged watirspec's watir2 branch into master: https://github.com/jarib/watirspec/commit/8ede6a7368a6c1fe0d6d72664d628313a7cffa96 With both Watir and watir-webdriver using the watir2 branch, that left only Celerity on master, so it made sense to do this merge. The previous master is now available as watir1: https://github.com/jarib/watirspec/branches/watir1 The watir2 branch has been deleted. Jari -------------- next part -------------- An HTML attachment was scrubbed... URL: From jari.bakken at gmail.com Wed Dec 7 18:08:24 2011 From: jari.bakken at gmail.com (Jari Bakken) Date: Thu, 8 Dec 2011 00:08:24 +0100 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: References: Message-ID: Oh, and Jarmo now has push access to the watirspec repo. Congrats! -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at wa-research.ch Thu Dec 8 05:52:31 2011 From: zeljko.filipin at wa-research.ch (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Thu, 8 Dec 2011 11:52:31 +0100 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: References: Message-ID: On Thu, Dec 8, 2011 at 12:07 AM, Jari Bakken wrote: > With both Watir and watir-webdriver using the watir2 branch, that left only Celerity on master I have noticed that back when I was playing with watirspec and I remember wanting to ask why isn't watir2 master branch, but I guess I forgot. :) ?eljko -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at wa-research.ch Thu Dec 8 05:53:37 2011 From: zeljko.filipin at wa-research.ch (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Thu, 8 Dec 2011 11:53:37 +0100 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: References: Message-ID: On Thu, Dec 8, 2011 at 12:08 AM, Jari Bakken wrote: > Jarmo now has push access to the watirspec repo. Congratulations Jarmo. I am looking forward to seeing watir gem having good results with watirspec. ?eljko -- watir.com/book - author -------------- next part -------------- An HTML attachment was scrubbed... URL: From jarmo.p at gmail.com Fri Dec 9 08:04:57 2011 From: jarmo.p at gmail.com (Jarmo) Date: Fri, 9 Dec 2011 15:04:57 +0200 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: References: Message-ID: I'm looking forward for that too :) Here is my current action plan: 1) Run watirspec against watir with ruby 1.9.3 2) Add more guards if they make sense OR implement watir code to make the spec pass I'm having currently 175 failures out of 1003. Since Watir doesn't conform to the API of WatirSpec in full extent then i have to do changes which are not backwards compatible. Having that and Semantic Versioning ( http://semver.org/) in mind, i'd say that the next version number for Watir should be 3.0. I'd also suggest to delete current unit tests for Watir when specs are passing, because it could take some time to change these tests to pass after all changes due to incompatibilities and having them around doesn't make much sense. I think if there should be watir specific tests then these could be done by using RSpec also. And when it comes to 3.1 then one idea would be to remove firewatir and commonwatir code so there would be only watir gem. Anyone knows who holds the username "watir" in github currently? I guess having compatibility between Watir-WebDriver is worth these changes. What do you guys think? Jarmo On Thu, Dec 8, 2011 at 12:53 PM, ?eljko Filipin < zeljko.filipin at wa-research.ch> wrote: > On Thu, Dec 8, 2011 at 12:08 AM, Jari Bakken > wrote: > > Jarmo now has push access to the watirspec repo. > > Congratulations Jarmo. I am looking forward to seeing watir gem having > good results with watirspec. > > ?eljko > -- > watir.com/book - author > > _______________________________________________ > Wtr-development mailing list > Wtr-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-development > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jari.bakken at gmail.com Fri Dec 9 10:49:00 2011 From: jari.bakken at gmail.com (Jari Bakken) Date: Fri, 9 Dec 2011 16:49:00 +0100 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: References: Message-ID: <-5453715091980699619@unknownmsgid> Den 9. des. 2011 kl. 16:21 skrev Jarmo : > > > I guess having compatibility between Watir-WebDriver is worth these changes. What do you guys think? > Absolutely! From zeljko.filipin at wa-research.ch Fri Dec 9 10:58:19 2011 From: zeljko.filipin at wa-research.ch (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Fri, 9 Dec 2011 16:58:19 +0100 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: References: Message-ID: On Fri, Dec 9, 2011 at 2:04 PM, Jarmo wrote: > I'd also suggest to delete current unit tests for Watir when specs are passing Maybe it would be good to take a look if there is something in watir unit tests that is not in watirspec. If that is the case, probably the best way would be to add those to watirspec. > And when it comes to 3.1 then one idea would be to remove firewatir and commonwatir code so there would be only watir gem. +1 I do not think there is any reason to keep firewatir and commonwatir. Maybe it would be a good thing to rename watir gem to watir-ie and "gem install watir" to install watir-ie and watir-webdriver. > Anyone knows who holds the username "watir" in github currently? I did not even know https://github.com/watir exists. :) > I guess having compatibility between Watir-WebDriver is worth these changes. What do you guys think? +1 ?eljko -------------- next part -------------- An HTML attachment was scrubbed... URL: From colinsdaddy at gmail.com Fri Dec 9 11:04:53 2011 From: colinsdaddy at gmail.com (Hugh McGowan) Date: Fri, 9 Dec 2011 10:04:53 -0600 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: References: Message-ID: I think this is really great stuff, Jarmo. Thanks for all your hard work here. We should definitely go to a new major version and I really like the idea of removing the older code with 3.1. In fact, it would be nice to instrument Watir to use watir-webdriver for everything but IE. One question - do you anticipate changes that would make this incompatible with Ruby 1.8.7? I'm OK with moving ahead to Ruby 1.9.2 but I'm not sure what others think of it. We might want to start a separate thread to see if there's any reason not to proceed in that direction. I'm happy to help with all of this and will try to take a look over the holidays at getting modal dialogs working in Ruby 1.9.3. Let me know if there's anything else you'd like help with. l think Bret owns the watir account on GitHub - I'll talk to him today and make sure he sees this thread :) Hugh -------------- next part -------------- An HTML attachment was scrubbed... URL: From jarmo.p at gmail.com Fri Dec 9 11:25:43 2011 From: jarmo.p at gmail.com (Jarmo) Date: Fri, 9 Dec 2011 18:25:43 +0200 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: References: Message-ID: On Fri, Dec 9, 2011 at 6:04 PM, Hugh McGowan wrote: > In fact, it would be nice to instrument Watir to use watir-webdriver for > everything but IE. > I'm not sure if that should be done by Watir or not, but i'd say this is a further future. > One question - do you anticipate changes that would make this incompatible > with Ruby 1.8.7? > No, i don't and i don't think that there will be anything against Ruby 1.8.7. I'm happy to help with all of this and will try to take a look over the > holidays at getting modal dialogs working in Ruby 1.9.3. Let me know if > there's anything else you'd like help with. > I'll let you guys know if i've run out of energy or time :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jari.bakken at gmail.com Fri Dec 9 11:56:52 2011 From: jari.bakken at gmail.com (Jari Bakken) Date: Fri, 9 Dec 2011 17:56:52 +0100 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: References: Message-ID: <3417903442724721711@unknownmsgid> Den 9. des. 2011 kl. 17:51 skrev "?eljko Filipin" < zeljko.filipin at wa-research.ch>: On Fri, Dec 9, 2011 at 2:04 PM, Jarmo wrote: > I'd also suggest to delete current unit tests for Watir when specs are passing Maybe it would be good to take a look if there is something in watir unit tests that is not in watirspec. If that is the case, probably the best way would be to add those to watirspec. I'm sure there will be quite a few implementation-specific ones, which belong in in spec/*.rb and not in watirspec. Celerity and watir-webdriver both do this. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jarmo.p at gmail.com Sat Dec 10 04:02:45 2011 From: jarmo.p at gmail.com (Jarmo) Date: Sat, 10 Dec 2011 11:02:45 +0200 Subject: [Wtr-development] watirspec: watir2 merged into master In-Reply-To: <3417903442724721711@unknownmsgid> References: <3417903442724721711@unknownmsgid> Message-ID: Yup. On the other hand, i'm not sure that the effort needed to port missing unit tests to specs pays off. We'll see. J. On Fri, Dec 9, 2011 at 6:56 PM, Jari Bakken wrote: > > > Den 9. des. 2011 kl. 17:51 skrev "?eljko Filipin" < > zeljko.filipin at wa-research.ch>: > > On Fri, Dec 9, 2011 at 2:04 PM, Jarmo wrote: > > I'd also suggest to delete current unit tests for Watir when specs are > passing > > Maybe it would be good to take a look if there is something in watir unit > tests that is not in watirspec. If that is the case, probably the best way > would be to add those to watirspec. > > > I'm sure there will be quite a few implementation-specific ones, which > belong in in spec/*.rb and not in watirspec. Celerity and watir-webdriver > both do this. > > > > _______________________________________________ > Wtr-development mailing list > Wtr-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-development > -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at wa-research.ch Tue Dec 13 05:29:58 2011 From: zeljko.filipin at wa-research.ch (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Tue, 13 Dec 2011 11:29:58 +0100 Subject: [Wtr-development] watir-webdriver 0.4.1 Message-ID: More information: http://watir.com/2011/12/13/watir-webdriver-0-4-1/ ?eljko -- watir.com/book - author -------------- next part -------------- An HTML attachment was scrubbed... URL: From watirjira at gmail.com Tue Dec 20 13:58:02 2011 From: watirjira at gmail.com (Zach (JIRA)) Date: Tue, 20 Dec 2011 12:58:02 -0600 (CST) Subject: [Wtr-development] [JIRA] Commented: (WTR-340) watirspec: Image#save and FileField#set should fix path for windows Message-ID: <32926113.6.1324407482740.JavaMail.oqa-j2ee@openqa01.managed.contegix.com> [ http://jira.openqa.org/browse/WTR-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20370#action_20370 ] Zach commented on WTR-340: -------------------------- I have had issues with the save image feature not inputting the path that I gave the method call. After digging I found this to be my issue which I think address this bug. In the image.rb -> fill_save_image_dialog(path) method, there is the command variable which creates a ruby script to execute in a new rubyw instance. The issue that I found in my environment was that it was missing the "require 'rubygems';" line when building the command. This made the script fail because it couldn't find the rautomation gem. I added the require line and it fixed the issue I was having. Original Code from watir-2.0.2 image.rb: def fill_save_image_dialog(path) command = "require 'rautomation';" << "window=::RAutomation::Window.new(:title => 'Save Picture');" << "window.text_field(:class => 'Edit', :index => 0).set('#{path}');" << "window.button(:value => '&Save').click" Thread.new do system("ruby -e \"#{command}\"") end end Modified code of the same method that fixed the issue: def fill_save_image_dialog(path) command = "require 'rubygems';" << "require 'rautomation';" << "window=::RAutomation::Window.new(:title => 'Save Picture');" << "window.text_field(:class => 'Edit', :index => 0).set('#{path}');" << "window.button(:value => '&Save').click" Thread.new do system("ruby -e \"#{command}\"") end end > watirspec: Image#save and FileField#set should fix path for windows > ------------------------------------------------------------------- > > Key: WTR-340 > URL: http://jira.openqa.org/browse/WTR-340 > Project: Watir > Issue Type: Sub-task > Components: Save File > Affects Versions: 1.6.2 > Environment: Watir::IE on WinXP > Reporter: Jari Bakken > Fix For: Soon > > > 61) > 'Image#save saves an image to file' FAILED > expected true, got false > ./spec/watirspec/image_spec.rb:208: > 32) > 'FileField#set is able to set a file path in the field and click the upload button and fire the onchange event' FAILED > expected: "Z:/git/watir/spec/watirspec/filefield_spec.rb", > got: "" (using ==) > ./spec/watirspec/filefield_spec.rb:114: -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.openqa.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From watirjira at gmail.com Thu Dec 22 12:15:56 2011 From: watirjira at gmail.com (Durga Prasad (JIRA)) Date: Thu, 22 Dec 2011 11:15:56 -0600 (CST) Subject: [Wtr-development] [JIRA] Created: (WTR-497) Watir not identifyign browser when user click on a link to open another browser where that is not a html page (pdf file in a browser) Message-ID: <16327646.6.1324574156740.JavaMail.oqa-j2ee@openqa01.managed.contegix.com> Watir not identifyign browser when user click on a link to open another browser where that is not a html page (pdf file in a browser) ------------------------------------------------------------------------------------------------------------------------------------- Key: WTR-497 URL: http://jira.openqa.org/browse/WTR-497 Project: Watir Issue Type: Bug Components: Other Affects Versions: 1.9.1 Environment: Windows 7, 2,54 GHZ speed and 4 GB RAM Reporter: Durga Prasad Priority: Major Fix For: 1.9.2 When I am attaching new window then it shows error message Failure/Error: $ie2 = Watir::IE.attach(:url, /url name entered/) #That url opens pdf file in a browser NoMethodError: unknown property or method: `readyState' HRESULT error code:0?80020006 Unknown name. # ./rspecsupport.rb:303:in `block (3 levels) in ' Can you please help me on this -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.openqa.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From simon.m.stewart at gmail.com Wed Dec 28 06:38:22 2011 From: simon.m.stewart at gmail.com (Simon Stewart) Date: Wed, 28 Dec 2011 11:38:22 +0000 Subject: [Wtr-development] Selenium Conf '12 Message-ID: Hi, I'd like to extend an invitation to the Watir community to participate in Selenium Conf 2012. We're planning on having a single main track, with an unconference in the break-out rooms, and watir talks would be welcome in either and both parts of the conference. I don't want to spam the watir user list unnecessarily, so I thought it best if I post here and let you guys decide how best to proceed. http://www.seleniumconf.org/speakers/ Cheers and happy New Year! Simon -------------- next part -------------- An HTML attachment was scrubbed... URL: From zeljko.filipin at wa-research.ch Wed Dec 28 06:40:01 2011 From: zeljko.filipin at wa-research.ch (=?UTF-8?Q?=C5=BDeljko_Filipin?=) Date: Wed, 28 Dec 2011 12:40:01 +0100 Subject: [Wtr-development] Selenium Conf '12 In-Reply-To: References: Message-ID: I think we should post this to watir-general. Anybody thinks that is not a good idea? ?eljko -- watir.com/book - author On Wed, Dec 28, 2011 at 12:38 PM, Simon Stewart wrote: > Hi, > > I'd like to extend an invitation to the Watir community to participate in > Selenium Conf 2012. We're planning on having a single main track, with an > unconference in the break-out rooms, and watir talks would be welcome in > either and both parts of the conference. I don't want to spam the watir > user list unnecessarily, so I thought it best if I post here and let you > guys decide how best to proceed. > > http://www.seleniumconf.org/speakers/ > > Cheers and happy New Year! > > Simon > > _______________________________________________ > Wtr-development mailing list > Wtr-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-development > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bret at pettichord.com Wed Dec 28 11:28:54 2011 From: bret at pettichord.com (Bret Pettichord) Date: Wed, 28 Dec 2011 10:28:54 -0600 Subject: [Wtr-development] Selenium Conf '12 In-Reply-To: References: Message-ID: +1 Really appreciate the invitation. On Wed, Dec 28, 2011 at 5:40 AM, ?eljko Filipin < zeljko.filipin at wa-research.ch> wrote: > I think we should post this to watir-general. Anybody thinks that is not a > good idea? > > ?eljko > -- > watir.com/book - author > > On Wed, Dec 28, 2011 at 12:38 PM, Simon Stewart > wrote: > >> Hi, >> >> I'd like to extend an invitation to the Watir community to participate in >> Selenium Conf 2012. We're planning on having a single main track, with an >> unconference in the break-out rooms, and watir talks would be welcome in >> either and both parts of the conference. I don't want to spam the watir >> user list unnecessarily, so I thought it best if I post here and let you >> guys decide how best to proceed. >> >> http://www.seleniumconf.org/speakers/ >> >> Cheers and happy New Year! >> >> Simon >> >> _______________________________________________ >> Wtr-development mailing list >> Wtr-development at rubyforge.org >> http://rubyforge.org/mailman/listinfo/wtr-development >> > > > _______________________________________________ > Wtr-development mailing list > Wtr-development at rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-development > -- Bret Pettichord Director, Watir Project, www.watir.com Blog, www.testingwithvision.com Twitter, www.twitter.com/bpettichord -------------- next part -------------- An HTML attachment was scrubbed... URL: From alister.scott at gmail.com Wed Dec 28 18:15:29 2011 From: alister.scott at gmail.com (Alister Scott) Date: Thu, 29 Dec 2011 09:15:29 +1000 Subject: [Wtr-development] Test Automation Bazaar: call for presenters Message-ID: Hi Everyone. The call for presenters for the Test Automation Bazaar in Austin, Texas from 23-24 March 2012 is now open. See: http://watir.com/test-automation-bazaar/ for a link. Cheers, Alister Alister Scott Brisbane, Australia Watir Web Master: http://watir.com Blog: http://watirmelon.com LinkedIn: http://www.linkedin.com/in/alisterscott "There are two ways to get enough: One is to continue to accumulate more and more. The other is to desire less." *~ G. K. Chesterton* -------------- next part -------------- An HTML attachment was scrubbed... URL: