Hi,
I am using katalon for testing web application. In my application, browser title will not change while navigating to different screens.
But object repository folders are created based on browser title.
Due to this, all controls/web elements in all of my pages are stored in a single folder. This also causes overwriting of controls with same name.
Please let me know if there is any alternate solution to create object repository folders without using browser title. I expect something like “a label control containing form name will be clicked first and that will be taken as folder name”.
Thanks and regards