
| Key: |
SEL-351
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
vv
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
72h
|
Remaining Estimate:
|
72h
|
Time Spent:
|
Unknown
|
|
|
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
|
|
Description
|
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 |
Show » |
|
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.)