Module
tools/publish_modules.py
Describe the bug
The script already wasn't working well anymore with Selenium versions >= 4.3.0. I tinkered a bit with it to try to get it to work, but was blocked by the following: Odoo seems to have added a Captcha to the login form.
To Reproduce
Affected versions: all
Steps to reproduce the behavior (Using forked branch):
pipx install oca-maintainers-tools@git+https://github.com/therp/maintainer-tools.git@compatibility-with-newer-selenium --force
vi oca.cfg # input some odoo.com login/password
oca-publish-modules
Expected behavior
Script logs to Odoo.com and clicks branch update buttons
However, instead captcha appears and login button is not clickable
Module
tools/publish_modules.py
Describe the bug
The script already wasn't working well anymore with Selenium versions >= 4.3.0. I tinkered a bit with it to try to get it to work, but was blocked by the following: Odoo seems to have added a Captcha to the login form.
To Reproduce
Affected versions: all
Steps to reproduce the behavior (Using forked branch):
pipx install oca-maintainers-tools@git+https://github.com/therp/maintainer-tools.git@compatibility-with-newer-selenium --forcevi oca.cfg # input some odoo.com login/passwordoca-publish-modulesExpected behavior
Script logs to Odoo.com and clicks branch update buttons
However, instead captcha appears and login button is not clickable