This repository contains a script for automating the process of answering questions on a web form using an AI model. The script extracts questions from a form, queries an AI model for the answer, and selects the correct option on the form. It can also navigate through pages based on the form's structure.
Automatic Question Extraction: Extracts the question text from a specified form element.
AI Model Integration: Uses an AI model to determine the correct answer.
Form Interaction: Automatically selects the correct answer and submits the form.
Page Navigation: Moves to the next page of the form if configured.
Web browser with JavaScript support
Groq API key for authentication with the AI model (Groq has free plan)