playwright/tests/assets/popup/popup.html

13 lines
191 B
HTML
Raw Normal View History

2019-11-19 05:18:28 +03:00
<!DOCTYPE html>
<html>
<head>
<title>Popup</title>
<script>
window.initialUserAgent = navigator.userAgent;
</script>
2019-11-19 05:18:28 +03:00
</head>
<body>
I am a popup
</body>
</html>