joshuajung / 116117bot

A proof of concept bot, checking impfterminservice.de for available COVID-19 vaccination appointments.
MIT License
34 stars 16 forks source link

How to click on "Termine anzeigen"? #15

Open Powerschaf1981 opened 3 years ago

Powerschaf1981 commented 3 years ago

How to click on "Termine anzeigen" and get a notification if there is really an appointment available?

manuel919 commented 3 years ago

(without docker) I had this issue when the window size was too small. The screen resolution changed every time I logged into the machine remotely and I wondered why I got timeouts. The cookie dialogue overlapped and so the button was invisible for puppeteer.

I just ran the browser in headless mode which solved it for me.