-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgrid_console.html
79 lines (78 loc) · 2.58 KB
/
grid_console.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0"?>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js">
</script>
<script src="/grid/resources/org/openqa/grid/images/console-beta.js">
</script>
<link href="/grid/resources/org/openqa/grid/images/console-beta.css" rel="stylesheet" type="text/css"/>
<link href="/grid/resources/org/openqa/grid/images/favicon.ico" rel="icon" type="image/x-icon"/>
<title>
Grid Console</title>
<style>
.busy { opacity : 0.4;filter: alpha(opacity=40);}</style>
</head>
<body>
<div id="main_content">
<div id="header">
<h1>
<a href="/grid/console">
Selenium</a>
</h1>
<h2>
Grid Console v.2.53.0</h2>
<div>
<a id="helplink" target="_blank" href="https://github.com/SeleniumHQ/selenium/wiki/Grid2">
Help</a>
</div>
</div>
<div id="leftColumn">
<div class="proxy">
<p class="proxyname">
DefaultRemoteProxy (version : 2.53.0)<p class="proxyid">
id : http://SERGUEIK53:5555, OS : WIN8_1</p>
<div class="tabs"><ul><li class="tab" type="browsers"><a title="test slots" href="#">
Browsers</a></li><li class="tab" type="config"><a title="node configuration" href="#">
Configuration</a></li></ul></div>
</p>
</div>
<div class="proxy">
<p class="proxyname">
DefaultRemoteProxy (version : 2.53.0)<p class="proxyid">
id : http://SERGUEIK53:5556, OS : WIN8_1</p>
<div class="tabs"><ul><li class="tab" type="browsers"><a title="test slots" href="#">
Browsers</a></li><li class="tab" type="config"><a title="node configuration" href="#">
Configuration</a></li></ul></div>
</p>
</div>
</div>
<div id="rightColumn">
<div class="proxy">
<p class="proxyname">
DefaultRemoteProxy (version : 2.53.0)<p class="proxyid">
id : http://SERGUEIK53:5557, OS : WIN8_1</p>
<div class="tabs"><ul><li class="tab" type="browsers"><a title="test slots" href="#">
Browsers</a></li><li class="tab" type="config"><a title="node configuration" href="#">
Configuration</a></li></ul></div>
</p>
</div>
<div class="proxy">
<p class="proxyname">
DefaultRemoteProxy (version : 2.53.0)<p class="proxyid">
id : http://SERGUEIK53:5558, OS : WIN8_1</p>
<div class="tabs"><ul><li class="tab" type="browsers"><a title="test slots" href="#">
Browsers</a></li><li class="tab" type="config"><a title="node configuration" href="#">
Configuration</a></li></ul></div>
</p>
</div>
</div>
</div>
<div class="clearfix">
</div>
<div>
<ul>
</ul>
</div>
<a href="?config=true">view config</a>
</body>
</html>