File tree Expand file tree Collapse file tree
main/java/com/scrapebadger/client/api
test/java/com/scrapebadger/client/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19953,7 +19953,7 @@ paths:
1995319953 - application/json
1995419954 /v1/web/screenshot:
1995519955 post:
19956- description: Take a screenshot of a URL. (Phase 2 — patchright engine)
19956+ description: Take a screenshot of a URL. (browser engine)
1995719957 operationId: web_take_a_screenshot
1995819958 responses:
1995919959 "200":
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ This endpoint does not need any parameter.
421421
422422Take a screenshot
423423
424- Take a screenshot of a URL. (Phase 2 — patchright engine)
424+ Take a screenshot of a URL. (browser engine)
425425
426426### Example
427427``` java
Original file line number Diff line number Diff line change @@ -866,7 +866,7 @@ private okhttp3.Call webTakeAScreenshotValidateBeforeCall(final ApiCallback _cal
866866
867867 /**
868868 * Take a screenshot
869- * Take a screenshot of a URL. (Phase 2 — patchright engine)
869+ * Take a screenshot of a URL. (browser engine)
870870 * @return Object
871871 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
872872 * @http.response.details
@@ -883,7 +883,7 @@ public Object webTakeAScreenshot() throws ApiException {
883883
884884 /**
885885 * Take a screenshot
886- * Take a screenshot of a URL. (Phase 2 — patchright engine)
886+ * Take a screenshot of a URL. (browser engine)
887887 * @return ApiResponse<Object>
888888 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
889889 * @http.response.details
@@ -901,7 +901,7 @@ public ApiResponse<Object> webTakeAScreenshotWithHttpInfo() throws ApiException
901901
902902 /**
903903 * Take a screenshot (asynchronously)
904- * Take a screenshot of a URL. (Phase 2 — patchright engine)
904+ * Take a screenshot of a URL. (browser engine)
905905 * @param _callback The callback to be executed when the API call finishes
906906 * @return The request call
907907 * @throws ApiException If fail to process the API call, e.g. serializing the request body object
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public void webSubmitBatchScrapingJobTest() throws ApiException {
114114 /**
115115 * Take a screenshot
116116 *
117- * Take a screenshot of a URL. (Phase 2 — patchright engine)
117+ * Take a screenshot of a URL. (browser engine)
118118 *
119119 * @throws ApiException if the Api call fails
120120 */
You can’t perform that action at this time.
0 commit comments