Live data from Hacker News

REPL to any browser in the cloud

github.com

1–10 of 14 posts

Re: REPL to any browser in the cloud

#3
Interesting. 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.

Re: REPL to any browser in the cloud

#4
post #3

Interesting. 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

#5
post #4
post #3

Interesting. 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

Thanks! I will contribute when my hands are a bit loosen. I really like the idea behind it.

Re: REPL to any browser in the cloud

#7
Very 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!

Re: REPL to any browser in the cloud

#8
post #4
post #3

Interesting. 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

[deleted]

Re: REPL to any browser in the cloud

#9
post #7

Very 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!

trying to understand it: is it a headless full browser that we're trying to connect.?
Post reply on HN