When to use the headless browser fallback.
@type t() :: :auto | :always | :never
@spec always() :: t()
@spec auto() :: t()
@spec never() :: t()