I am trying to enter some value in text box using Karate UI automation using the below command
And input("textarea[class=ace_text-input]", 'index = "int_rtrapp-dev_k8s" container_name="rr-hebeat-inbound" "' + tracID + '"')
In the above command karate is ignoring the Hyphen between the "int_rtrapp-dev_k8s" and also "rr-hebeat-inbound"
Can someone guide me how to fix this issue, i tried few things like assigning those two words to a variable and use the variable same as i use for tracID but that is also not working