Is there any way I can decide under which Page of Element Explorer the recorded element should be placed when I explicitly add to element repository during recording.
In My Case the Application Under Test URL changes as version changes so if i already have some elements present for one AUT page and when i want to add new elements to same page while recording on new version of AUT(app under test), it creates new Page under Element Explorer.
Why I need to achieve this is because when I refer to these elements in Coded steps using Pages.XYZ.Element1 pattern I need to remember multiple Pages of element explorer even though they contains locators of a single AUT page.
Please suggest possible solution to this.
Thanks