# File lib/selenium/link.rb, line 13
    def initialize(webpage, locator, target = nil)
      super(webpage, locator)
      @target = target
    end