Sha256: 3c5d3257eac4865ca87051e27c1df595f622f4d89ca0be743dcb939cc18d78ca
Contents?: true
Size: 721 Bytes
Versions: 7
Compression:
Stored size: 721 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 Arachni class Browser class Javascript # Provides access to the `DOMMonitor` JS interface. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class DOMMonitor < Proxy # @param [Javascript] javascript # Active {Javascript} interface. def initialize( javascript ) super javascript, 'DOMMonitor' end def class DOMMonitor end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems