|
Does "selenium.browserbot.etc" work? Referencing "this" might be the issue. I tried that as well. I have also noticed that trying to get information from the dom by that route also isnt working. For example if I want to know the method for this form and put <tr> as my test it echos "post" in 1b1 but if I try do that in 1b2 i get [error] Threw an exception: selenium.browserbot.getCurrentWindow().document.jiraform is undefined Determined cause of issue, see http://clearspace.openqa.org/message/46135 Should be fixed in r2255. I added a new getUserWindow() method to the browserbot, which should be used instead of getCurrentWindow() to retrieve the current window. |
||||||||||||||||||||||||||||||||||||||||||||||
This was working for the selenium tutorial on Javascript on http://www.theautomatedtester.co.uk/