Re: [wtr-general] Re: Parse HTML from database in Watir?

2013-12-02 Thread Lonny Eachus
On Friday, May 17, 2013 10:43:32 AM UTC-7, Željko Filipin wrote: On Fri, May 17, 2013 at 7:41 PM, Chuck van der Linden cvande...@climate.com wrote: IMHO if you are just trying to parse HTML, and not trying to drive a browser, you might be better off to just use Nokogiri (

[wtr-general] Re: Parse HTML from database in Watir?

2013-05-17 Thread Chuck van der Linden
On Wednesday, May 15, 2013 7:03:22 PM UTC-7, Lonny Eachus wrote: This is a rather urgent issue. I have some whole-page HTML in a database. I would like to get this HTML into Watir for parsing. How can I tell Watir to load this HTML into the DOM? I know I could write the data to a

Re: [wtr-general] Re: Parse HTML from database in Watir?

2013-05-17 Thread Željko Filipin
On Fri, May 17, 2013 at 7:41 PM, Chuck van der Linden cvanderlin...@climate.com wrote: IMHO if you are just trying to parse HTML, and not trying to drive a browser, you might be better off to just use Nokogiri ( http://rubygems.org/gems/nokogiri) +1 Željko -- -- Before posting, please

[wtr-general] Re: Parse HTML from database in Watir?

2013-05-16 Thread Alex Rodionov
For the record, that was replied on IRC: [09:25am] p0deje: lonny_: you can use data URI [09:26am] p0deje: browser.goto data:text/html,#{html} [09:27am] lonny_: Thanks. I'll give that a try. [09:29am] lonny_: Yes! That worked. Thank you very much. On Thursday, May 16, 2013 9:03:22 AM UTC+7,