Auto-Playwright - Run Playwright Test with AI 🚀 (Using GPT 3, GPT 4 Turbo)

preview_player
Показать описание
In this video, we'll discuss how Playwright is enhanced by Auto-Playwright Artificial Intelligence. Auto-Playwright revolutionizes the game by eliminating the need for traditional locators, introducing an intuitive approach where natural language prompts are all that's required to execute complex operations in the user interface inspired by ZeroStep but with FREE of cost*

➜ Course available in Udemy with latest discount coupon codes

► COUPON CODE FOR DISCOUNT WHILE PURCHASING: BLACKFRIDAY

#playwright #executeautomation #autoplaywright #autoplaywright
For more articles and videos, please follow
► [Twitter] @executeauto
► [Subscribe] @Execute Automation

Selenium and C#
******************

Selenium &Java
******************

CI/CD with Microsoft Technologies
*************************************

Docker & Kubernetes
************************

Mobile Testing
****************

Рекомендации по теме
Комментарии
Автор

Thanks so much for so valuable content, the best on QA matter 🎉

edgarhumbertoperezmartinez
Автор

Thank you so much for this. Really wished, there was python verion.

KrAsHeDD
Автор

i tested both and find that the zerostep works much better, how is this possible? since auto playwright is basically a copy?

toml
Автор

3 days back i tried both zerostep and chatgtp. Both r not stable when complex scenario or executed and zerostep is much better then chatgtp performance and speed. It is an initial step, future lot more things will come and stable and will make a change in QA automation. Both r cost too.

rameshbabu
Автор

Hi, I'm getting this error TypeError: Cannot read properties of undefined (reading 'defaults')
Any idea how I can resolve this

import { auto } from 'auto-playwright';

test('Verify if we can auto playwright', async ({ page }) => {
const URL = '"';
await page.goto(URL);

const options = {
model: "gpt-4",

};
await auto('Click on the Login link', { page, test }, options);
});

naveenr
Автор

Do I need paid version of gpt 4 to use auto playwright???

deepannagarajan