Search found 129 matches: inspector

Return to advanced search

Re: Video from the site to a file

I launch a video on the website and open the Inspector (F12)
In the Network section, you can see how I receive files with the .mp4 extension (apparently these are the frames).
Can these files be intercepted ?
by Natter
Fri Sep 29, 2023 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 622

Re: Help about TWebView class. reading something from website.

Antonio Linares wrote:Please try this from the inspector console:

typeof document.getElementById('dosya_listesi_result' )

or

console.log( typeof document.getElementById( 'dosya_listesi_result' ) )


Hi Antonio,

The result is 'object'
by Horizon
Mon Jul 04, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1535

Re: Help about TWebView class. reading something from website.

Please try this from the inspector console:

typeof document.getElementById('dosya_listesi_result' )

or

console.log( typeof document.getElementById( 'dosya_listesi_result' ) )
by Antonio Linares
Mon Jul 04, 2022 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1535

Re: Help about TWebView class. reading something from website.

Dear Hakan, From the inspector console please type this and press return: document.getElementById('dosya_listesi_result' ); (you may try it with or without the ; and let me know what you get in the console Hi Antonio, As I said it in ...
by Horizon
Mon Jul 04, 2022 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1535

Re: Help about TWebView class. reading something from website.

Dear Hakan,

From the inspector console please type this and press return:

document.getElementById('dosya_listesi_result' ); (you may try it with or without the ;

and let me know what you get in the console
by Antonio Linares
Mon Jul 04, 2022 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1535

Re: TWebView() and Google Group Account

New answer from Steffen and our answer to him. Meanwhile we don't find a way to programmatically uncheck the default userAgent from the inspector, I guess that there is no other way except doing it by "hand" :-) https://github.com/webview/webview/issues/792 this code should ...
by Antonio Linares
Sat Jul 02, 2022 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1603

Re: TWebView() and Google Group Account

... with no success yet: oWebView:Eval( "navigator.__defineGetter__('userAgent', function () { return 'Chrome' } );" ) In fact, from the inspector console you can try this javacript: console.log( navigator.userAgent ); navigator.__defineGetter__('userAgent', function () { return 'Chrome' ...
by Antonio Linares
Fri Jul 01, 2022 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1603

Re: Help about TWebView class. reading something from website.

... you been able to inspect it (right click on webview) and see if you get any warning or errors there ? You can trace the javascript code from such inspector. It is very powerful.
by Antonio Linares
Fri Jul 01, 2022 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1535

Re: Help about TWebView class. reading something from website.

Dear Hakan, Please right click on the webview, open the inspector and check if there is any error or warning Hi Antonio, without above code there is only 2 warning. oWebView:Eval( "SendToFWH( '"+aaa+"' )" )    Audit usage ...
by Horizon
Thu Jun 30, 2022 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1535

Re: Help about TWebView class. reading something from website.

Dear Hakan,

Please right click on the webview, open the inspector and check if there is any error or warning
by Antonio Linares
Thu Jun 30, 2022 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1535

Re: España: Normativa sancionadora sistemas informáticos

... Sin duda Verhoven, esto es la guerra... La guerra del estado contra la creacion de riqueza y prosperidad... y si, un inspector, suele ser un ente con una gran carga de discrecionalidad. Pero como siempre, en España, esperaremos a ver si viene alguien a salvarnos de ...
by hmpaquito
Wed Mar 02, 2022 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 95
Views: 28803

Re: WebView2 for Harbour/Fivewin and VSC 2019

... The issue you raise is not a problem with the webview and its capabilities, but with your knowledge of javascript. You should use the browser's inspector and view the source code of the page. Once you have the 'id' of the button, or of the element that you want to use, it is as simple as executing ...
by cnavarro
Tue Sep 28, 2021 8:31 am
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 4932

Re: DBU

Otis https://github.com/hansmarc/Otis Version 1.22 b01 (09/05/2021) Otis stands for 'Open Table InSpector' and is a database table inspection tool for Dbase, Clipper, Harbour, xHarbour, FoxPro, ..., files. Otis has a integrated DATASET manager. This need some explanations. ...
by hmpaquito
Thu Jun 24, 2021 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBU
Replies: 16
Views: 2316

Re: Memory Leak - Richedit

Nunca he usado el valgrind. No sé como se utilizaria.

El Process Explorer no aporta mucho en el tema GDI (o eso creo)
El Task Manager de luxe tampoco... Quizá las versiones más modernas.. no sé..

¿ Utilizas tu algún inspector para detectar las fugas de memoria ?
by hmpaquito
Thu Feb 25, 2021 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Re: EasyReport progress?

... i.e. the parent class TrptItem and the subclasses (TRptBoxItem, TRptImageItem, TRptLineItem, TRptTextItem, etc.) to modify the data use the Inspector class (as Myrpt does) or the simplest thing is to use a dialog for each graphic object as ER does
by Silvio.Falconi
Mon Dec 21, 2020 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8829
Next

Return to advanced search