Sha256: a553f309a266c10dbd729a7e991cc93064260b1dc21b635cf92904ac3cd16653
Contents?: true
Size: 706 Bytes
Versions: 5
Compression:
Stored size: 706 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.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
5 entries across 5 versions & 1 rubygems