I have some parser controller. It using watir class ParserController < ApplicationController require 'open-uri'' require 'nokogiri'' require 'watir'' 'require 'selenium/webdriver'' ' def parse' ' car_brands_count = CarBrand.count.to_i.to_i' ' @output = Array.new' ' browser = Watir::Browser.new' 'browser.goto "http://www.site.ru/"'
How rune this action with Watir in production with Debian server? -- -- 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/d/optout.
