GreenZombie
07-22-2012, 11:21 AM
First I tried this and it just wrote the text
SendKeys('Hello world', 10,20);
didnt send so I added this
Wait (RandomRange(100, 200));
PressKey(13);
however i cant still get it work.
Could you guys help me? I also checked other threads but couldn't find anything about this :(
SendKeys('Hello world', 10,20);
didnt send so I added this
Wait (RandomRange(100, 200));
PressKey(13);
however i cant still get it work.
Could you guys help me? I also checked other threads but couldn't find anything about this :(