Hi Nick, I am looking for a generic way to solve this issue. Which means I will send any input and it should send the corresponding key strokes. The one way to achieve is to create page / object send the entire string and it will detect any special character if true then it will replace it with corresponding keys e.g
[email protected] will look like email{SHIFT}2domain.com and it will return back same.
But here I am thinking is there is any other way by which we can deal this issue.
Thanks