mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
10 lines
164 B
HTML
10 lines
164 B
HTML
<!doctype html>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<script>
|
|
window.onload = function () {
|
|
window.top.callPhantom(2);
|
|
}
|
|
</script>
|
|
<p>success</p>
|