Browser4 icon indicating copy to clipboard operation
Browser4 copied to clipboard

Inside the container, a one-time initialization is required: first open any website, then run the program to collect data.

Open platonai opened this issue 8 months ago • 1 comments

Inside the container, a one-time initialization is required: first open any website, then run the program to collect data.

容器内需要初始化一次, 先打开任意网站,在运行程序,才能采集到数据。

docker exec -it edb4299df20e /bin/sh
chromium --no-sandbox --headless https://example.com

platonai avatar Apr 25 '25 02:04 platonai

This situation is often because the target website has tracked the user's visiting trajectory. For example, if a product page is accessed directly during the first visit, then the target website will present a human verification process.

platonai avatar Apr 25 '25 13:04 platonai