# File lib/browsers.rb, line 63
    def busy
      begin
        @ie.Busy
      rescue
        return true
      end
    end