Releases: faiteanu/SeleniumDownloadHelper
Releases · faiteanu/SeleniumDownloadHelper
v0.3.2
Fix RegEx used to parse attachment filename. Previous code comment says "Code taken from http://stackoverflow.com/q/16086162", but copied incorrectly. Filename may be enclosed in single quotes, double quotes or no quotes at all. Additionally added decodeURIComponent() to get a proper filename.