]> xn--ix-yja.es Git - alex.git/commitdiff
Add article on Playwright vs. Selenium
authorAlex Corcoles <alex@pdp7.net>
Fri, 28 Oct 2022 13:54:45 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2022 13:54:45 +0000 (15:54 +0200)
programming/python/scraping_with_selenium_on_docker.md

index ec22ee50836260a25698af68e39ef70749215f57..61ba1c12607328f72987d11e6febcc5a9d477e0a 100644 (file)
@@ -3,3 +3,5 @@ Don't use Selenium, use [Playwright](https://playwright.dev/python/):
 * Playwright automatically sets up headless browsers.
 * Provides convenient abstractions for locating elements in a page (mostly no XPath required. It can match "intelligently" using text).
 * Has a handy UI tool that records your actions in a browser and writes equivalent *readable* Playwright code.
+
+Further reading: https://new.pythonforengineers.com/blog/web-automation-dont-use-selenium-use-playwright/