Forum Discussion

Kristijan_Bratu_1's avatar
Kristijan_Bratu_1
Occasional Contributor
10 years ago

Playback problems with text input fileds

Hi,

we have problems with text input fields (TcxCustomInnerEdit),

When we run operation Keys with value '160[Enter]' only 160 is inserted.

And test fails.

Why?

Br

Kristijan

2 Replies

  • murugans1011's avatar
    murugans1011
    Regular Contributor
    hav u tried separaing key action somthng lik this



    txt.keys "160"

    txt.keys "[Enter]"
  • Kristijan_Bratu_1's avatar
    Kristijan_Bratu_1
    Occasional Contributor
    yes if we seperate key action then works.

    Thing is that TC records together and to seperate every operation is ...



    Kristijan