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.

Reply via email to