UserAgentVersion
toloka.client.filter.UserAgentVersion
| Source code
UserAgentVersion(
self,
operator: CompareOperator,
value: Optional[float] = None
)
Use to select users by full browser version.
Parameters Description
Parameters | Type | Description |
---|---|---|
operator |
CompareOperator | Comparison operator in the condition. For example, for a condition "The user must be 18 years old or older» used date of birth and operator GTE («Greater than or equal»). Possible key values operator depends on the data type in the field value |
value |
Optional[float] | Full browser version. <Major version>.<Minor version>. |