cancel
Showing results for 
Search instead for 
Did you mean: 

txt Vs ctxt ui element id in VB Script

Former Member
0 Kudos

Hi ,

There is one custom program which is used to record through standard GUI Scripting recorder capture the UI Element as below:

session.findById("wnd[0]/usr/txtT1").text =  "test"

But when the same program transported to different system , then the screen field is capture as :

session.findById("wnd[0]/usr/ctxtT1").text =  "test1"

So why there is difference in the field element capturing for the same program and same UI field. What is the difference of txt and ctxt id in the VB script?

Regards,

Kapil

Accepted Solutions (0)

Answers (1)

Answers (1)

holger_khn
Contributor
0 Kudos

Hello.

Check in properties of affected System if you have same network settings as in the other System:

Cheers

Holger