Module: EDSL::PageObject::Javascript::Prototype

Defined in:
lib/edsl/page_object/javascript/prototype.rb

Class Method Summary collapse

Class Method Details

.pending_requestsObject

return the number of pending ajax requests



9
10
11
# File 'lib/edsl/page_object/javascript/prototype.rb', line 9

def self.pending_requests
  'return Ajax.activeRequestCount'
end