Sha256: 129c9250ac8dd29116a612a5c17215c41eaf299befd36ce0b0563021c3826e9a
Contents?: true
Size: 821 Bytes
Versions: 2
Compression:
Stored size: 821 Bytes
Contents
=begin Copyright 2010-2017 Sarosys LLC <http://www.sarosys.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | lib/arachni/element/link/dom/capabilities/submittable.rb |
arachni-1.5 | lib/arachni/element/link/dom/capabilities/submittable.rb |