wallaby v0.19.1 Wallaby.HTTPClient View Source
Link to this section Summary
Functions
Sends a request to the webdriver API and parses the response
Link to this section Types
Link to this section Functions
Link to this function
request(method, url, params \\ %{}, opts \\ [])
View Source
request(method, url, params, [request_opts]) :: {:ok, any} | {:error, :invalid_selector} | {:error, :stale_reference} | {:error, :httpoison}
Sends a request to the webdriver API and parses the response.