lib/watir/browser.rb in commonwatir-2.0.0.rc2 vs lib/watir/browser.rb in commonwatir-2.0.0.rc3
- old
+ new
@@ -82,13 +82,9 @@
def options
return {} unless klass.respond_to?(:options)
klass.options
end
- def base_index
- options[:zero_based_indexing] ? 0 : 1
- end
-
def klass
key = Watir.options[:browser]
eval @@browser_classes[key] # this triggers the autoload
end
private :klass