UNPKG
@cliqz-oss/firefox-client
Version:
latest (0.3.1)
0.3.1
Firefox remote debugging client
github.com/harthur/firefox-client
harthur/firefox-client
@cliqz-oss/firefox-client
/
test
/
pages
/
logs.html
17 lines
(16 loc)
•
213 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Logs tests
</
title
>
<
meta
charset
=
"utf-8"
>
<
script
>
console
.
log
(
"hi"
);
console
.
dir
({
a
:
3
}); foo;
</
script
>
</
head
>
<
body
>
<
main
>
</
main
>
</
body
>
</
html
>