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

Key: SEL-351
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: vv
Votes: 0
Watchers: 0
Operations

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

Full and clear info about browser, OS, environment

Created: 10/Nov/06 03:59 PM   Updated: 12/Nov/06 06:06 PM
Component/s: TestRunner GUI/Suite Loader
Affects Version/s: None
Fix Version/s: None

Original Estimate: 72h Remaining Estimate: 72h Time Spent: Unknown


 Description  « Hide
During my usage of Selenium I had to write little extension for detection of Opera version (8.xx or 9.xx). But after releases of new IE & FF I need to write two new extensions ;) (FF 1.5.x.x or 2.0 and IE 6 or 7).

So I think that it would be great If Selenium Core has this feature as built in. I hope that you will implement a most of features that are listed below

Browser name = Mozilla || Firefox || Internet Explorer || Opera || Safari || Konqueror || ...
Browser version = 6 || 9.02 || 1.5.0.8 || 2.0 || ...
OS name = Windows XP || Windows 2000 || MacOS X || Linux Gentoo || ...
OS version || SP2 || SP4 || 10.4.6 || 2.6.18.2 || ...
Architecture = 32bit || ...


QA engineer from zapatec.com

 All   Comments   Work Log   Change History      Sort Order:
Dan Fabulich - 12/Nov/06 06:06 PM
As a temporary workaround, you can do what we do and just include TestBrowserVersion.html as the first test in your suite.

However, we should do this, just by dumping the contents of the browserVersion object into the posted results. (Once this is done, we should update the result handler in Selenium RC to make sure the data appears as properties in the results file.)