For questions about the Delphi TEdgeBrowser component (MS Edge based on Chromium).
Questions tagged [tedgebrowser]
38 questions
0
votes
1 answer
Clicking on HTML element in Delphi TEdgeBrowser?
How can I "click" on the following HTML element via Delphi code?
Boards
Trying to handle…
VaVel
- 69
- 3
- 13
0
votes
0 answers
Delphi 11 TEdgeBrowser webview2 slow load
I am working on porting an app from TWebBrowser to TEdgeBrowser. I am utilizing the latest WebView2Loader from the Nuget site and have seen the same consistent problem with all versions of WebView2Loader across every version going back to January…

DeCoder
- 173
- 1
- 15
0
votes
1 answer
Usage ICoreWebView2EnvironmentOptions in C++Builder 11
I am trying to disable CORS in TEdgeBrowser and found a lot of solutions by using ICoreWebView2EnvironmentOptions because TEdgeBrowser is implement by WebView2.
In Microsoft's document, the sample code seems to used for Visual C++ and C++ Builder is…

willylu
- 3
- 1
0
votes
3 answers
TEdgeBrowser - OnNewWindowRequested - Open New Window in another TEdgeBrowser
Delphi 10.4.2
I'm working with TEdgeBrowser for the first time and am playing with some ideas in a small demo app I created. I have so far been able to programmatically Navigate to the website, login (fill in the User Name and Password and click…

STWizard
- 31
- 4
0
votes
2 answers
Disabling Security in TEdgeBrowser
I've seen examples in C# where people disabled security (so the user doesn't have to click continue on cert errors) in WebView2 by changing the CoreWebView2EnvironmentOptions, but I can't for the life of me figure out how to do the equivalent with…

Doug
- 1
- 1
0
votes
0 answers
TEdgeBrowser devtools elements copy menu empty
Delphi 10.4.1 TEdgeBrowser. Seemingly for no reason, the Elements -> Copy menu only shows 'Empty', not the expected 'Copy Element', Copy Selector, Copy JS Path, etc. The Edge Beta browser installed on the server also has the same issue. My local…

Stan Campsmith
- 33
- 2
0
votes
0 answers
How to install Nuget package (.nupkg file) in Delphi IDE without using the GetIt Package Manager?
I am trying to use the TEdgeBrowser component in RAD Studio 10.2.
I want to apply that component by following the guide document below:
Using TEdgeBrowser Component and Changes to the TWebBrowser Component
The document uses the component after…

Jinsu
- 1
- 1
-1
votes
1 answer
TEdgeBrowser.Navigate failing to load, no error raised
Delphi 10.4 CE, Win 7/10
TEdgeBrowser works fine if I add it to a fresh project.
However, when I add it to a small (1 form) existing project, TEdgeBrowser.Navigate fails to load and does not raise an error.
Checking TEdgeBrowser.LastErrorCode gives…

Allan
- 1
- 2