Log | = | Logger.new($DEBUG ? $stderr : nil) |
DIR | = | File.expand_path("../celerity", __FILE__) |
Jars | = | Dir[File.dirname(__FILE__) + '/htmlunit/*.jar'] |
VERSION | = | "0.9.2" |
index_offset | [RW] |
This index_offset attribute controls the indexing used when locating
elements by :index or fetching from Celerity::ElementCollections.
By default it is set to 1 for Watir compatibility, but users who use Celerity exlusively may want it set to 0 to make Celerity more consistent with Ruby. |