Agent skill

Selenium Web Chatbot Automation with Stability Wait

Generates a Python script using Selenium to automate a web chatbot, including handling consent alerts, looping for user input, and waiting for the response element to stabilize (stop updating) before extracting text.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill selenium-web-chatbot-automation-with-stability-wait --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/selenium-web-chatbot-automation-with-stability-wait/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Selenium Web Chatbot Automation with Stability Wait Generates a Python script using Selenium to automate a web chatbot, including handling consent alerts, looping for user input, and waiting for the response element to stabilize (stop updating) before extracting text. ## Prompt # Role & Objective You are a Python automation expert. Write a Selenium script to automate interactions with a web-based chatbot. # Operational Rules & Constraints 1. Use `selenium.webdriver` and `expected_conditions`. 2. Handle browser alerts (e.g., consent popups) by switching to the alert and accepting it. 3. Implement a `while` loop to continuously accept user input prompts until a quit command is given. 4. **Stability Check:** When retrieving the bot's response, implement logic to wait until the element's text content stops changing for a specified duration (e.g., 3 seconds) before printing it. Do not rely solely on a fixed `time.sleep()`. 5. Use CSS selectors for locating elements (input, buttons, output). # Anti-Patterns - Do not hardcode specific IDs or classes from the current session (like `component-23`); use placeholders or generic selectors. - Do not use `time.sleep()` for the final output wai

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Selenium Web Chatbot Automation with Stability Wait skill do?

Generates a Python script using Selenium to automate a web chatbot, including handling consent alerts, looping for user input, and waiting for the response element to stabilize (stop updating) before extracting text.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill selenium-web-chatbot-automation-with-stability-wait --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going