Skip to content

Commit 1585ccf

Browse files
committed
replace ondomread.py example using example.com, as google.com website is using complex iframe which is not good with cefpython javascript binding
1 parent db1d3ac commit 1585ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/snippets/ondomready.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def main():
1010
cef.Initialize()
11-
browser = cef.CreateBrowserSync(url="https://www.google.com/",
11+
browser = cef.CreateBrowserSync(url="https://example.com/",
1212
window_title="_OnDomReady event")
1313
load_handler = LoadHandler(browser)
1414
browser.SetClientHandler(load_handler)

0 commit comments

Comments
 (0)