Browser Macro
Version 5.1 by Sorin Burjan on 2012/04/03 13:33
Example
Code
{{browser name='iexplorer' version= '8.x'/}}
{{browser name='firefox' version= '3.x'/}}
{{browser name='chrome' version= '13.x'/}}
{{browser name='safari' version= '5.x'/}}
{{browser name='opera' version= '11.x'/}}Result
- Internet Explorer
- 8.x
- Firefox
- 3.x
- Chrome
- 13
- Safari
- 5.x
- Opera
- 11.x
Parameters
| Parameter name | Description |
|---|---|
| name | indicates the browser id name |
| version | indicates the browser version |