참고소스 수정본
This commit is contained in:
11
참고/playwright-main/tests/assets/consolelog.html
Normal file
11
참고/playwright-main/tests/assets/consolelog.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>console.log test</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
console.log('here:' + location.href)
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user