I have a website I need to isolate XPATH identifiers on - they have an XPath ID like this //*[@id="panel-detail-6163748c7952a-partnerCode"]
The issue is that the website changes the value 6163748c7952a
on every page load.
Is there any such XPath expression which can match on the first/last part of that string? So of a wildcard like //*[@id="panel-detail-*-partnerCode"]