Hello,
I am scripting on BMC Remedy ITSM 7.6 web client and I use the Truclient for Firefox protocol becuase the plain web http/html with Remedy DFE is not fully functional and can't replay correctly all the backchannel requests.
At the login, if the user previously didn't disconnect correctly, the browser sends a windows.confirm message asking if the user wants to take control of the session and override the already opened one.
I wanted to use the event handler on this event but the object is not recordable as it is from the firefow itself and not the page. So i cannot use event handler on this message.
How can I test in javascript if the window.confirm box is tdisplayed in order to use afterward the available truclient step that simulates a user clicking on OK in the confirmation message box.
Regards, FG.