Forum Discussion

mortenb123's avatar
mortenb123
Contributor
9 years ago
Solved

keypress simulator for testcomplete web

I'm trying to emulate the following simple step:     panel = frame.frameIpsframe.panelMain;   passwordBox = panel.passwordboxInputpin;   passwordBox.SetText("zzzz");   But the "zzzz" is in real...
  • UnveN's avatar
    9 years ago

    Hello, try

    passwordBox.Keys("my password");