Sha256: 47746918452cae8778e94cc38b6dd5978c909003b6364283b835a7afef7a22d6
Contents?: true
Size: 817 Bytes
Versions: 5
Compression:
Stored size: 817 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 Link::DOM module Capabilities # Extends {Arachni::Element::DOM::Capabilities::Submittable} with {Link}-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