codebar / planner

🗓 the main codebar site
https://codebar.io
MIT License
92 stars 192 forks source link

ISSUE-1981: Switch webdrivers to selenium-manager #2082

Closed Rukomoynikov closed 1 month ago

Rukomoynikov commented 3 months ago

Hi all.

Changes in the PR:

  1. Remove Chrome installation (it didn't work anyway). So in Docker we will use some chrome's version.
  2. Upgrade selenium-webdrivers.

I think I could use Chrome for testing last stable version (125th at the moment) but I think it's enough to use Chrome builtin docker image.

matyikriszta commented 1 month ago

Thanks @Rukomoynikov