Known issues - crocs-muni/tls-warning-collector GitHub Wiki

Here are known issues we are currently facing with each browser.

Some of the browsers are not uninstalled because they don't have an option for silent uninstall. Chocolatey should have the issue fixed in their paid version.

Firefox

  1. Firefox 44 and 15 did not get uninstalled.
  2. Firefox version 51 - 47 has ssl certificate error thrown by selenium which is fixed in Firefox version 52.

Opera

  1. Opera does not accept send_keys() from Selenium. So far it accepts Keys.TAB but does not accept ALT, F4, Space and more.
  2. Opera is not closing the browser - don't know why yet. Works on old versions but new still does not quit. However, closing windows works.
  3. Versions 21 and lower are not supported by selenium driver. There is only driver version ‘0.1.0’ but it wants even some earlier beta for that which is not accessible anymore.

Chromium

  1. Chromium versions older than 34 are open on small window and it cannot be opened full screen by default. We had to do a workaround which works.

Chromium local installation

Start-Process -Wait -FilePath "path-to-chromium" -ArgumentList "/S --do-not-launch-chrome" -PassThru - This code works for installation of chromium from exe.

Chrome

  1. It isn't possible to downgrade to a previous version of Google Chrome unfortunately (unless you have a licensed edition of chocolatey), due to google only providing a general url to the latest version of the program. Not even after disabling the Auto-update functionality.

Internet Explorer

  1. Older versions of IE cannot be installed on Windows 10. Windows 10 supports only IE11.

Microsoft Edge

  1. MS Edge cannot be updated because it is always fixed to a version of Windows 10 so if you have newer Windows then you have newer Edge.
  2. There is some unknown error with running the Edge browser. The browser opens but nothing happens.