This change expands the WebDriverRequest protocol following a design suggested by Tristan. The send<Request>(_:) function is being updated accordingly and moved to the WebDriver object where it makes more sense.
In addition, this change introduces an extension of the URLRequest foundation class to handle a simple web request and a utility function to build a URL from a its parts.
This change expands the WebDriverRequest protocol following a design suggested by Tristan. The
send<Request>(_:)
function is being updated accordingly and moved to the WebDriver object where it makes more sense.In addition, this change introduces an extension of the URLRequest foundation class to handle a simple web request and a utility function to build a URL from a its parts.