|
Ok , duh, you need to make sure "Block Pop-Up Windows" is unchecked. Which allows the window to open. However, there's still some trouble with waiting for the popup - looks like some kind of Javascript type conversion error. Look at SEL-572 for a vary probable fix of this problem. The thing is, openWindow() commands incorrectly do not record the ID of the opened window in the selenium.browserbot.openedWindows object that is used to find windows, UNLESS the browser is IE in HTA mode... Drove me crazy before I understood. Please vote for SEL-572 to get this fix in ASAP!!! checking for 'currentDocument == null' inside BrowserBot.prototype._isSameDocument(), and modified it to return false if currentDocument is null. Later, ran the selenium-core tests against safari-4, and the previously failed tests with error message currentDocument [null] are passing. Let me know if this solution is okay? updated wrong jira issue. the patch is related to: http://jira.openqa.org/browse/SEL-680 @Ivo Krab: Does the patch for http://jira.openqa.org/browse/SEL-572 Analysis: doClick() // like <a href="index.html" _target="_blank">link1</a> ========== Fix contains: Submitted SEL_639_Patch.txt in revision 7738. Chandra, you asked about submitting SEL_639_Patch.txt only – what is currentDocument.txt and is it still relevant? okay, it looks as though currentDocument.patch is contained within SEL_639_Patch. In this circumstance, can you remove previously uploaded patches (for posterity's sake -Jen |
||||||||||||||||||||||||||||||||||||||||||||||||||
Probably related...?