Hi Team,
We are using jqwidgets with angular1. Recently , we have started Automation Testing with protractor framework. Currently we are using generated HTML of jqwidgets to select element from protractor. This generated HTML has some random id and div etc. It is very risky to use because in some point later, jqwidgets may decide to change the way how it generate the HTML and all of our selector would fail.
Is there any way that we can integrate jqwidgets in protractor so that we directly select the UI component and can use jqwidget API to get the state of widgets e.g to get the selected elements of a dropdown, all rows of grid etc?