How to give xpath a dynamic variable?
-
I need to type the excel's datas into a webpage table. And I use the foreach row to do this, the first row is perfect, but how can I type into the rest rows. I have tried to give a variable in selector's xpath. And it not work. Can't us using the wildcard or dynamic variable in selector like Uipath?
-
You can use * and ? for wildcard
You can use {{myvar}} for variables -
@allan-zimmermann Thank you, Allan. It is work. And why do we need to use the format {{}} to pass the parameter? I confuse about it.
-
Had to use something. So i decided on {{ }}
-
@allan-zimmermann Got it. Thank you.
-