summaryrefslogtreecommitdiff
path: root/programming
diff options
context:
space:
mode:
Diffstat (limited to 'programming')
-rw-r--r--programming/python/scraping_with_selenium_on_docker.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/programming/python/scraping_with_selenium_on_docker.md b/programming/python/scraping_with_selenium_on_docker.md
index ec22ee50..61ba1c12 100644
--- a/programming/python/scraping_with_selenium_on_docker.md
+++ b/programming/python/scraping_with_selenium_on_docker.md
@@ -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/