mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
3b8282cb2e
Callback, clip-rect, confirm, object, prompt, scroll-position, viewport-size and window. https://github.com/ariya/phantomjs/issues/12439
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
var assert = require('../../assert');
|
|
|
|
assert.isTrue(window.hasOwnProperty('WebPage'));
|
|
assert.typeOf(window.WebPage, 'function');
|