mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
|
test(function () {
|
||
|
assert_own_property(window, 'WebPage');
|
||
|
assert_type_of(window.WebPage, 'function');
|
||
|
}, "window.WebPage global property");
|