Hi,
We have a Web based UI application build using the HTML 5 ,Angular JS and two layers of frames available across all the pages. Currently we are using protractor-cucumber framework to Automate this application.
Since we want to migrate all our tests to silk 4j, I did try to automate application using Silk 4j. After recording the application, I observed following concerns and looking for your input in it.
Concerns
- Few elements in object maps are not captured properly. (for example: //DIV[@ng-class='? ?ui-grid-row-heade*']/DIV[@dir='ltr']/SPAN[@textContents='1 - Initial review &*'])
- Some times while recording the the screen gets paused and unable to do any recording action.
- While replaying the script the screen gets paused and timeout error is displayed
Can somebody please confirm me that is it possible to Automate the Angular JS applications using silk4j? If yes, any help link ?