We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to this recent refactoring, this ExecuteScriptAsync overload now calls itself infinitely.
ExecuteScriptAsync
What version of the product are you using? 96.0.141
What architecture x86 or x64? x64
What version of .Net? .Net 6.0
On what operating system? Win10
Are you using WinForms, WPF or OffScreen? WinForms
WinForms
WPF
OffScreen
What steps will reproduce the problem?
WebBrowserExtensions.ExecuteScriptAsync(this IWebBrowser browser, string methodName, params object[] args)
What is the expected output? What do you see instead?
The text was updated successfully, but these errors were encountered:
Core - Fix ExecuteScriptAsync infinite recursion
59a62f2
Resolves #3914
51b2c74
Thanks, if all goes well I'll release an updated version later today.
Sorry, something went wrong.
No branches or pull requests
Due to this recent refactoring, this
ExecuteScriptAsync
overload now calls itself infinitely.What version of the product are you using?
96.0.141
What architecture x86 or x64?
x64
What version of .Net?
.Net 6.0
On what operating system?
Win10
Are you using
WinForms
,WPF
orOffScreen
?WinForms
What steps will reproduce the problem?
WebBrowserExtensions.ExecuteScriptAsync(this IWebBrowser browser, string methodName, params object[] args)
What is the expected output? What do you see instead?
The text was updated successfully, but these errors were encountered: