I really miss lazy init.



________________________________
 From: Justin Ko <justin.t...@gmail.com>
To: watir-general@googlegroups.com 
Sent: Tuesday, September 3, 2013 9:28 AM
Subject: [wtr-general] Re: Nokogiri + Watir
 


On Thursday, August 29, 2013 11:18:59 AM UTC-4, Bashir Osman wrote:
Watir processes the DOM too slow which causes me to over use 'sleep' and 
'when_present'. I wanted to use Nokogiri to process the DOM then have watir 
automate that DOM without using Nokogiri syntax. 
 
You could consider using the watir-nokogiri gem 
(http://rubygems.org/gems/watir-nokogiri).

Watir-nokogiri gem is basically a wrapper around Nokogiri using the Watir API. 
It would mean you can get the performance of parsing with Nokogiri without 
having to know the Nokogiri syntax. Unfortunately, at this point, there is no 
automatic integration with the Watir browser (ie you have to manually pass the 
Watir html to the WatirNokogiri parser).

- Justin Ko

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.
 
watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com
 
--- 
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 watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
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 watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to