I'm working on Armbian, which is based on Ubuntu Bionic. I have a script that monitors the telephone modem and files FTC Do Not Call complaints. Selenium and Python drive the form submission.
It looks like some got bent recently and Webdriver is causing a Python exception when using implicitly_wait:
According to the folks on Stack Overflow, Chrome 75 and Selenium 3.8 are not compatible. I'm trying to determine the minimum version of Selenium for Chrome 75. I did not see it in the release notes at
https://github.com/SeleniumHQ/selenium/releases .
What version of Selenium is required for Chrome 75 on ARMv7l?