On 9 avr, 18:35, Vitali Lovich <
vlov...@gmail.com> wrote:
> To force the supported user agents:
> <set-property name="user.agent" value="ie6">
> <set-property name="user.agent" value="gecko1_8">
> <set-property name="user.agent" value="safari">
>
> You can only pick one at a time - you can't do all at once.
>
> extend-property is for locales and means exactly what it says - you are
> adding a locale, not setting it. So you actually have two - default & fr.
> Remove it, & the number of permutations will go down.
>
> You see 10 because you don't actually set the user.agent & you add an extra
> locale (5 user agents * 2 locales = 10 permutations)
>