File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
CefSharp.Test/JavascriptBinding Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public async Task JsBindingGlobalApiDisabled()
151
151
//To modify the settings we need to defer browser creation slightly
152
152
browser . CreateBrowser ( ) ;
153
153
154
- await browser . LoadPageAsync ( ) ;
154
+ await browser . LoadUrlAsync ( ) ;
155
155
156
156
var response1 = await browser . EvaluateScriptAsync ( "typeof window.cefSharp === 'undefined'" ) ;
157
157
var response2 = await browser . EvaluateScriptAsync ( "typeof window.CefSharp === 'undefined'" ) ;
@@ -175,7 +175,7 @@ public async Task JsBindingGlobalApiEnabled()
175
175
//To modify the settings we need to defer browser creation slightly
176
176
browser . CreateBrowser ( ) ;
177
177
178
- await browser . LoadPageAsync ( ) ;
178
+ await browser . LoadUrlAsync ( ) ;
179
179
180
180
var response1 = await browser . EvaluateScriptAsync ( "typeof window.cefSharp === 'undefined'" ) ;
181
181
var response2 = await browser . EvaluateScriptAsync ( "typeof window.CefSharp === 'undefined'" ) ;
You can’t perform that action at this time.
0 commit comments