playwright/tests/assets/redirectloop2.html

6 строки
124 B
HTML

<script>
setTimeout(() => {
window.location.href = window.location.href.replace('loop2', 'loop1');
}, 1);
</script>