ziniao-webdriver-doc

Integrate 紫鸟 WebDriver APIs to automate multi-store browser sessions.

1|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/LXE123/LXE_AGENT --skill ziniao-webdriver-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ziniao-webdriver-doc
Source: https://github.com/LXE123/LXE_AGENT/tree/main/docs/harness/skill
Command: npx skills add https://github.com/LXE123/LXE_AGENT --skill ziniao-webdriver-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams understand and integrate the 紫鸟浏览器 WebDriver API surface for automated browser control across multiple stores.

Core Features & Use Cases

  • Discover and reference APIs like applyAuth, getBrowserList, startBrowser, and getRunningInfo to orchestrate local browser sessions.
  • Use as a guidance hub for integrating 紫鸟 WebDriver into automation pipelines, QA workflows, and multi-store management.

Quick Start

Read SKILL.md and the references to begin integrating 紫鸟 WebDriver into your automation workflows.

Frequently Asked Questions about ziniao-webdriver-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-store browser sessions using the Ziniao WebDriver API?

To automate multi-store browser sessions with the Ziniao WebDriver API, you use POST-based API calls like applyAuth, getBrowserList, startBrowser, and getRunningInfo to provision devices, list stores, and launch automated browser windows across environments.

What are the requirements for integrating Ziniao WebDriver into an automation pipeline?

Integrating Ziniao WebDriver into an automation pipeline requires a locally running Ziniao WebDriver service, POST-based API calls, requestId tracking for session management, and ChromeDriver compatibility determined from the startBrowser core_version parameter.

How does the startBrowser API function handle ChromeDriver compatibility?

The startBrowser API handles ChromeDriver compatibility by returning a core_version parameter, which determines the specific ChromeDriver version required to successfully execute automated browser control for that session.

Can I use Ziniao WebDriver to list available stores across different environments?

Yes, you can use Ziniao WebDriver to list available stores across different environments by invoking the getBrowserList API, which retrieves the provisioned store list for your local automation and QA workflows.

How do I track the running status of an automated browser session in Ziniao WebDriver?

You track the running status of an automated browser session in Ziniao WebDriver by calling the getRunningInfo API, which reads current execution information and session states using the assigned requestId.