camel-ai / camel

🐫 CAMEL: Finding the Scaling Law of Agents. A multi-agent framework. https://www.camel-ai.org
https://www.camel-ai.org
Apache License 2.0
4.74k stars 587 forks source link

[Feature Request] Study on headless browser. #653

Open koch3092 opened 2 weeks ago

koch3092 commented 2 weeks ago

Required prerequisites

Motivation

Study on headless browser.

Solution

No response

Alternatives

No response

Additional context

No response

koch3092 commented 3 days ago

From wiki: https://en.wikipedia.org/wiki/Headless_browser

A headless browser is a web browser without a graphical user interface.

Headless browsers provide automated control of a web page in an environment similar to popular web browsers, but they are executed via a command-line interface or using network communication.

They are able to render and understand HTML the same way a browser would, including styling elements such as page layout, color, font selection and execution of JavaScript and Ajax which are usually not available when using other testing methods.

Since version 59 of Google Chrome and version 56 of Firefox, there is native support for remote control of the browser.

Use cases

Usage