Issue Details (XML | Word | Printable)

Key: SRC-327
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dan Fabulich
Reporter: Dan Fabulich
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

PI/Firefox: TestOpenInTargetFrame fails

Created: 22/Aug/07 12:14 PM   Updated: 12/Aug/08 05:37 PM
Component/s: Launcher - Firefox, Proxy Injection
Affects Version/s: None
Fix Version/s: None


 Description  « Hide

TestOpenInTargetFrame attempts to click on a link <a href="./frame_to_be_loaded.html" target="leftFrame" id="show">.

In IE, we just call element.click() and this just works, but in Firefox we have to simulate the effect of clicking on the link, by changing the location of the target window to the specified href. In non-PI mode, we keep a JS list of all window target names, but in PI mode, the JS can't know which target to update, so you get the error: "Window does not exist" when the link's target can't be found.



Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.