JQuery supports a syntax of $("span[id$='Label1']") to allow selection of ASP.NET INamingContainer generated ID’s that have been prefixed with “ct100$…“.
We are using Selenium and are looking for a similar way to select elements, ignoring the prefixes that ASP.NET generates.
Ideas?
Use: