Skip to content

daohoangson/english2playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

english2playwright

How does it work?

stateDiagram-v2
    Prompt: Prompt OpenAI
    PromptError: Prompt with error message(s)
    Playwright: Execute commands via Playwright

    [*] --> Start
    Start --> Prompt
    Prompt --> Playwright: candidate commands
    Playwright --> Screenshot: success
    Screenshot --> Prompt: update checkpoint

    Playwright --> Error: failure
    Error --> PromptError
    PromptError --> Playwright: other commands
Loading

About

Use LLM to convert requirement in plain english to Playwright script

Topics

Resources

Stars

Watchers

Forks