cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Script code for Sub window error message capture

Former Member
0 Likes
739

Hello Experts,

I am facing issue while capturing error message which is in window 2. You can see below screen shot for your reference.

I got the code as follows " Session.FindById("wnd[2]").Text " Which is juts giving Text as "error". I need complete Error message to be captured.

I even tried to use session.findById("wnd[2]/tbar[0]/btn[0]").text which results in capturing empty.

Can some one help me by providing this single line code for capturing second window message.

Thanks

Jim

View Entire Topic
Stefan-Schnell
Active Contributor
0 Likes

Hello Jim Jim,

I don't know the exact ID of your error message text, in my example is it

/wnd[2]/usr/txtMESSTXT1

To get your exact ID use Scripting Tracker.

Cheers

Stefan