Goose with Selenium MCP



AI Summary

Summary of Video: Goose with Selenium MCP

Overview

  • Video Title: Goose with Selenium MCP
  • Author: Block Open Source
  • Published on: April 24, 2025
  • Views: 385
  • Likes: 9
  • Link to Video: Watch here

Key Instructions

  1. Setup: Install the Selenium MCP server using Goose.
  2. Task Execution:
    • Use Goose to navigate to the Heroku form page.
    • Automatically fill the form with generic data.
  3. Script Creation:
    • Generate a test script in Java using the Page Object Model (POM).
    • Goose launches the website, identifies elements, and populates them with test data.
    • A comprehensive test automation project is created, including:
      • Test script containing execution steps.
      • Page object class with reliable locators for all elements.

References