I have captured some UI elements from a web page. That web page has a specific URL, of the form (in my case) of:
https://myurl.com/mycompany/application/home
This web page and its elements are specific to that URL. However, the elements are generic to all of the pages, not just /home (things like menu expand, menu contract, search, add buttons). And even the elements are generic to all companies, not just the one named mycompany. So, I need to make this more generic - either find a way to use an asterisk in place of mycompany or home. Worst case, I have the company name in a variable. However, in PAD, I see no way to edit the web page address of a UI element - only the things in the dom that define the element.
Is there any way to do this?