May 2025

Python
2025-05-27 08:55 (9 months ago)

This is sample code for using Selenium Remote Grid in headful mode with `browser_use`. The sample also includes specifying the browser window’s viewport size.

Python
2025-05-21 03:10 (9 months ago)

This article explains how to obtain an HttpOnly session cookie that is issued when logging into a web service using browser-use.

Python
2025-05-21 02:50 (9 months ago)

Here's an overview of the blog article translated into English: The article discusses how to avoid the `httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Basic Constraints of CA cert not marked critical (_ssl.c:1020)` error when making requests to a server using a self-signed certificate in Python 3.13. The error occurs because the certificate verification process fails due to the basic constraints of the CA certificate not being marked as critical. The article likely provides a step-by-step guide or workaround to bypass or resolve this SSL verification issue, ensuring successful communication with the server using the `httpx` library.

Categories

Archive