Skip to Content
0
Aug 03, 2023 at 12:17 PM

Error during script execution

162 Views Last edit Aug 03, 2023 at 12:18 PM 3 rev

Hi Everyone,

When I use the https://yyy.co.uk/sap/bc/gui/sap/its/webgui? url and I try to load a flavor with a script associated with it, I encounter this error:

image.png

The script is simply:

session.findById("wnd[0]/usr/ctxtGRPDYNP-NAME_COALL").text = "LA1";

//session.findById("wnd[0]/usr/ctxtGRPDYNP-NAME_COALL").setFocus();

session.findById("wnd[0]/tbar[1]/btn[6]").press();

session.findById("wnd[1]/usr/btnBUTTON_1").press();

session.findById("wnd[0]/usr/lbl[0,0]").setFocus();

session.findById("wnd[0]/tbar[1]/btn[8]").press();

session.findById("wnd[0]/mbar/menu[1]/menu[7]/menu[4]").select();

Has anyone seen this error before?

Attachments

image.png (209.3 kB)