SeeClick is the first browser automation framework using your real, persistent Chrome profile combined with LLM-driven vision understanding. No broken selectors. No login hell. No brittle scripts.
LLMs understand the page visually. Extract anything. Click anything. Zero selectors.
Use your real logged-in profile — not a fresh empty sandbox. Keep cookies, sessions, and MFA.
Planner → Vision → Browser Controller → Memory. Clean, modular, reliable.
Runs through real Chrome. No Selenium fingerprints. No bot flags.
Simple Python API. Replace 200 lines of Selenium with 1 line of intent.
Apache-2.0 license. Use it privately, commercially, anywhere.
A clean, modular, production-ready pipeline.
from seeclick import DigitalEmployee
agent = DigitalEmployee()
result = agent.run("""
Go to LinkedIn.
Search for 'Backend Engineer Berlin'.
Extract 20 job titles and links.
Save results to jobs.json.
""")
print(result)
Install, run, automate — in minutes.
pip install seeclick
Install & GitHub →