diff options
| author | Alex Corcoles <alex@pdp7.net> | 2022-10-28 15:54:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-28 15:54:45 +0200 |
| commit | 297319831cbf845a8f058094eb0a6700f56fc016 (patch) | |
| tree | c3cc5243845890ea5dbd28573f8c9ef6e065a6b2 /programming | |
| parent | b0abd15f798eaf06d62fe9f641dd7f656c9a1969 (diff) | |
Add article on Playwright vs. Selenium
Diffstat (limited to 'programming')
| -rw-r--r-- | programming/python/scraping_with_selenium_on_docker.md | 2 |
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/ |
