Sha256: 291e6aa6f9147069f5fc64a3216b9b6e8e72ca82108f9408c449d6d429fa7d79
Contents?: true
Size: 244 Bytes
Versions: 5
Compression:
Stored size: 244 Bytes
Contents
# encoding: utf-8 module Watir class Area < HTMLElement # # @todo temporarily add href attribute # # @see https://www.w3.org/Bugs/Public/show_bug.cgi?id=23192 # attributes :string => [:href] end # Area end # Watir
Version data entries
5 entries across 5 versions & 1 rubygems