-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (103 loc) · 5.85 KB
/
index.html
File metadata and controls
118 lines (103 loc) · 5.85 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="assets/css/variables.css">
<link rel="stylesheet" href="assets/css/nativize.css">
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/css/about.css">
<link rel="stylesheet" href="assets/css/nav.css">
<link rel="stylesheet" href="assets/css/section.css">
<link rel="stylesheet" href="assets/css/demo.css">
<link rel="stylesheet" href="assets/css/github.css">
<link rel="stylesheet" href="assets/css/test.css">
<link rel="import" href="sections/native-ui/ex-links-file-manager.html">
<link rel="import" href="sections/native-ui/credentials.html">
<link rel="import" href="sections/native-ui/local.html">
<link rel="import" href="sections/native-ui/espresso-test.html">
<link rel="import" href="sections/native-ui/xcui-test.html">
<link rel="import" href="sections/native-ui/earlgrey-test.html">
<link rel="import" href="sections/native-ui/applive.html">
<link rel="import" href="sections/native-ui/appautomateupload.html">
<link rel="import" href="sections/native-ui/appautomate.html">
<link rel="import" href="sections/native-ui/automate.html">
<link rel="import" href="sections/native-ui/notifications.html">
<link rel="import" href="sections/native-ui/dialogs.html">
<link rel="import" href="sections/native-ui/tray.html">
<link rel="import" href="sections/native-ui/drag.html">
</head>
<body>
<nav class="nav js-nav">
<header class="nav-header">
<h1 class="nav-title">BrowserStack <strong>Native</strong></h1>
<img class="nav-header-icon" src="assets/app-icon/png/1024.png" alt="">
</header>
<div class="nav-item u-category-native-ui">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#icon-native-ui"></use></svg>
BrowserStack Details</h5>
<button type="button" id="button-credentials" data-section="credentials" class="nav-button">Credentials</button>
<!-- <button type="button" id="button-about" data-section="capabilities"class="nav-button">Capabilities</button> -->
</div>
<div class="nav-item u-category-native-ui">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#icon-native-ui"></use></svg>
Record and Playback</h5>
<!-- <button type="button" id="button-ex-links-file-manager" data-modal="about" class="nav-button">Overview</button> -->
<button type="button" id="button-ex-links-file-manager" data-section="ex-links-file-manager" class="nav-button">Run Test on BrowserStack</button>
</div>
<div class="nav-item u-category-native-ui">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#icon-native-ui"></use></svg>
BrowserStack Local</h5>
<button type="button" id="button-ex-links-file-manager" data-section="local" class="nav-button">Start/Stop Local Connection</button>
</div>
<div class="nav-item u-category-native-ui">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#icon-native-ui"></use></svg>
App-Live</h5>
<button type="button" id="button-ex-links-file-manager" data-section="app-live" class="nav-button">Manage Apps</button>
</div>
<div class="nav-item u-category-native-ui">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#icon-native-ui"></use></svg>
App-Automate</h5>
<button type="button" id="button-ex-links-file-manager" data-section="app-automate-upload" class="nav-button">Manage Apps</button>
<button type="button" id="button-ex-links-file-manager" data-section="espresso-test" class="nav-button">Run Espresso Test</button>
<button type="button" id="button-ex-links-file-manager" data-section="xcui-test" class="nav-button">Run XCUI Test</button>
<button type="button" id="button-ex-links-file-manager" data-section="earlgrey-test" class="nav-button">Run EarlGrey Test</button>
</div>
<!-- <div class="nav-item u-category-native-ui">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#icon-native-ui"></use></svg>
Logs</h5>
<button type="button" id="button-ex-links-file-manager" data-section="automate" class="nav-button" disabled>Automate</button>
<button type="button" id="button-ex-links-file-manager" data-section="app-automate" class="nav-button" disabled>App-Automate</button>
</div> -->
<footer class="nav-footer">
<!-- <button type="button" id="button-about" data-modal="about" class="nav-footer-button">About</button> -->
<!-- <a class="nav-footer-logo" href="https://github.com" aria-label="Homepage"> -->
<!-- <svg class="nav-footer-icon"><use xlink:href="assets/img/icons.svg#icon-love"></use></svg> -->
</a>
</footer>
</nav>
<main class="content js-content"></main>
<script>
require('./assets/imports')
require('./assets/ex-links')
require('./assets/nav')
require('./assets/demo-btns')
require('./assets/code-blocks')
require('./assets/normalize-shortcuts')
require('./renderer-process/native-ui/ex-links-file-manager/file-manager')
require('./renderer-process/native-ui/local/local')
require('./renderer-process/native-ui/ex-links-file-manager/uploadautomate')
require('./renderer-process/native-ui/espresso/espresso')
require('./renderer-process/native-ui/xcui/xcui.js')
require('./renderer-process/native-ui/earlgrey/earlgrey.js')
require('./renderer-process/native-ui/ex-links-file-manager/applive.js')
require('./renderer-process/native-ui/app-automate/app-automate.js')
require('./renderer-process/native-ui/automate/automate.js')
</script>
</body>
</html>