Files
AI/참고/playwright-main/tests/assets/consolelog.html

12 lines
175 B
HTML
Raw Normal View History

2026-05-12 19:40:31 +09:00
<!DOCTYPE html>
<html>
<head>
<title>console.log test</title>
</head>
<body>
<script>
console.log('here:' + location.href)
</script>
</body>
</html>