Hi @SagarSB
To create a dynamic selector, you need to find a dynamic/variable value in your stable selector.
Steps:
- Find a stable static selector that works for a particular element.
- Replace the dynamic/variable value in the selector with a variable.
This is the basic principle of creating variable/dynamic selectors.
I hope it is helpful.