puppeteer/test/assets/global-var.html

4 lines
55 B
HTML

<!DOCTYPE html>
<script>
var globalVar = 123;
</script>