Wait for angular response in selenium webdriver – Twitter API
I am automating one angular based application with Selenium WebDriver(Java). In my AUT(Application Under Test) after selecting any option from dropdown it loads the data into the page. Now this loading is ajax based, basically it calls a webservice and…