[Gambas-user] WebView html source code?
Benoit Minisini
benoit.minisini at gambas-basic.org
Sat Jul 23 11:06:00 CEST 2022
Le 23/07/2022 à 10:58, Bruce Steers a écrit :
>
> I disagree. Clearly i can now view the page source using the internal
> browser ;)
>
> I want to be able to view the source of the app i'm debugging in the
> internal browser because it helps when debugging.
> Yes firefox has many great options to debug unlike the internal browser
> that is the most simplest a viewer can be but if i just want to inspect
> the source quickly it'd be good for some possibility
> Often firefox is already running in the background so i then have to
> close all my windows to debug with firefox.
> plus with internal browser it's faster and i don't get repeatedly asked
> for a profile even though i select "dont ask next time"
>
> Another option would be to add something like "print to stdout" as an
> option of the list of browsers to use. then the combobox on the designer
> used to change browser could be used to temporarily disable it but keep
> the combobox visible.
>
> BruceS
>
I don't understand the need to see the HTML source code. It won't tell
you a lot as all the page is modified by AJAX request at each event. You
have to use the browser debugger tools to see the current HTML displayed.
Regards,
--
Benoît Minisini.
More information about the User
mailing list