Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Guys,
For JScript, it will look like this:
var page = Sys.Process("iexplore", 2).Page("textboxpath");
var obj = page. // ...obtain the object here
obj.SetText("(\"Otp\")");
var page = Sys.Process("iexplore", 2).Page("textboxpath");
var obj = page. // ...obtain the object here
obj.SetText("(\"Otp\")");