Hi,
I am having an issue, I need to paste the following values in a text field:
30
31
32
33
34
35
But instead, the "populate text field" and "send keys" are inserting the values as a single line:
303132333435
Does anyone know how to add breaklines? or "/n". I tried with "send keys" and {return} but it entered the same single line.
Thanks!