Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python depenecies upgrades and improve builds #84

Merged
merged 9 commits into from
Oct 23, 2021

Conversation

gerardcl
Copy link
Owner

@gerardcl gerardcl commented Oct 23, 2021

closes #83

  • upgrading selenium and webdriver-manager
  • adding more build options for github-actions

FYI @mdelapenya -> fixed issue to not show error stack when no expected browser is installed <- but! this does not fix the issue on chrome :) so far we have now a better build that ensures firefox working for python 3.8 and 3.9 on windows, macos and linux -> can I ask you to open an issue specific for the error with chrome on macos? thanks!

dependabot bot and others added 3 commits October 18, 2021 02:02
Bumps [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) from 3.4.2 to 3.5.1.
- [Release notes](https://github.com/SergeyPirogov/webdriver_manager/releases)
- [Changelog](https://github.com/SergeyPirogov/webdriver_manager/blob/master/CHANGELOG.md)
- [Commits](SergeyPirogov/webdriver_manager@v3.4.2...v3.5.1)

---
updated-dependencies:
- dependency-name: webdriver-manager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 3.141.0 to 4.0.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.0...selenium-4.0.0)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@gerardcl gerardcl self-assigned this Oct 23, 2021
@gerardcl gerardcl force-pushed the python-depenecies-upgrades-and-improve-builds branch from 36132ae to e71b42d Compare October 23, 2021 16:05
@gerardcl gerardcl merged commit c2c7ee1 into master Oct 23, 2021
@gerardcl gerardcl deleted the python-depenecies-upgrades-and-improve-builds branch October 23, 2021 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI exits if Firefox is not installed
1 participant