History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-495
Type: Bug Bug
Status: Resolved Resolved
Resolution: Incomplete
Priority: Major Major
Assignee: Andras Hatvani
Reporter: David Fraser
Votes: 0
Watchers: 1
Operations

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

Fedora Firefox 3 Compatibility

Created: 27/Jun/08 12:31 PM   Updated: Tuesday 03:30 PM
Component/s: Launcher - Firefox
Affects Version/s: 1.0 beta 1
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File firefox3-noremote.patch (2 kb)
2. File selenium-firefox-wrapper.c (0.7 kb)

Environment: Fedora 9, Firefox 3


 Description  « Hide
Selenium Server doesn't open Firefox with the new profile successfully unless the -no-remote argument is supplied.
This may depend on whether other Firefox instances are open with different profiles, and whether they are run with no-remote
firefox -help gives:
 -no-remote Open new instance, not a new window in running instance.

I'll attach a patch to include this

 All   Comments   Work Log   Change History      Sort Order:
David Fraser - 27/Jun/08 12:32 PM
Patch attached to add -no-remote to arguments

David Fraser - 27/Jun/08 12:35 PM
Attached Stub C program I'm using to work around this by adding the -no-remote into the instruction without having to recompile selenium (just for reference)

Andras Hatvani - 18/Nov/08 03:29 PM
Applying this patch would mean that we assume that everyone uses a multi-profile setup - is this the case? What are the benefits / drawbacks? More information is needed.