Files
AI/참고/playwright-main/tests/assets/popup/window-open.html

12 lines
161 B
HTML
Raw Normal View History

2026-05-12 19:40:31 +09:00
<!DOCTYPE html>
<html>
<head>
<title>Popup test</title>
</head>
<body>
<script>
window.open('./popup.html');
</script>
</body>
</html>