I am trying to send text using c# and using a random delay.
I tried this:
string pause = project.Variables["randomsendkeysspeed"].Value;
instance.SendText("hello world",pause);
I am getting an error. It says something about cannot convert from string to int.
Anyone know what i'm doing wrong and how to fix it?
Thanks
I tried this:
string pause = project.Variables["randomsendkeysspeed"].Value;
instance.SendText("hello world",pause);
I am getting an error. It says something about cannot convert from string to int.
Anyone know what i'm doing wrong and how to fix it?
Thanks