Skip to content

3.5.2

Compare
Choose a tag to compare
@SergeyPirogov SergeyPirogov released this 03 Nov 12:51
· 199 commits to master since this release
b8ba74f

Features

  • SSL verification can be disabled by setting os.environ['WDM_SSL_VERIFY']='0' in case if you have troubles with SSL Certificates or SSL Certificate Chain (like in issues #219, #226)

Fixes

  • Log duplication (#259)
  • Failed to Download the Edge driver for particular Version (#251)
  • WDM_LOG_LEVEL not work (#255)

Improvements

  • Softly download latest webdriver version even if browser version is unknown. (#254, also fixes #251)
  • Speed up when using "latest" version (#259)