TomCools / playwright-wordle

Automating Wordle using Playwright - Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Wordle using Playwright (Java)

This is an experiment project I used to learn more about UI Automation with Playwright.

What's in this repository:

  • 3 ways to get a list of words: from a file, directly from the game's javascript file... or basically cheating big time;
  • A solver, to select appropriate next words, with some minor optimizations (avoid words with double occurances of the same characters);
  • A Page Object class containing the Playwright code to interact with the page;

I also described my experience building this on my blog.

I built the initial setup of this project during a live Twitch Stream. One of the people in chat (thanks for joining DasBrain!) decided make their own implementation, which can be found on their github page

About

Automating Wordle using Playwright - Java


Languages

Language:Java 100.0%