Sha256: a1af855f8fcf0c1bd0afdb425022e979e4d5dde03a5564d4c659d8310e12463e
Contents?: true
Size: 416 Bytes
Versions: 7
Compression:
Stored size: 416 Bytes
Contents
=begin Copyright 2010-2014 Tasos Laskos <tasos.laskos@arachni-scanner.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end module Watir class Element def opening_tag html.match( /<#{tag_name}.*?>/im )[0] end end end
Version data entries
7 entries across 7 versions & 1 rubygems