[wtr-general] Re: Pulling hair out on screen scraping

2009-01-09 Thread Bissquitt
to call the above with numstring = to 03, not finding it on the page and crashing. however thats what the If is there to prevent. Any ideas or tips? On Jan 4, 10:06 am, Bissquitt bissqu...@gmail.com wrote: ok thank you all so much. I got the majority of the code working. This is what I have so

[wtr-general] Re: Pulling hair out on screen scraping

2009-01-09 Thread Bissquitt
On Fri, Jan 9, 2009 at 10:38 AM, Bissquitt bissqu...@gmail.com wrote: anyone have any idea why this isnt working? (or should I be making a new topic for this?) for x in 0..2 do                  for y in 0..9 do                      numstring = x.to_s + y.to_s                      puts

[wtr-general] Re: Pulling hair out on screen scraping

2009-01-04 Thread Bissquitt
by going to the command line, type: gem server Then browse tohttp://localhost:8808 ri can also be used from the command line: ri String::succ! Additional responses inline: On Sat, Jan 3, 2009 at 10:31 AM, Bissquitt bissqu...@gmail.com wrote: Regarding documentation, I read the Tutorial

[wtr-general] Re: Pulling hair out on screen scraping

2009-01-03 Thread Bissquitt
worksheet.Cells(row, 'f').value = a else contLoop = false end row += 1 sleep 1 end On Jan 3, 8:32 am, Bissquitt bissqu...@gmail.com wrote: Granted I am new to Watir and ruby in general but I do have a background of programming. My brief experience has been

[wtr-general] Re: Pulling hair out on screen scraping

2009-01-03 Thread Bissquitt
to some examples:http://wiki.scrubyt.org/index.php?title=Tutorials HTH, Charley Baker blog:http://charleybakersblog.blogspot.com/ Project Manager, Watir,http://wtr.rubyforge.org QA Architect, Gap Inc Direct On Sat, Jan 3, 2009 at 7:12 AM, Bissquitt bissqu...@gmail.com wrote: forgot