auto-playwright icon indicating copy to clipboard operation
auto-playwright copied to clipboard

Automating Playwright steps using ChatGPT.

Results 28 auto-playwright issues
Sort by recently updated
recently updated
newest added

Adds the configuration options to allow this framework to connect to Azure OpenAI instead of public OpenAI APIs.

Error: locator.fill: Error: Element is not an , or [contenteditable] element Call log: - waiting for locator('#elementsPerPageSelect') - locator resolved to … - elementHandle.fill("20") - waiting for element to be...

Consistently getting 'Test timeout of 30000ms exceeded.' error although playwright.config.js has the following timeout settings: timeout: 60000, actionTimeout: 120 * 1000, navigationTimeout: 60 * 1000,

Add Ollama support instead of chatGPT.

question

As mentioned here https://github.com/openai/openai-node?tab=readme-ov-file#automated-function-calls

When I Try running the tests( auto.spec.ts) it gives : Error: Process from config.webServer was not able to start. Exit code: 1 Am I missing anything? Please guide.

I have added new action to the create action file but when I execute the code its not being read, and it shows the action is not defined selectOption: {...

Below is my test.But am getting the error ""Expected to have result"" just after typing in username.Can you help me here. test.only("executes query", async ({ page }) => { await...

Hi we have financial data displayed on our web portal, we want to automate. Due to sensitive on UI, we have azure openai api keys. I wanted to know, if...

Hello, I have set my api key within options variable as below: import { test, expect } from '@playwright/test' import { auto } from 'auto-playwright' test.describe('todo tests', () => {...