162 questions
0
votes
0
answers
59
views
DotnetBrowser report an error "Failed to load resource: net::ERR_CACH_READ_FAILURE"
enter image description here
In the process of use, there is a certain probability of this problem
Deleting the cache directory can solve this problem, but deleting the user information is not a good ...
0
votes
0
answers
289
views
DotNetBrowser - Exceptions when Upgrading from V1 to V2
I recently started migrating from a working V1 version of DotNetBrowser from TeamDev, and I ran into multiple issues that have stumped me.
Previously all the Chromium binaries worked well together and ...
0
votes
1
answer
94
views
dotnetbrowser does not work properly after setting socks5
After setting socks5 proxy IP, dotnetbrowser can't access it, ERR_CONNECTION_RESET error appears, does dotnetbrowser support socks5, how to set it correctly if it does?
I set it up this way, but it ...
1
vote
1
answer
201
views
dotnetbrowser javascript interacting with c# this[string name]
I have a project that i am running .NET code inside. i need to use the existing objects and cannot modify them.
The class in c# that i am trying to use is
class Fields
{
Hashtable list = new ...
0
votes
1
answer
250
views
DotNetBrowser DOM Events
Please help me
Here My Code But Not Work
//using DotNetBrowser
{
document = browser.GetDocument();
DOMInputElement txtsearch = (DOMInputElement)document.GetElementByClassName(&...
0
votes
1
answer
120
views
Does DotNetBrowser support WebAuthn / PublicKeyCredentials?
As far as I can tell from my initial attempts, I don't think it does. I can't find any mentions on the interwebz, or in the dotnetbrowser documentation.
Logs seem to imply some failure that might be ...
0
votes
1
answer
424
views
Is there a way to connect to my existing DotNetBrowser session using playwright
I want to automate the web view of the hybrid screen (DotNetBrowser inside a .Net Container) using Playwright automation tool.
I have checked by providing the value(URL of the Web view) as EndPoint ...
0
votes
1
answer
108
views
dotnet browser throwing Reload site prompt
I am using dotnetbrowser 2.8 version
I have wpf page where I have 2 grids. one containing dotnetbrowser added to a grid and other contain a button. I am loading a webpage using dotnetbrowser and ...
2
votes
1
answer
719
views
how to detect and open link in new tab/window/winform in DotNetBrowser
I using DotNetBrowser and want to open link in new window/winform/tab when click on link however when we click on any link DotNetBrowser open them in current window
I know i should override ...
0
votes
1
answer
212
views
How to allow DotNetBrowser v. 1.21.5.0 to access EXE file stored on local machine
i have a specific questions in regards to using DotNetBrowser library in C# project. I am asking because i have already seen some answers for DotNetBrowser here and i figured someone might have an ...
0
votes
0
answers
196
views
Download File Silently with DotNetBrowser
How can I download files silently with the DotNetBrowser?
Every time I download a file, I am shown the file dialog.
In the example below, there is a download link on the page. When I click it, I would ...
0
votes
1
answer
425
views
What exactly must be specified for keycode and keychar when simulating keypresses (vb.net or c# with dotnetbrowser)
(I'm asking with vb examples, but the same applies for c# and the answer would be the same.)
I'm trying to fill in a form using dotnetbrowser and have problems understanding what exactly to put into ...
0
votes
1
answer
335
views
DotNetBrowser and Promises
I'm using DotNetBrowser as a sort of headless Javascript engine within a .Net app. It seems DotNetBrowser has no support for Promises, or I am not using invoking them properly.
In JS:
window....
0
votes
1
answer
223
views
How to provide Credentials in http Proxy in Dotnetbrowser?
I'm working in Dotnetbrowser using proxy without credentials. But i need to provide username and password in proxy. I'm implementing the code in my constructor. This is my working code
string ...
2
votes
0
answers
212
views
DotNetBrowser: How to use multiple IEngine?
I'm having trouble using multiple DotNetBrowser IEngine instances at once.
Whenever I try to use more than one at a time, they conflict, even though I have already defined different folders for each ...