And the WebDriver protocol doesn't seem that intractable. https://www.w3.org/TR/webdriver/ On Tue, May 2, 2017 at 8:28 PM, phil@highoctane.be <phil@highoctane.be> wrote:
Here is a workable solution: Headless Chrome
https://developers.google.com/web/updates/2017/04/headless-chrome
This HN thread has some interesting things we could take inspiration from.
We can drive it from Pharo and grab the screen, and then show that in a Morph. Then capture clicks and send then to the headless chrome.
Will not do everything, but can be decent.
Phil
On Sun, Apr 30, 2017 at 10:37 PM, askoh <askoh@askoh.com> wrote:
Yes. It is a novel way of remote desktop. Perhaps Craig can tell if it can do the following. I want to go to a web page, select a body of text and have Smalltalk code analyze the text in some way and return the answer in the browser or in the Smalltalk app or file output. There should be two-way communication between app and browser. I would like to do live debugging too.
Aik-Siong Koh
Hi Askoh,
are you also aware of Snowglobe https://thiscontext.com/2016/10/31/app-streaming-with-snowglobe/ ? This allows one to use a standard Smalltalk image running on the native Cog VM to render in a web browser.
_,,,^..^,,,_ (phone)
-- View this message in context: http://forum.world.st/Smalltal k-Internet-Browser-tp4944879p4944998.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.