sauce_browsers.json 788 B

123456789101112131415161718192021222324252627282930313233
  1. [
  2. {
  3. "browserName" : "firefox",
  4. "platform" : "Linux",
  5. "version": "40.0"
  6. },
  7. {
  8. "browserName" : "chrome",
  9. "platform" : "Windows 10",
  10. "timeZone": "Pacific",
  11. "version" : "51.0"
  12. },
  13. {
  14. "browserName" : "internet explorer",
  15. "version" : "11.0",
  16. "platform" : "Windows 7",
  17. "timeZone": "Pacific",
  18. "prerun": {
  19. "executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat",
  20. "background": true
  21. }
  22. },
  23. {
  24. "browserName" : "internet explorer",
  25. "version" : "9.0",
  26. "platform" : "Windows 7",
  27. "timeZone": "Pacific",
  28. "prerun": {
  29. "executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat",
  30. "background": true
  31. }
  32. }
  33. ]