Fix bug in browser_launcher

This commit is contained in:
Michael Mintz 2017-05-12 06:42:32 -04:00
parent baccc952ad
commit e13cad2817
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def get_driver(browser_name):
"browser.helperApps.neverAsk.saveToDisk",
("application/pdf, application/zip, application/octet-stream, "
"text/csv, text/xml, application/xml, text/plain, "
"text/octet-stream",
"text/octet-stream, "
"application/"
"vnd.openxmlformats-officedocument.spreadsheetml.sheet"))
firefox_capabilities = DesiredCapabilities.FIREFOX