Class SeleniumGeminiProcessor

java.lang.Object
com.t4a.processor.GeminiV2ActionProcessor
com.t4a.processor.selenium.SeleniumGeminiProcessor
All Implemented Interfaces:
AIProcessor, SeleniumProcessor

public class SeleniumGeminiProcessor extends GeminiV2ActionProcessor implements SeleniumProcessor
The SeleniumGeminiProcessor class extends the GeminiV2ActionProcessor and implements the SeleniumProcessor interface. It provides methods for processing web actions using Selenium WebDriver and Gemini's chat model. It uses the Gson library for JSON processing and the PredictionLoader singleton to access the Gemini chat model.