Sha256: a388da5af38dff6cc86672b689aa7ed3824103b994df33a3f78259f633e8e332
Contents?: true
Size: 721 Bytes
Versions: 6
Compression:
Stored size: 721 Bytes
Contents
=begin Copyright 2010-2015 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
6 entries across 6 versions & 1 rubygems