Closed RebootJeff closed 3 years ago
TODO: Improve efficiency. This PR causes the Puppeteer browser to reload the CVS website for each city. A future PR could address this inefficiency by only loading the page once for all cities and just closing/opening the modal for each state. But when I tried doing this via await page.click('button.modal__close')
, Puppeteer failed to close the modal ðŸ˜
Resolves #30 ...or at least it compromises by allowing specific cities to be targeted for CVS appointments rather than an entire state.