On Saturday, March 16, 2013 2:34:35 AM UTC-7, Željko Filipin wrote: > watir-webdriver readme[1] says there are two sites with API documentation: > > "http://rdoc.info/gems/watir-webdriver/ (basic docs, updated on every > release) > http://watir.github.com/watir-webdriver/doc/ (includes all attribute > methods, updated occasionally)" > > I remember Jari explaining why some documentation is not there at > rdoc.info, but I forgot what he said. :) If you do not get the answer > here, post this to wtr-development. > > Željko > -- > [1] https://github.com/watir/watir-webdriver > > > On Sat, Mar 16, 2013 at 12:56 AM, Chuck van der Linden < > [email protected] <javascript:>> wrote: > >> I typically use the rdoc from rubydocs to look up stuff regarding methods >> and classes in watir.. >> http://www.rubydoc.info/github/watir/watir-webdriver/frames >> >> But recently when trying to remember how to clear cookies, it seemed like >> what was there was out of date. It still lists a clear_cookies method, but >> when I tried to use it that gives me an 'undefined method' error. >> >> When I look at the watir-webdriver site, >> http://watirwebdriver.com/cookies/ it tells me entirely different >> methods.. >> >> the rdoc has no mention of a cookies class or method. >> >> Am I just misunderstanding how to make good use of those docs, or are >> they out of date for some reason or what? >> >> > > Huh, well that's what I get for trusting google, I wonder what the difference is between rdoc.info and rubydoc.info, why one is up to date and the other not? Do we need to warn folks to NOT use the rubydoc.info site ? or do something to get it updated?
Interestingly enough, if I go to the GEMS section of that site, at http://rubydoc.info/gems/watir-webdriver/frames instead of the GIT section, it appears to give me the more up to date docs. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
