Convert Chrome Dev Tools Recording to WebDriver Java Code Using Free OpenCode AI Agent
TLDR; Record and Playback is a notoriously bad way to automate. But what if we record, then have AI write code from the recording? Answer: it is a little better.
Using Free OpenCode AI Agent to create Page Objects for WebDriver with Java
TLDR; OpenCode is a free and easy to use AI coding agent, it can be coupled with free models and MCP servers to create test automation code quickly and easily.
Using Free Chat GPT to learn Playwright Automating in Java
TLDR; Can we use ChatGPT to help us learn new skills and tools? Yes. I used ChatGPT to short cut my initial steps with Playwright. Having programming knowledge really helped to ask questions and understand errors in the answers though.
Using Free Claude.ai chat interface to Vibe Code a Browser Javascript Game
TLDR; Can we use the free version of claude.ai with chat prompts to vibe code a browser based game? Yes, so long as we keep the game small. Oh, and you better save your artifacts because claude might lose your conversation details.
Using Chrome Dev Tools AI Assistance to Automate UI from Javascript Console
TLDR; Can we use the Chrome Dev Tools AI Assistance to generate code that automates an application from the Javascript console? Answer: Yes we can. Prompt to generate code, iterative amendment of prompts required.


