Closed tifish closed 3 months ago
126.2.180
Windows 11
x64
.Net 8.0
WinForms
EvaluateScriptAsync()
document.evaluate("//a[contains(@href, '.msi')]", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.click()
Should start downloading.
The downloading won't start since 126.2.70, including 126.2.180 and 127.3.50.
125.0.210 and below is OK.
No response
Not Tested
Is there an existing issue for this?
CefSharp Version
126.2.180
Operating System
Windows 11
Architecture
x64
.Net Version
.Net 8.0
Implementation
WinForms
Reproduction Steps
EvaluateScriptAsync()
with javascript:document.evaluate("//a[contains(@href, '.msi')]", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.click()
Expected behavior
Should start downloading.
Actual behavior
The downloading won't start since 126.2.70, including 126.2.180 and 127.3.50.
Regression?
125.0.210 and below is OK.
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Not Tested
Other information
No response