I need to write text containing tabs (CSV text) into a textarea
Using $element->send_keys("one\ttwo\tthree") doesn't work as each tab character is handled by tabbing between each control.
Can tabs be entered into an input field or alternatively is there a way with Remote Driver to put text into the clipboard where I can use send_keys(ctrl-V) to paste it?
Thanks,
Chris