hound v1.1.1 Hound.Browser behaviour View Source

Low level functions to customize browser behavior

Link to this section Summary

Functions

Creates capabilities for the browser and options, to be sent to the webdriver

Returns a user agent string

Link to this section Types

Link to this type

t() View Source
t() :: Hound.BrowserLike.t()

Link to this section Functions

Link to this function

make_capabilities(browser_name, opts \\ []) View Source
make_capabilities(t(), map() | Keyword.t()) :: map()

Creates capabilities for the browser and options, to be sent to the webdriver

Link to this function

user_agent(ua) View Source
user_agent(String.t() | atom()) :: String.t()

Returns a user agent string

Link to this section Callbacks

Link to this callback

default_capabilities(arg0) View Source
default_capabilities(String.t()) :: map()

Link to this callback

default_user_agent() View Source
default_user_agent() :: String.t() | atom()