Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/java_gha
/
.
/
common
/
src
/
web
/
blank.html
blob: fa50d6d1f1e7b5d5a512d9e6f67d9ae2fa3aa3cc [
file
] [
log
] [
blame
] [
edit
]
<html><head><title>
blank
</title></head><body>
<script>
localStorage
.
clear
();
sessionStorage
.
clear
();
</script>
</body></html>