I am new to selenium ide and facing the following issue:
I have a dynamic value coming in Target for one click command. The value is something like:
XYZ_1234098:out. The numeric values keeps on changing.
I have tried both contains and starts-with but no success.
I have tried using regular expression but i guess we can’t use them in selenium ide.
Kindly suggest any possible solution for the issue.
Considering that in your case it is id=XYZ_1234098 for some tag. You can try something like