@@ -149,7 +149,7 @@ public interface IWebApiSync : IApiAccessor
149149 /// Take a screenshot
150150 /// </summary>
151151 /// <remarks>
152- /// Take a screenshot of a URL. (Phase 2 — patchright engine)
152+ /// Take a screenshot of a URL. (browser engine)
153153 /// </remarks>
154154 /// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
155155 /// <returns>Object</returns>
@@ -159,7 +159,7 @@ public interface IWebApiSync : IApiAccessor
159159 /// Take a screenshot
160160 /// </summary>
161161 /// <remarks>
162- /// Take a screenshot of a URL. (Phase 2 — patchright engine)
162+ /// Take a screenshot of a URL. (browser engine)
163163 /// </remarks>
164164 /// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
165165 /// <returns>ApiResponse of Object</returns>
@@ -345,7 +345,7 @@ public interface IWebApiAsync : IApiAccessor
345345 /// Take a screenshot
346346 /// </summary>
347347 /// <remarks>
348- /// Take a screenshot of a URL. (Phase 2 — patchright engine)
348+ /// Take a screenshot of a URL. (browser engine)
349349 /// </remarks>
350350 /// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
351351 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -356,7 +356,7 @@ public interface IWebApiAsync : IApiAccessor
356356 /// Take a screenshot
357357 /// </summary>
358358 /// <remarks>
359- /// Take a screenshot of a URL. (Phase 2 — patchright engine)
359+ /// Take a screenshot of a URL. (browser engine)
360360 /// </remarks>
361361 /// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
362362 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -1312,7 +1312,7 @@ public ScrapeBadger.Client.ApiResponse<Object> WebSubmitBatchScrapingJobWithHttp
13121312 }
13131313
13141314 /// <summary>
1315- /// Take a screenshot Take a screenshot of a URL. (Phase 2 — patchright engine)
1315+ /// Take a screenshot Take a screenshot of a URL. (browser engine)
13161316 /// </summary>
13171317 /// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
13181318 /// <returns>Object</returns>
@@ -1323,7 +1323,7 @@ public Object WebTakeAScreenshot()
13231323 }
13241324
13251325 /// <summary>
1326- /// Take a screenshot Take a screenshot of a URL. (Phase 2 — patchright engine)
1326+ /// Take a screenshot Take a screenshot of a URL. (browser engine)
13271327 /// </summary>
13281328 /// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
13291329 /// <returns>ApiResponse of Object</returns>
@@ -1365,7 +1365,7 @@ public ScrapeBadger.Client.ApiResponse<Object> WebTakeAScreenshotWithHttpInfo()
13651365 }
13661366
13671367 /// <summary>
1368- /// Take a screenshot Take a screenshot of a URL. (Phase 2 — patchright engine)
1368+ /// Take a screenshot Take a screenshot of a URL. (browser engine)
13691369 /// </summary>
13701370 /// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
13711371 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -1377,7 +1377,7 @@ public ScrapeBadger.Client.ApiResponse<Object> WebTakeAScreenshotWithHttpInfo()
13771377 }
13781378
13791379 /// <summary>
1380- /// Take a screenshot Take a screenshot of a URL. (Phase 2 — patchright engine)
1380+ /// Take a screenshot Take a screenshot of a URL. (browser engine)
13811381 /// </summary>
13821382 /// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
13831383 /// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
0 commit comments