From text one word is captured using regex and stored in variable how can we type in particular field example- A Haa edit 50 to cover his life insurance (edit 50) is captured how can I type edit 50 in field?
I hope you have stored the output of regex to a variable now just use that variable in the type into activity to type it
If this is not the question please elaborate a little
cheers
It is not typing giving syntax error
Can you show what you are giving please
ideaaly output can be ieum(match) then use var(0).Value
if the output type is match then var.value
cheers
Can you show what you gave in the type into field and also instead of printing the log can you show from locals what is the value of that
Looks like there are some special characters in it
cheers
Hi
Just check if there any special character are there in the value otherwise just try varname.ToString in type into input field.
Thank you