Hello all,
I am trying to use an embedded browser application, and I can attach and detach using UFT One with provided methods like
WebUtil.AttachRemoteDebugging(...) WebUtil.DetachRemoteDebugging(...)
The same I am trying to use with UFT Developer, and I am looking for the same type of methods here, and am using Java SDK. Appreciate any help if anyone came across on this one.
Browser.attach(....) //To attach and working fine //No method for detach //Browser.close throws NotSupportedOperation