Selenium AI is an extension of the Python Selenium framework that integrates AI with the framework's existing functionality in order to streamline browser automation.
The framework provides a new driver class AiWebDriver
, which provides new and overrided utility utilizing OpenAI's api.
Make sure to set the OPENAI_API_KEY environment variable.