Forum Discussion

mortenb123's avatar
mortenb123
Contributor
10 years ago

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
    10 years ago

    Hello, try

    passwordBox.Keys("my password");