REPL to any browser in the cloud
github.com
REPL to any browser in the cloud
1–10 of 14 posts
Re: REPL to any browser in the cloud
#2Re: REPL to any browser in the cloud
#3I guess if people turn this into a server would be awesome.
Sometimes I want to test cross-browser compatibility. For example, Firefox uses textContent instead of innerText. I can easily verify this without having to have Firefox and Chrome (and IE, Opera, etc) on the same machine at the same time.
Re: REPL to any browser in the cloud
#4Interesting. So I can access the web console right? I guess if people turn this into a server would be awesome. Sometimes I want to test cross-browser compatibility. For example, Firefox uses textContent instead of innerText. I can easily verify this without having to have Firefox and Chrome (and IE, Opera, etc) on the same machine at the same time.
The case you mentioned gets me every time: https://i.cloudup.com/ZQApueTFl6.png
Re: REPL to any browser in the cloud
#5Interesting. So I can access the web console right? I guess if people turn this into a server would be awesome. Sometimes I want to test cross-browser compatibility. For example, Firefox uses textContent instead of innerText. I can easily verify this without having to have Firefox and Chrome (and IE, Opera, etc) on the same machine at the same time.
Exactly why I decided to put this together – quick feature tests on different browsers you intend to support. The case you mentioned gets me every time: https://i.cloudup.com/ZQApueTFl6.png
Re: REPL to any browser in the cloud
#6Re: REPL to any browser in the cloud
#7Re: REPL to any browser in the cloud
#8Interesting. So I can access the web console right? I guess if people turn this into a server would be awesome. Sometimes I want to test cross-browser compatibility. For example, Firefox uses textContent instead of innerText. I can easily verify this without having to have Firefox and Chrome (and IE, Opera, etc) on the same machine at the same time.
Exactly why I decided to put this together – quick feature tests on different browsers you intend to support. The case you mentioned gets me every time: https://i.cloudup.com/ZQApueTFl6.png
Re: REPL to any browser in the cloud
#9Very cool, this is especially useful on OS X or Linux where you don't have easy access to IE. SauceLabs is an incredible service, but for cases like these it is often overkill to fire up a full browser session to quickly check something in the console. I look forward to using this!