ccodwg/Covid19CanadaArchive

Consider replacing Selenium with Playwright

jeanpaulrsoucy opened this issue · 1 comments

Playwright has some advantages over Selenium, including a convenient codegen functionality for generating Javascript code to manipulate a web browser. This may make maintaining the Archive easier than the current Selenium-based workflow. A Python library is available.

Helium also looks to be an interesting option.