Faker v0.10.0 Faker.Internet.UserAgent View Source

Functions for generating user agent strings

Link to this section Summary

Functions

Returns a user agent string for a bot/crawler

Returns a user agent string for a desktop browser

Returns a user agent string for an e-reader

Returns a user agent string for a game console

Returns a user agent string for a mobile device

Returns a user agent string for a set top device

Returns a user agent string for a tablet

Returns a user agent string

Link to this section Functions

Link to this function bot_user_agent() View Source
bot_user_agent() :: String.t()

Returns a user agent string for a bot/crawler

Link to this function desktop_user_agent() View Source
desktop_user_agent() :: String.t()

Returns a user agent string for a desktop browser

Link to this function ereader_user_agent() View Source
ereader_user_agent() :: String.t()

Returns a user agent string for an e-reader

Link to this function game_console_user_agent() View Source
game_console_user_agent() :: String.t()

Returns a user agent string for a game console

Link to this function mobile_user_agent() View Source
mobile_user_agent() :: String.t()

Returns a user agent string for a mobile device

Link to this function set_top_user_agent() View Source
set_top_user_agent() :: String.t()

Returns a user agent string for a set top device

Link to this function tablet_user_agent() View Source
tablet_user_agent() :: String.t()

Returns a user agent string for a tablet

Link to this function user_agent() View Source
user_agent() :: String.t()

Returns a user agent string