Which version of Selenium for Chrome 75 on ARMv7l?

109 views
Skip to first unread message

Jeffrey Walton

unread,
Jun 19, 2019, 10:43:00 PM6/19/19
to Selenium Users
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:

    driver.get("https://complaints.donotcall.gov/complaint/complaintcheck.aspx")
    driver.implicitly_wait(2)


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?

Shawn McCarthy

unread,
Jun 20, 2019, 9:16:04 AM6/20/19
to Selenium Users
You will probably need this chromedriver https://chromedriver.storage.googleapis.com/index.html?path=75.0.3770.90/ (the linux one). The latest selenium should be good (3.141.xxx).

Did you try these ?
Reply all
Reply to author
Forward
0 new messages