Correcting the return string for the Response object in all functions/methods
This commit is contained in:
@@ -72,7 +72,7 @@ class CamoufoxEngine:
|
||||
"""Opens up the browser and do your request based on your chosen options.
|
||||
|
||||
:param url: Target url.
|
||||
:return: A Response object with `url`, `text`, `content`, `status`, `reason`, `encoding`, `cookies`, `headers`, `request_headers`, and the `adaptor` class for parsing, of course.
|
||||
:return: A `Response` object that is the same as `Adaptor` object except it has these added attributes: `status`, `reason`, `cookies`, `headers`, and `request_headers`
|
||||
"""
|
||||
with Camoufox(
|
||||
proxy=self.proxy,
|
||||
|
||||
Reference in New Issue
Block a user