Sha256: 10f1902055614a8361053cbf70bef6a3521476f8d4d7071daebe58fd4e605778
Contents?: true
Size: 302 Bytes
Versions: 10
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true Capybara.add_selector(:css, locator_type: [String, Symbol], raw_locator: true) do css do |css| if css.is_a? Symbol warn "DEPRECATED: Passing a symbol (#{css.inspect}) as the CSS locator is deprecated - please pass a string instead." end css end end
Version data entries
10 entries across 9 versions & 2 rubygems