How to handle selectors with dynamically changing web IDs?

You could just add another wild card <webctrl id=‘d*e*’ tag=‘INPUT’ />
What it looks like is that it increments by one for each field you go to.

For the field e233, if you look it increments the last two numbers by ten.
So the next one is 243…253…etc…
If it always increments whatever the number is by ten, you could
store the first number value into a variable, put it in a loop, and increment that number variable by 10 each time it goes through the loop.