module EDSL::PageObject::Javascript::Prototype

Public Class Methods

pending_requests() click to toggle source

return the number of pending ajax requests

# File lib/edsl/page_object/javascript/prototype.rb, line 9
def self.pending_requests
  'return Ajax.activeRequestCount'
end