user_agent
Type:
dictDescription: Configures the user agent.
user_agent[browser]
Type:
stringDefault value:
chromeAvailable values:
chrome,edge,firefox,ie,opera,safari.Description: Sets the browser to get the get the latest user agent from.
Warning
This option is not taken in consideration if user_agent[custom] is
not set to null.
user_agent[platform]
Type:
stringDefault value:
linuxAvailable values:
linux,macosx,win10Description: Sets the platform to get the get the latest user agent for.
Warning
This option is not taken in consideration if user_agent[custom] is
not set to null.
user_agent[custom]
Type:
stringDefault value:
nullDescription: Sets the user agent to use.
Warning
Setting this index will overwrite the choices made into
user_agent[platform] and user_agent[browser].