mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
13 lines
191 B
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>
|