This PR contains 2 changes (1 improvement and 1 bug fix )
Improvement
I have added overloaded download method , which takes an extra param (String extension) . This will allow file to be downloaded in specific extension . So instead of default file extension (which right now is '.tmp' , it gives user flexibility to download file in specific extension)
Coverage decreased (-2.9%) to 68.927% when pulling 2a6dd27521bf283b83ce48336cc947e1225cd2a8 on sjethvani:master into 5d86c292b24e493a6fdb5b486f026253c5ca2901 on sterodium:master.
This PR contains 2 changes (1 improvement and 1 bug fix )
Improvement I have added overloaded download method , which takes an extra param (String extension) . This will allow file to be downloaded in specific extension . So instead of default file extension (which right now is '.tmp' , it gives user flexibility to download file in specific extension)
Bug fix https://github.com/sterodium/selenium-grid-extensions/issues/63