From b97f5fccee7b2d1f0bb2f6d8694a219ac0997600 Mon Sep 17 00:00:00 2001 From: bpcreech <35012922+bpcreech@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:30:47 -0500 Subject: [PATCH] obviously webdriver supports firefox --- content/post/python-nodejs-eval.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/python-nodejs-eval.md b/content/post/python-nodejs-eval.md index b564a6d..9b6a1c4 100644 --- a/content/post/python-nodejs-eval.md +++ b/content/post/python-nodejs-eval.md @@ -181,6 +181,6 @@ Here's what I found: be a good idea to update it... but the build instructions currently fail. Maybe this can be resuscitated with relatively little work._ - [Selenium WebDriver](https://www.selenium.dev/documentation/webdriver/): Just - run the whole Chromium browser as a subprocess from Python. + run the whole Chromium or Firefox browser as a subprocess from Python. - _Obviously works and used by zillions of folks, but seemed heavier-weight than what I want._