Sha256: 9bf296340dd94388db38a578ec6239a96ebc2b296b9d776027641282049819e1
Contents?: true
Size: 832 Bytes
Versions: 3
Compression:
Stored size: 832 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::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
3 entries across 3 versions & 1 rubygems