I have an application under test, that has an iFrame, where Angular app is injected. My test suite is in Java Selenium and I am finding it very difficult to manipulate the controls inside the angular app.
I have used protractor and selenium in isolation, but this scenario, I am finding it difficult to get a solution.
My question is:
- Is there a way that I can wait for angular load completely before I can switch to the iFrame and manipulate the controls purely in selenium?
- If not, is there a way or any one has any work around where only for angular app part we can use the Protractor scripts? (Basically I am asking if protractor and selenium suites can go hand in hand?)
Any help greatly appreciated.