We had issues with window handles - the browser vusers would interact with the other vusers windows during a test run. It was really interesting behavior. This behavior is the same for all versions (workaround described in the article below), and occurs when the application opens a new window using the JavaScript function Window.open() and specifies a name for the new window - it is the hardcoded name that causes the issue, default behavior is "_blank" and this works fine. community.microfocus.com/.../19645.browserengine-29-invalid-locator-or-dom-element-handle-when-running-multiple-users.aspx
↧