in the bot, calls to self.driver.select("img#captchaImage").save_screenshot(filename) throw an error with list object has no attribute to_viewport. Older library works but I needed the newer implementation of the cloudflare bypass. I think this boils down to the new DictPosition as the old version did not have this. Had to re-create the older one and patch the method.