MinkExtension
MinkExtension copied to clipboard
Screenshot filename has invalid characters
The screenshot filename "firefox_2016-07-12T15:19:21+00:00.578f8b3deeff62.22313382.png" contains invalid characters on Windows. This PR changes it to "firefox_2016-07-20_16.31.25_578f8b3deeff62.22313382.png"
The screenshot filename "firefox_2016-07-12T15:19:21+00:00.578f8b3deeff62.22313382.png" contains invalid characters on Windows.
Which exactly characters?
@aik099 The colons are reserved characters in Windows file systems https://msdn.microsoft.com/en-gb/library/windows/desktop/aa365247%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396. Altough the + is valid, I think it's best to stick to normal filename characters.