[Gambas-user] WebView html source code?

Bruce Steers bsteers4 at gmail.com
Sat Jul 23 00:08:35 CEST 2022


On Fri, 22 Jul 2022 at 18:49, Benoit Minisini <
benoit.minisini at gambas-basic.org> wrote:

> Le 22/07/2022 à 18:25, Bruce Steers a écrit :
> > Would it take much for a new WebView method or property to get the
> > source code?
> >
> > a Method like
> > WebView1.GetSource() As String
> > or
> > WebView1.GetHtml() As String
> >
> > ora read property (or even read/write)
> > sSource = WebView1.Source
> > or
> > sSource = WebView1.Html
> >
> >
> > I really want to add an option to my gambas debug browser to read the
> > source.
> > Much respect
> > BruceS
> >
>
> Alas, AFAIK, this is not supported by WebKitGTK.
>
> Regards,
>

Dang.
I looked at the source to see if i could find out where the debugger
browser makes it's root dir and gets the page from to load the file
manually.
all i can find is the url:port details.

Would that be possible?  to get the real path of the exe that's being
loaded?
I could maybe do something with that.

Cheers Ben

BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220722/fb98f8e8/attachment.htm>


More information about the User mailing list