123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <browsers>
- <defaultBrowser id="Default">
- </defaultBrowser>
- <browser id="Default">
- <identification>
- <userAgent match="." />
- </identification>
- </browser>
- <browser id="IE6to9" parentID="Default">
- <identification>
- <capability name="majorver" match="^[6-9]" />
- <capability name="browser" match="^(IE|AOL)$" />
- </identification>
- </browser>
- <browser id="Opera8to9" parentID="Default">
- <identification>
- <capability name="majorver" match="^[8-9]" />
- <capability name="browser" match="^Opera$" />
- </identification>
- </browser>
- <browser id="Safari" parentID="Default">
- <identification>
- <capability name="browser" match="^Safari$" />
- </identification>
- </browser>
- <browser id="Mozilla" parentID="Default">
- <identification>
- <capability name="browser" match="^Mozilla" />
- </identification>
- </browser>
- </browsers>
|