Set focus

Last updated

Last updated
C#
LTools.SAP.SapApp app = LTools.SAP.SapApp.Init(wf);
app.SetFocus("/app/con[0]/ses[0]/wnd[0]/usr/cntlIMAGE_CONTAINER/shellcont/shell/shellcont[0]/shell");
Python
app = LTools.SAP.SapApp.Init(wf)
app.SetFocus("/app/con[0]/ses[0]/wnd[0]/usr/cntlIMAGE_CONTAINER/shellcont/shell/shellcont[0]/shell")
JavaScript
var app = _lib.LTools.SAP.SapApp.Init(wf);
app.SetFocus("/app/con[0]/ses[0]/wnd[0]/usr/cntlIMAGE_CONTAINER/shellcont/shell/shellcont[0]/shell");