module PageObject::Javascript::Prototype

Public Class Methods

pending_requests() click to toggle source

return the number of pending ajax requests

# File lib/page-object/javascript/prototype.rb, line 8
def self.pending_requests
  'return Ajax.activeRequestCount'
end