Method: PageObject::Javascript::Prototype.pending_requests
- Defined in:
- lib/page-object/javascript/prototype.rb
.pending_requests ⇒ Object
return the number of pending ajax requests
8 9 10 |
# File 'lib/page-object/javascript/prototype.rb', line 8 def self.pending_requests 'return Ajax.activeRequestCount' end |