playwright/test/assets/popup/popup.html

13 lines
191 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Popup</title>
<script>
window.initialUserAgent = navigator.userAgent;
</script>
</head>
<body>
I am a popup
</body>
</html>