Module: EDSL::PageObject::Javascript::Prototype
- Defined in:
- lib/edsl/page_object/javascript/prototype.rb
Class Method Summary collapse
-
.pending_requests ⇒ Object
return the number of pending ajax requests.
Class Method Details
.pending_requests ⇒ Object
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 |