Hi…
I want to create dynamic URL. I have following in the selector:
“xpath”: “div[1]/a”
and I want to convert it into:
“xpath”: “div[& var &]/a”
where var is a variable.
Hi…
I want to create dynamic URL. I have following in the selector:
“xpath”: “div[1]/a”
and I want to convert it into:
“xpath”: “div[& var &]/a”
where var is a variable.
Thank you @kowts. It’s working
Glad that the solution worked!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.