Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Sauce labs API to find oldest supported browser versions #193

Closed
cben opened this issue Mar 29, 2019 · 3 comments · Fixed by #206
Closed

Use Sauce labs API to find oldest supported browser versions #193

cben opened this issue Mar 29, 2019 · 3 comments · Fixed by #206

Comments

@cben
Copy link
Owner

cben commented Mar 29, 2019

IE8 no longer available. Don't want to bump manually, This happens all the time because I'm riding the trailing edge - oldest browsers I can test on...
Should automate this:
https://wiki.saucelabs.com/display/DOCS/Platform+Information+Methods

@cben
Copy link
Owner Author

cben commented Mar 17, 2020

@cben
Copy link
Owner Author

cben commented Mar 17, 2020

Interestingly, it differst from https://saucelabs.com/platform/supported-browsers-devices — that page says Win7 has only IE 10, 11 while the JSON says 9.0, 10.0, 11.0.
And yes, 9.0 worked!

           > RESPONSE: init({"browserName":"internet explorer","version":"9.0","platform":"Windows 7","build":"Local at heads/gh-pages-0-g4221da6-dirty on 2020-03-17T08:37:23.903Z","tags":[],"idle-timeout":30000,"name":"smoke test of https://mathdown-staging.herokuapp.com"})

@cben
Copy link
Owner Author

cben commented Mar 17, 2020

Umm, no, https://saucelabs.com/platform/supported-browsers-devices does list 9, I just missed it because it was on next line far to the right (table is formatted in reverse calendar style, splitting lines on multiples of 10).
That page has all data baked into the HTML as tables, so server-rendered, but probably from same data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant