RooLee10RooLee10Communityยท1 Agent Skills Included

1c-web-session

Automate 1C:Enterprise web client sessions via browser control

Automates 1C:Enterprise web client sessions through Playwright browser control. Starts, restarts, and closes sessions, navigates interface sections, and creates or edits catalogs and documents with tabular sections. Eliminates manual clicking with clipboard-paste input, cached navigation IDs, and dialog handling for licenses and validation errors. Generates test data through the UI and runs long action chains in a single browser call.
npx skills add RooLee10/1c-web-session --all -g -y
Available:

Tells the agent where to find the 1C database URL so it can launch and reconnect the web session automatically.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install 1c-web-session?โ–ผ

Run `npx skills add RooLee10/1c-web-session --all -g -y` in your terminal to install the skill globally.

How to automate 1C:Enterprise in a browser?โ–ผ

This skill drives the 1C web client through Playwright, handling session startup, navigation, form filling, and document posting automatically.

Why do standard Playwright fill commands fail in 1C?โ–ผ

The 1C web client ignores fill() and type(), so the skill uses clipboard paste with Ctrl+V and special _DLB button selectors instead.

What do I need to run 1c-web-session?โ–ผ

You need Claude Code, the Playwright MCP server configured in .mcp.json, and a published 1C:Enterprise web database URL.

Can it generate test data in 1C automatically?โ–ผ

Yes. It creates catalog items and posts documents with tabular sections through the UI, ideal for populating test data quickly.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’