Sha256: 395772fd79f25ff9cea4c2c6883d50c185d7bff5a5b92a781dc0e874514afb96
Contents?: true
Size: 833 Bytes
Versions: 5
Compression:
Stored size: 833 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::Element class LinkTemplate::DOM module Capabilities # Extends {Arachni::Element::DOM::Capabilities::Submittable} with # {LinkTemplate}-specific functionality. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> module Submittable include Arachni::Element::DOM::Capabilities::Submittable def prepare_browser( browser, options ) @browser = browser browser.javascript.custom_code = options[:custom_code] browser.javascript.taint = options[:taint] end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems