What is the AJAX framework or library used in Pega 7?
I am trying to automate a Pega 7 based application using Selenium Webdriver v2.46. The Application seems to have a lot of data loaded asynchronously, AJAX. Currently i am using webdriverwait based explicit waits to handle the asynchronous loads. I wish to understand if there is any specific AJAX framework/library used in Pega 7. I could make use of this data to find out a way to verify if all the AJAX requests are complete.
This would stop me from waiting for specific elements each time. I could instead write a generic code.