From d877743ba9bec60785dd0c7d754dcf852256a62b Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 7 Sep 2023 17:30:31 +0200 Subject: [PATCH] fix: title --- content/blog/python-and-playwright.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/python-and-playwright.md b/content/blog/python-and-playwright.md index a41a92fb..56c2a6c1 100644 --- a/content/blog/python-and-playwright.md +++ b/content/blog/python-and-playwright.md @@ -1,5 +1,5 @@ --- -title: Python and Playwright +title: Getting Started with Python and Playwright date: 2023-09-07 description: For those new to Python here is a quick beginners guide on how to setup Python and Pytest and install Playwright. We then create an example test and run it in both headed and headless mode meaning with and without a browser window. published: true